diff --git a/README.md b/README.md index f64b245..12bde95 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If you are reading the document on master, you will often see features described Typically this means that they won't work in your pipeline if you are using `latest`, as I control release tags fairly tightly. -[The latest release is `v0.9.0`](https://github.com/jchesterpivotal/concourse-build-resource/releases/tag/v0.9.0). See [the release README](https://github.com/jchesterpivotal/concourse-build-resource/tree/v0.9.0/README.md) +[The latest release is `v0.9.1`](https://github.com/jchesterpivotal/concourse-build-resource/releases/tag/v0.9.1). See [the release README](https://github.com/jchesterpivotal/concourse-build-resource/tree/v0.9.1/README.md) for features you can expect to see in production. ## source @@ -145,7 +145,7 @@ resource_types: check_every: 30m source: repository: jchesterpivotal/concourse-build-resource - tag: v0.9.0 # check https://github.com/jchesterpivotal/concourse-build-resource/releases + tag: v0.9.1 # check https://github.com/jchesterpivotal/concourse-build-resource/releases resources: - name: build @@ -162,7 +162,7 @@ resources: type: git source: uri: https://github.com/jchesterpivotal/concourse-build-resource.git - tag: v0.9.0 # check https://github.com/jchesterpivotal/concourse-build-resource/releases + tag: v0.9.1 # check https://github.com/jchesterpivotal/concourse-build-resource/releases jobs: # .... diff --git a/tasks/build-pass-fail/task.yml b/tasks/build-pass-fail/task.yml index 0962629..da83959 100644 --- a/tasks/build-pass-fail/task.yml +++ b/tasks/build-pass-fail/task.yml @@ -5,7 +5,7 @@ image_resource: type: docker-image source: repository: jchesterpivotal/concourse-build-resource - tag: v0.9.0 + tag: v0.9.1 inputs: - name: build diff --git a/tasks/show-build/task.yml b/tasks/show-build/task.yml index fbf4018..80318ed 100644 --- a/tasks/show-build/task.yml +++ b/tasks/show-build/task.yml @@ -4,7 +4,7 @@ image_resource: type: docker-image source: repository: jchesterpivotal/concourse-build-resource - tag: v0.9.0 + tag: v0.9.1 inputs: - name: build diff --git a/tasks/show-job/task.yml b/tasks/show-job/task.yml index 5478cc3..898149d 100644 --- a/tasks/show-job/task.yml +++ b/tasks/show-job/task.yml @@ -4,7 +4,7 @@ image_resource: type: docker-image source: repository: jchesterpivotal/concourse-build-resource - tag: v0.9.0 + tag: v0.9.1 inputs: - name: build diff --git a/tasks/show-logs/task.yml b/tasks/show-logs/task.yml index afcb3d1..c027454 100644 --- a/tasks/show-logs/task.yml +++ b/tasks/show-logs/task.yml @@ -4,7 +4,7 @@ image_resource: type: docker-image source: repository: jchesterpivotal/concourse-build-resource - tag: v0.9.0 + tag: v0.9.1 inputs: - name: build diff --git a/tasks/show-plan/task.yml b/tasks/show-plan/task.yml index bae733c..d58af38 100644 --- a/tasks/show-plan/task.yml +++ b/tasks/show-plan/task.yml @@ -4,7 +4,7 @@ image_resource: type: docker-image source: repository: jchesterpivotal/concourse-build-resource - tag: v0.9.0 + tag: v0.9.1 inputs: - name: build diff --git a/tasks/show-resources/task.yml b/tasks/show-resources/task.yml index 049222c..fe9a035 100644 --- a/tasks/show-resources/task.yml +++ b/tasks/show-resources/task.yml @@ -4,7 +4,7 @@ image_resource: type: docker-image source: repository: jchesterpivotal/concourse-build-resource - tag: v0.9.0 + tag: v0.9.1 inputs: - name: build