| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. | |||
| 4 | 4 | ||
| 5 | 5 | ## [Unreleased] | |
| 6 | 6 | ||
| 7 | + ## [26.7.0] - 2026-07-21 | ||
| 8 | + | ||
| 7 | 9 | ## [26.7.0-rc1] - 2026-07-16 | |
| 8 | 10 | ||
| 9 | 11 | ### Added | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ members = ["rust/*"] | |||
| 3 | 3 | resolver = "2" | |
| 4 | 4 | ||
| 5 | 5 | [workspace.package] | |
| 6 | - version = "26.7.0-rc1" | ||
| 6 | + version = "26.7.0" | ||
| 7 | 7 | authors = ["Stackable GmbH <info@stackable.tech>"] | |
| 8 | 8 | license = "OSL-3.0" | |
| 9 | 9 | edition = "2024" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,8 +1,8 @@ | |||
| 1 | 1 | --- | |
| 2 | 2 | apiVersion: v2 | |
| 3 | 3 | name: opa-operator | |
| 4 | - version: "26.7.0-rc1" | ||
| 5 | - appVersion: "26.7.0-rc1" | ||
| 4 | + version: "26.7.0" | ||
| 5 | + appVersion: "26.7.0" | ||
| 6 | 6 | description: The Stackable Operator for OpenPolicyAgent | |
| 7 | 7 | home: https://github.com/stackabletech/opa-operator | |
| 8 | 8 | maintainers: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,13 +24,13 @@ case "$1" in | |||
| 24 | 24 | "helm") | |
| 25 | 25 | echo "Installing operators with Helm" | |
| 26 | 26 | # tag::helm-install-operators[] | |
| 27 | - helm install --wait opa-operator oci://oci.stackable.tech/sdp-charts/opa-operator --version 26.7.0-rc1 | ||
| 27 | + helm install --wait opa-operator oci://oci.stackable.tech/sdp-charts/opa-operator --version 26.7.0 | ||
| 28 | 28 | # end::helm-install-operators[] | |
| 29 | 29 | ;; | |
| 30 | 30 | "stackablectl") | |
| 31 | 31 | echo "installing operators with stackablectl" | |
| 32 | 32 | # tag::stackablectl-install-operators[] | |
| 33 | - stackablectl operator install opa=26.7.0-rc1 | ||
| 33 | + stackablectl operator install opa=26.7.0 | ||
| 34 | 34 | # end::stackablectl-install-operators[] | |
| 35 | 35 | ;; | |
| 36 | 36 | *) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1 +1 @@ | |||
| 1 | - Installed opa=26.7.0-rc1 operator | ||
| 1 | + Installed opa=26.7.0 operator | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,4 +3,4 @@ helm: | |||
| 3 | 3 | repo_name: sdp-charts | |
| 4 | 4 | repo_url: oci.stackable.tech | |
| 5 | 5 | versions: | |
| 6 | - opa: 26.7.0-rc1 | ||
| 6 | + opa: 26.7.0 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,10 +7,10 @@ releases: | |||
| 7 | 7 | description: Integration test | |
| 8 | 8 | products: | |
| 9 | 9 | commons: | |
| 10 | - operatorVersion: 26.7.0-rc1 | ||
| 10 | + operatorVersion: 26.7.0 | ||
| 11 | 11 | secret: | |
| 12 | - operatorVersion: 26.7.0-rc1 | ||
| 12 | + operatorVersion: 26.7.0 | ||
| 13 | 13 | listener: | |
| 14 | - operatorVersion: 26.7.0-rc1 | ||
| 14 | + operatorVersion: 26.7.0 | ||
| 15 | 15 | opa: | |
| 16 | - operatorVersion: 26.7.0-rc1 | ||
| 16 | + operatorVersion: 26.7.0 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments