Skip to content

Commit

Permalink
Update product image versions for tests and switch to testing-tools 0…
Browse files Browse the repository at this point in the history
….2.0 (#441)
  • Loading branch information
razvan committed Apr 25, 2023
1 parent e06a1c6 commit 16d4522
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ All notable changes to this project will be documented in this file.
### Changed

- Operator-rs: `0.40.1` -> `0.41.0` ([#440]).
- Use 0.0.0-dev product images for testing ([#441])
- Use testing-tools 0.2.0 ([#441])

[#440]: https://github.com/stackabletech/opa-operator/pull/440
[#441]: https://github.com/stackabletech/opa-operator/pull/441

## [23.4.0] - 2023-04-17

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/opa/pages/usage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To create a single node OPA (v0.45.0) cluster with Prometheus metrics exposed on
spec:
image:
productVersion: "0.45.0"
stackableVersion: "23.4.0-rc2"
stackableVersion: "0.0.0-dev"
servers:
roleGroups:
default:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ spec:
spec:
containers:
- name: opa-test-runner
image: docker.stackable.tech/stackable/testing-tools:0.1.0-stackable0.1.0
image: docker.stackable.tech/stackable/testing-tools:0.2.0-stackable0.0.0-dev
stdin: true
tty: true
2 changes: 1 addition & 1 deletion tests/templates/kuttl/smoke/02-install-test-regorule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ spec:
spec:
containers:
- name: test-regorule
image: docker.stackable.tech/stackable/testing-tools:0.1.0-stackable0.1.0
image: docker.stackable.tech/stackable/testing-tools:0.2.0-stackable0.0.0-dev
stdin: true
tty: true
8 changes: 4 additions & 4 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
dimensions:
- name: opa
values:
- 0.37.2-stackable23.4.0-rc2
- 0.41.0-stackable23.4.0-rc2
- 0.45.0-stackable23.4.0-rc2
- 0.37.2-stackable0.0.0-dev
- 0.41.0-stackable0.0.0-dev
- 0.45.0-stackable0.0.0-dev
- name: opa-latest
values:
- 0.45.0-stackable23.4.0-rc2
- 0.45.0-stackable0.0.0-dev
tests:
- name: smoke
dimensions:
Expand Down

0 comments on commit 16d4522

Please sign in to comment.