Skip to content

Commit

Permalink
Update for Shield 8.8.7-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
krutten committed Jul 19, 2024
1 parent dcb413d commit 7056cac
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 21 deletions.
4 changes: 3 additions & 1 deletion kit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: shield
version: 1.9.0

description: S.H.I.E.L.D. Data Protection
author: James Hunt <[email protected]>
authors:
- James Hunt <[email protected]>
- Kevin Rutten <[email protected]>
docs: https://shieldproject.io/genesis
code: https://github.com/genesis-community/shield-genesis-kit

Expand Down
6 changes: 3 additions & 3 deletions manifests/releases/shield.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
releases:
- name: shield
version: 8.8.6
url: https://github.com/shieldproject/shield-boshrelease/releases/download/v8.8.6/shield-8.8.6.tgz
sha1: f58e1a37ebd66eb236aa11df3756e7af995117e0
version: 9.2.0-rc2
url: https://github.com/shieldproject/shield-boshrelease/releases/download/v9.2.0-rc2/shield-boshrelease-9.2.0-rc2.tgz
sha1: 0748d4b4b209927bde1687c2c83e350a172d029b
2 changes: 1 addition & 1 deletion manifests/shield.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ update:

stemcells:
- alias: bionic
os: (( grab params.stemcell_os || "ubuntu-bionic" ))
os: (( grab params.stemcell_os || "ubuntu-jammy" ))
version: (( grab params.stemcell_version || "latest" ))
8 changes: 4 additions & 4 deletions spec/results/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ instance_groups:
name: base-shield
releases:
- name: shield
sha1: f58e1a37ebd66eb236aa11df3756e7af995117e0
url: https://github.com/shieldproject/shield-boshrelease/releases/download/v8.8.6/shield-8.8.6.tgz
version: 8.8.6
sha1: 0748d4b4b209927bde1687c2c83e350a172d029b
url: https://github.com/shieldproject/shield-boshrelease/releases/download/v9.2.0-rc2/shield-boshrelease-9.2.0-rc2.tgz
version: 9.2.0-rc2
stemcells:
- alias: bionic
os: ubuntu-bionic
os: ubuntu-jammy
version: latest
update:
canaries: 0
Expand Down
8 changes: 4 additions & 4 deletions spec/results/oauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ instance_groups:
name: oauth-shield
releases:
- name: shield
sha1: f58e1a37ebd66eb236aa11df3756e7af995117e0
url: https://github.com/shieldproject/shield-boshrelease/releases/download/v8.8.6/shield-8.8.6.tgz
version: 8.8.6
sha1: 0748d4b4b209927bde1687c2c83e350a172d029b
url: https://github.com/shieldproject/shield-boshrelease/releases/download/v9.2.0-rc2/shield-boshrelease-9.2.0-rc2.tgz
version: 9.2.0-rc2
stemcells:
- alias: bionic
os: ubuntu-bionic
os: ubuntu-jammy
version: latest
update:
canaries: 0
Expand Down
8 changes: 4 additions & 4 deletions spec/results/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ instance_groups:
name: postgres-shield
releases:
- name: shield
sha1: f58e1a37ebd66eb236aa11df3756e7af995117e0
url: https://github.com/shieldproject/shield-boshrelease/releases/download/v8.8.6/shield-8.8.6.tgz
version: 8.8.6
sha1: 0748d4b4b209927bde1687c2c83e350a172d029b
url: https://github.com/shieldproject/shield-boshrelease/releases/download/v9.2.0-rc2/shield-boshrelease-9.2.0-rc2.tgz
version: 9.2.0-rc2
- name: shield-addon-postgres
sha1: 45fb8d0c4919c55667cb18ee17e5e333a5eb5789
url: https://github.com/shieldproject/shield-addon-postgres-boshrelease/releases/download/v1.0.2/shield-addon-postgres-1.0.2.tgz
version: 1.0.2
stemcells:
- alias: bionic
os: ubuntu-bionic
os: ubuntu-jammy
version: latest
update:
canaries: 0
Expand Down
8 changes: 4 additions & 4 deletions spec/results/secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ instance_groups:
name: secure-shield
releases:
- name: shield
sha1: f58e1a37ebd66eb236aa11df3756e7af995117e0
url: https://github.com/shieldproject/shield-boshrelease/releases/download/v8.8.6/shield-8.8.6.tgz
version: 8.8.6
sha1: 0748d4b4b209927bde1687c2c83e350a172d029b
url: https://github.com/shieldproject/shield-boshrelease/releases/download/v9.2.0-rc2/shield-boshrelease-9.2.0-rc2.tgz
version: 9.2.0-rc2
stemcells:
- alias: bionic
os: ubuntu-bionic
os: ubuntu-jammy
version: latest
update:
canaries: 0
Expand Down

0 comments on commit 7056cac

Please sign in to comment.