Skip to content

Commit

Permalink
Bump cf-deployment and cf-deployment-concourse-tasks
Browse files Browse the repository at this point in the history
Previously pinned to old major version. Prevented picking up 8.*
releases. This will allow our infrastructure to run the latest
cf-deployment

[#165728819](https://www.pivotaltracker.com/story/show/165728819)

Co-authored-by: Will Murphy <wmurphy@pivotal.io>
  • Loading branch information
bwasmith and willmurphyscode committed Apr 30, 2019
1 parent 86ea5fc commit e579a33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/cli-dev-bosh-lite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ resources:
source:
uri: git@github.com:cloudfoundry/cf-deployment.git
private_key: ((bosh-lite-pools-github-private-key))
tag_filter: v7.*
tag_filter: v8.*
- name: cf-deploy
type: bosh-deployment
source:
Expand Down
2 changes: 1 addition & 1 deletion ci/cli/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ resources:
type: git
source:
uri: https://github.com/cloudfoundry/cf-deployment-concourse-tasks
tag_filter: v7.*
tag_filter: v8.*

- name: cf-cli-binaries
type: s3
Expand Down
2 changes: 1 addition & 1 deletion ci/infrastructure/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resources:
type: git
source:
uri: https://github.com/cloudfoundry/cf-deployment
tag_filter: v7.*
tag_filter: v8.*
- name: state
type: git
source:
Expand Down

0 comments on commit e579a33

Please sign in to comment.