Skip to content

Commit 015671e

Browse files
chore: Release 26.7.0-rc1 (#406)
Signed-off-by: Techassi <git@techassi.dev> Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent 0324ca3 commit 015671e

8 files changed

Lines changed: 22 additions & 19 deletions

File tree

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+
## [26.7.0-rc1] - 2026-07-16
8+
79
### Changed
810

911
- Bump stackable-operator to 0.113.3 and snafu to 0.9 ([#401]).

Cargo.lock

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

Cargo.nix

Lines changed: 3 additions & 3 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/operator-binary", "rust/csi-grpc", "rust/olm-deployer"]
33
resolver = "2"
44

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

deploy/helm/listener-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: listener-operator
4-
version: "0.0.0-dev"
5-
appVersion: "0.0.0-dev"
4+
version: "26.7.0-rc1"
5+
appVersion: "26.7.0-rc1"
66
description: The Stackable Operator for Stackable Listener Operator
77
home: https://github.com/stackabletech/listener-operator
88
maintainers:

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: "26.7"
4+
prerelease: false

extra/crds.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ spec:
2121
properties:
2222
spec:
2323
description: |-
24-
Defines a policy for how [Listeners](https://docs.stackable.tech/home/nightly/listener-operator/listener) should be exposed.
25-
Read the [ListenerClass documentation](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass)
24+
Defines a policy for how [Listeners](https://docs.stackable.tech/home/26.7/listener-operator/listener) should be exposed.
25+
Read the [ListenerClass documentation](https://docs.stackable.tech/home/26.7/listener-operator/listenerclass)
2626
for more information.
2727
properties:
2828
loadBalancerAllocateNodePorts:
@@ -100,7 +100,7 @@ spec:
100100
to override any property that can be set on a Kubernetes Service.
101101
102102
This mechanism is similar to the `podOverrides`, which are documented in the
103-
[Pod overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#pod-overrides).
103+
[Pod overrides documentation](https://docs.stackable.tech/home/26.7/concepts/overrides#pod-overrides).
104104
type: object
105105
x-kubernetes-preserve-unknown-fields: true
106106
serviceType:
@@ -149,12 +149,12 @@ spec:
149149
1. It uses a cluster-level policy object (ListenerClass) to define how exactly the exposure works
150150
2. It has a consistent API for reading back the exposed address(es) of the service
151151
3. The Pod must mount a Volume referring to the Listener, which also allows
152-
["sticky" scheduling](https://docs.stackable.tech/home/nightly/listener-operator/listener#_sticky_scheduling).
152+
["sticky" scheduling](https://docs.stackable.tech/home/26.7/listener-operator/listener#_sticky_scheduling).
153153
154-
Learn more in the [Listener documentation](https://docs.stackable.tech/home/nightly/listener-operator/listener).
154+
Learn more in the [Listener documentation](https://docs.stackable.tech/home/26.7/listener-operator/listener).
155155
properties:
156156
className:
157-
description: The name of the [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass).
157+
description: The name of the [ListenerClass](https://docs.stackable.tech/home/26.7/listener-operator/listenerclass).
158158
nullable: true
159159
type: string
160160
extraPodSelectorLabels:
@@ -171,7 +171,7 @@ spec:
171171
172172
List entries are arbitrary YAML objects, which need to be valid Kubernetes objects.
173173
174-
Read the [Object overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#object-overrides)
174+
Read the [Object overrides documentation](https://docs.stackable.tech/home/26.7/concepts/overrides#object-overrides)
175175
for more information.
176176
items:
177177
type: object

tests/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ releases:
77
description: Integration test
88
products:
99
commons:
10-
operatorVersion: 0.0.0-dev
10+
operatorVersion: 26.7.0-rc1
1111
listener:
12-
operatorVersion: 0.0.0-dev
12+
operatorVersion: 26.7.0-rc1

0 commit comments

Comments
 (0)