Merge pull request #3184 from lucasmlp/dev-v2.8

Dev branch sync-up after OOB release and automation upgrades
pull/3196/head
Sakala Venkata Krishna Rohit 2023-10-24 09:07:59 -07:00 committed by GitHub
commit 2f9dd55c3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 21 deletions

View File

@ -1478,6 +1478,7 @@ sync:
- v0.3.3
- v0.3.4
- v0.3.5
- v0.4.0
- source: docker.io/rancher/security-scan
target: '{{ env "REGISTRY_ENDPOINT" }}/rancher/security-scan'
type: repository
@ -1524,6 +1525,7 @@ sync:
allow:
- v0.10.0
- v0.11.0
- v0.13.1
- v0.7.5
- v0.8.1
- v0.9.1

View File

@ -79,13 +79,6 @@ rancher-eks-operator:
rancher-eks-operator-crd:
- 102.1.4+up1.2.2
- 103.0.0+up1.3.0
rancher-external-ip-webhook:
- 0.1.400
- 0.1.600
- 0.1.601
- 100.0.0+up1.0.0
- 100.0.1+up1.0.1
- 100.0.2+up1.0.1
rancher-gatekeeper:
- 103.1.0+up3.13.0
rancher-gatekeeper-crd:
@ -122,7 +115,6 @@ rancher-vsphere-csi:
- 103.0.0+up3.0.2-rancher1
rancher-webhook:
- 2.0.6+up0.3.6
- 103.0.0+up0.4.0
rancher-windows-gmsa:
- 3.0.0
rancher-windows-gmsa-crd:
@ -131,8 +123,6 @@ sriov:
- 103.0.0+up0.1.0
sriov-crd:
- 103.0.0+up0.1.0
system-upgrade-controller:
- 103.0.0+up0.6.0
ui-plugin-operator:
- 102.0.2+up0.2.1
- 103.0.1+up0.2.1

View File

@ -2,7 +2,7 @@
ROOT_DIR=../..
UPSTREAM_REMOTE=upstream
UPSTREAM_BRANCH=release-v2.7
UPSTREAM_BRANCH=release-v2.8
OLD_CHART_DIR=$ROOT_DIR/charts
NEW_CHART_DIR=$ROOT_DIR/to-be-released

View File

@ -21,11 +21,4 @@ Validation steps:
- [ ] Each chart has ALL required annotations
- kube-version annotation
- rancher-version annotation
- permits-os annotation (indicates Windows and/or Linux)
### Checkpoint 3: Logical Checks
Validation steps (requires manual inspection of differences between previous and latest chart version):
- [ ] Ensure no RC images are included.
- [ ] Ensure all mirrored images include the right prefix.
- [ ] Ensure any new images have `repository` and `tag` on the same level to ensure the rancher-images.txt is generated correctly for it for airgap scenarios.
- permits-os annotation (indicates Windows and/or Linux)

View File

@ -5,8 +5,8 @@ ROOT_DIR=../..
ASSETS_DIR=$ROOT_DIR/assets
INDEX_PATH=$ROOT_DIR/index.yaml
UPSTREAM_REMOTE=upstream
UPSTREAM_BRANCH=release-v2.7
OLD_UPSTREAM_BRANCH=release-v2.6
UPSTREAM_BRANCH=release-v2.8
OLD_UPSTREAM_BRANCH=release-v2.7
git fetch ${UPSTREAM_REMOTE}