Skip to content

Commit

Permalink
Update to latest stackable images (#374)
Browse files Browse the repository at this point in the history
# Description

- Updated all product / tools images to the latest stackable image version


**DO NOT MERGE BEFORE RELEASE IS DONE!**



Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
  • Loading branch information
maltesander and maltesander committed Nov 14, 2022
1 parent 9544f5a commit ffd869b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Changed

- Updated stackable image versions ([#374]).

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

## [0.11.0] - 2022-11-07

### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/usage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To create a single node OPA (v0.45.0) cluster with Prometheus metrics exposed on
metadata:
name: simple-opa
spec:
version: "0.45.0-stackable0.1.0"
version: "0.45.0-stackable0.2.0"
servers:
roleGroups:
default:
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/getting_started/examples/code/opa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: OpaCluster
metadata:
name: simple-opa
spec:
version: "0.45.0-stackable0.1.0"
version: "0.45.0-stackable0.2.0"
servers:
roleGroups:
default:
Expand Down
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-stackable0.2.0
- 0.41.0-stackable0.1.0
- 0.45.0-stackable0.1.0
- 0.37.2-stackable0.3.0
- 0.41.0-stackable0.2.0
- 0.45.0-stackable0.2.0
- name: opa-latest
values:
- 0.45.0-stackable0.1.0
- 0.45.0-stackable0.2.0
tests:
- name: smoke
dimensions:
Expand Down

0 comments on commit ffd869b

Please sign in to comment.