Skip to content

Commit

Permalink
Prep for 0.8.2 (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-stackrox authored Oct 4, 2023
1 parent bf41e26 commit 31b4625
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@ Please avoid adding duplicate information across this changelog and JIRA/doc inp

## [NEXT RELEASE]

## [0.8.2]

- Hackathon '23:
- Adding all clusters to url and drag/drop window split screen
- ROX-17295: trusted certificates for openshift-4
- Fix: CLI and UI now consistently enforce restrictions on the cluster name format and length
- Change: ROX-19218, etc: Move GCP based OCP flavors in infra to a RH project
- Change: Use more consistent artifact naming for openshift clusters
- Chore: Misc tailwind -> patternfly
- Chore: Bump demo versions to 4.2.1

## [0.8.0]

Expand Down
4 changes: 2 additions & 2 deletions chart/infra-server/static/workflow-openshift-4-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:

- name: create
container:
image: quay.io/stackrox-io/ci:automation-flavors-openshift-4-0.8.1-4-g85c5c37504-snapshot
image: quay.io/stackrox-io/ci:automation-flavors-openshift-4-0.8.2
imagePullPolicy: Always
volumeMounts:
- name: data
Expand Down Expand Up @@ -256,7 +256,7 @@ spec:

- name: destroy
container:
image: quay.io/stackrox-io/ci:automation-flavors-openshift-4-0.8.1-4-g85c5c37504-snapshot
image: quay.io/stackrox-io/ci:automation-flavors-openshift-4-0.8.2
imagePullPolicy: Always
command:
- entrypoint.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
archive:
tar: {}
container:
image: quay.io/stackrox-io/ci:automation-flavors-openshift-4-0.8.1-4-g85c5c37504-snapshot
image: quay.io/stackrox-io/ci:automation-flavors-openshift-4-0.8.2
imagePullPolicy: Always
command:
- entrypoint.sh
Expand Down Expand Up @@ -155,7 +155,7 @@ spec:

- name: destroy
container:
image: quay.io/stackrox-io/ci:automation-flavors-openshift-4-0.8.1-4-g85c5c37504-snapshot
image: quay.io/stackrox-io/ci:automation-flavors-openshift-4-0.8.2
imagePullPolicy: Always
command:
- entrypoint.sh
Expand Down
4 changes: 2 additions & 2 deletions chart/infra-server/static/workflow-openshift-4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
archive:
tar: {}
container:
image: quay.io/stackrox-io/ci:automation-flavors-openshift-4-0.8.1-4-g85c5c37504-snapshot
image: quay.io/stackrox-io/ci:automation-flavors-openshift-4-0.8.2
imagePullPolicy: Always
command:
- entrypoint.sh
Expand Down Expand Up @@ -155,7 +155,7 @@ spec:

- name: destroy
container:
image: quay.io/stackrox-io/ci:automation-flavors-openshift-4-0.8.1-4-g85c5c37504-snapshot
image: quay.io/stackrox-io/ci:automation-flavors-openshift-4-0.8.2
imagePullPolicy: Always
command:
- entrypoint.sh
Expand Down

0 comments on commit 31b4625

Please sign in to comment.