Skip to content

Commit

Permalink
add v7.11 relesae pipeline; remove v7.10
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Yang <[email protected]>
  • Loading branch information
Rui Yang committed Oct 18, 2023
1 parent 186ab1c commit 3143a9f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pipelines/reconfigure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,20 +340,20 @@ jobs:
- set_pipeline: release
file: pipelines-and-tasks/pipelines/release.yml
instance_vars:
version: 7.10.x
version: 7.11.x
vars:
gcp_image: ubuntu-2204-lts-cgroups-v1
release_major: '7'
release_minor: '7.10'
latest_release: '7.9'
concourse_smoke_deployment_name: concourse-smoke-7-10
release_minor: '7.11'
latest_release: '7.10'
concourse_smoke_deployment_name: concourse-smoke-7-11
slack_hook: ((slack_hooks.concourse-private))
stemcell_name: jammy
ci_branch: master
resource_type_versions:
bosh-io-release: ~1.2.0
bosh-io-release: ~1.2.1
bosh-io-stemcell: ~1.2.0
docker-image: ~1.8.0
docker-image: ~1.8.1
git: ~1.15.0
github-release: ~1.9.0
hg: ~1.3.0
Expand All @@ -365,10 +365,10 @@ jobs:
time: ~1.7.0
tracker: ~1.1.0
dep_bin_versions:
gdn: ~1.34.0
gdn: ~1.41.0
cni: ~1.3.0
runc: ~1.1.8
containerd: ~1.7.2
runc: ~1.1.9
containerd: ~1.7.7
# TEMPLATE FOR NEXT RELEASE
# to create a new release pipeline, copy (but don't delete!) this template,
# replacing MAJOR, MINOR, PREV_MAJOR, PREV_MINOR, and SLACK_CHANNEL
Expand Down

0 comments on commit 3143a9f

Please sign in to comment.