Skip to content

Commit

Permalink
Update README.md and utility tasks to v0.9.1
Browse files Browse the repository at this point in the history
This commit is made automatically by the 'shipit' job.

[skip ci]
  • Loading branch information
jchester authored and Jacques Chester committed Sep 9, 2018
1 parent 068b87e commit d1532e3
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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:
# ....
Expand Down
2 changes: 1 addition & 1 deletion tasks/build-pass-fail/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tasks/show-build/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tasks/show-job/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tasks/show-logs/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tasks/show-plan/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tasks/show-resources/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1532e3

Please sign in to comment.