Skip to content

Commit 7eb7761

Browse files
authored
chore: Release 25.11.0-rc1 (#776)
Signed-off-by: Techassi <git@techassi.dev>
1 parent 100a86a commit 7eb7761

File tree

11 files changed

+36
-33
lines changed

11 files changed

+36
-33
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [25.11.0-rc1] - 2025-11-06
8+
79
### Added
810

911
- Add end-of-support checker which can be controlled with environment variables and CLI arguments ([#771]).

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["rust/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.0.0-dev"
6+
version = "25.11.0-rc1"
77
authors = ["Stackable GmbH <info@stackable.tech>"]
88
license = "OSL-3.0"
99
edition = "2021"

deploy/helm/opa-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
apiVersion: v2
33
name: opa-operator
4-
version: "0.0.0-dev"
5-
appVersion: "0.0.0-dev"
4+
version: "25.11.0-rc1"
5+
appVersion: "25.11.0-rc1"
66
description: The Stackable Operator for OpenPolicyAgent
77
home: https://github.com/stackabletech/opa-operator
88
maintainers:

deploy/helm/opa-operator/crds/crds.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ spec:
141141
properties:
142142
secretClass:
143143
description: |-
144-
Name of the [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) which will provide the CA certificate.
144+
Name of the [SecretClass](https://docs.stackable.tech/home/25.11/secret-operator/secretclass) which will provide the CA certificate.
145145
Note that a SecretClass does not need to have a key but can also work with just a CA certificate,
146146
so if you got provided with a CA cert but don't have access to the key you can still use this method.
147147
type: string
@@ -216,7 +216,7 @@ spec:
216216
properties:
217217
secretClass:
218218
description: |-
219-
Name of the [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) which will provide the CA certificate.
219+
Name of the [SecretClass](https://docs.stackable.tech/home/25.11/secret-operator/secretclass) which will provide the CA certificate.
220220
Note that a SecretClass does not need to have a key but can also work with just a CA certificate,
221221
so if you got provided with a CA cert but don't have access to the key you can still use this method.
222222
type: string
@@ -320,7 +320,7 @@ spec:
320320
properties:
321321
secretClass:
322322
description: |-
323-
Name of the [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) which will provide the CA certificate.
323+
Name of the [SecretClass](https://docs.stackable.tech/home/25.11/secret-operator/secretclass) which will provide the CA certificate.
324324
Note that a SecretClass does not need to have a key but can also work with just a CA certificate,
325325
so if you got provided with a CA cert but don't have access to the key you can still use this method.
326326
type: string
@@ -463,7 +463,7 @@ spec:
463463
podAntiAffinity: null
464464
description: |-
465465
These configuration settings control
466-
[Pod placement](https://docs.stackable.tech/home/nightly/concepts/operations/pod_placement).
466+
[Pod placement](https://docs.stackable.tech/home/25.11/concepts/operations/pod_placement).
467467
properties:
468468
nodeAffinity:
469469
description: Same as the `spec.affinity.nodeAffinity` field on the Pod, see the [Kubernetes docs](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node)
@@ -495,7 +495,7 @@ spec:
495495
default:
496496
containers: {}
497497
enableVectorAgent: null
498-
description: Logging configuration, learn more in the [logging concept documentation](https://docs.stackable.tech/home/nightly/concepts/logging).
498+
description: Logging configuration, learn more in the [logging concept documentation](https://docs.stackable.tech/home/25.11/concepts/logging).
499499
properties:
500500
containers:
501501
additionalProperties:
@@ -648,7 +648,7 @@ spec:
648648
description: |-
649649
The `configOverrides` can be used to configure properties in product config files
650650
that are not exposed in the CRD. Read the
651-
[config overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#config-overrides)
651+
[config overrides documentation](https://docs.stackable.tech/home/25.11/concepts/overrides#config-overrides)
652652
and consult the operator specific usage guide documentation for details on the
653653
available config files and settings for the specific product.
654654
type: object
@@ -660,7 +660,7 @@ spec:
660660
`envOverrides` configure environment variables to be set in the Pods.
661661
It is a map from strings to strings - environment variables and the value to set.
662662
Read the
663-
[environment variable overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#env-overrides)
663+
[environment variable overrides documentation](https://docs.stackable.tech/home/25.11/concepts/overrides#env-overrides)
664664
for more information and consult the operator specific usage guide to find out about
665665
the product specific environment variables that are available.
666666
type: object
@@ -671,7 +671,7 @@ spec:
671671
[PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#podtemplatespec-v1-core)
672672
to override any property that can be set on a Kubernetes Pod.
673673
Read the
674-
[Pod overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#pod-overrides)
674+
[Pod overrides documentation](https://docs.stackable.tech/home/25.11/concepts/overrides#pod-overrides)
675675
for more information.
676676
type: object
677677
x-kubernetes-preserve-unknown-fields: true
@@ -700,7 +700,7 @@ spec:
700700
podAntiAffinity: null
701701
description: |-
702702
These configuration settings control
703-
[Pod placement](https://docs.stackable.tech/home/nightly/concepts/operations/pod_placement).
703+
[Pod placement](https://docs.stackable.tech/home/25.11/concepts/operations/pod_placement).
704704
properties:
705705
nodeAffinity:
706706
description: Same as the `spec.affinity.nodeAffinity` field on the Pod, see the [Kubernetes docs](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node)
@@ -732,7 +732,7 @@ spec:
732732
default:
733733
containers: {}
734734
enableVectorAgent: null
735-
description: Logging configuration, learn more in the [logging concept documentation](https://docs.stackable.tech/home/nightly/concepts/logging).
735+
description: Logging configuration, learn more in the [logging concept documentation](https://docs.stackable.tech/home/25.11/concepts/logging).
736736
properties:
737737
containers:
738738
additionalProperties:
@@ -885,7 +885,7 @@ spec:
885885
description: |-
886886
The `configOverrides` can be used to configure properties in product config files
887887
that are not exposed in the CRD. Read the
888-
[config overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#config-overrides)
888+
[config overrides documentation](https://docs.stackable.tech/home/25.11/concepts/overrides#config-overrides)
889889
and consult the operator specific usage guide documentation for details on the
890890
available config files and settings for the specific product.
891891
type: object
@@ -897,7 +897,7 @@ spec:
897897
`envOverrides` configure environment variables to be set in the Pods.
898898
It is a map from strings to strings - environment variables and the value to set.
899899
Read the
900-
[environment variable overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#env-overrides)
900+
[environment variable overrides documentation](https://docs.stackable.tech/home/25.11/concepts/overrides#env-overrides)
901901
for more information and consult the operator specific usage guide to find out about
902902
the product specific environment variables that are available.
903903
type: object
@@ -908,7 +908,7 @@ spec:
908908
[PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#podtemplatespec-v1-core)
909909
to override any property that can be set on a Kubernetes Pod.
910910
Read the
911-
[Pod overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#pod-overrides)
911+
[Pod overrides documentation](https://docs.stackable.tech/home/25.11/concepts/overrides#pod-overrides)
912912
for more information.
913913
type: object
914914
x-kubernetes-preserve-unknown-fields: true

docs/antora.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
name: home
3-
version: "nightly"
3+
version: "25.11"
4+
prerelease: false

docs/modules/opa/examples/getting_started/getting_started.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ case "$1" in
2121
"helm")
2222
echo "Installing operators with Helm"
2323
# tag::helm-install-operators[]
24-
helm install --wait opa-operator oci://oci.stackable.tech/sdp-charts/opa-operator --version 0.0.0-dev
24+
helm install --wait opa-operator oci://oci.stackable.tech/sdp-charts/opa-operator --version 25.11.0-rc1
2525
# end::helm-install-operators[]
2626
;;
2727
"stackablectl")
2828
echo "installing operators with stackablectl"
2929
# tag::stackablectl-install-operators[]
30-
stackablectl operator install opa=0.0.0-dev
30+
stackablectl operator install opa=25.11.0-rc1
3131
# end::stackablectl-install-operators[]
3232
;;
3333
*)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Installed opa=0.0.0-dev operator
1+
Installed opa=25.11.0-rc1 operator

docs/templating_vars.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ helm:
33
repo_name: sdp-charts
44
repo_url: oci.stackable.tech
55
versions:
6-
opa: 0.0.0-dev
6+
opa: 25.11.0-rc1

0 commit comments

Comments
 (0)