Skip to content

Commit 7f97d06

Browse files
Merge branch 'main' into feat/smooth-operator/introduce-builder
2 parents 29d45fb + 7ab8839 commit 7f97d06

6 files changed

Lines changed: 19 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [26.7.0] - 2026-07-21
6+
7+
## [26.7.0-rc1] - 2026-07-16
8+
59
### Added
610

711
- BREAKING: Add required CLI argument and env var to set the image repository used to construct final product image names: `IMAGE_REPOSITORY` (`--image-repository`), eg. `oci.example.org/my/namespace` ([#752]).

scripts/docs_templating.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ do
3939
done
4040

4141
# Ensure this script is executable
42-
chmod +x docs/modules/opensearch/examples/getting_started/getting_started.sh
42+
chmod +x "docs/modules/hbase/examples/getting_started/getting_started.sh" \
43+
|| chmod +x "docs/modules/hbase/examples/getting_started/code/getting_started.sh" \
44+
|| true
4345

4446
echo "done"

tests/templates/kuttl/cluster-operation/03-install-hbase.yaml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
gracefulShutdownTimeout: 1m
3030
logging:
3131
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
32-
listenerClass: external-stable
32+
listenerClass: external-unstable
3333
roleGroups:
3434
default:
3535
replicas: 1
@@ -38,7 +38,7 @@ spec:
3838
gracefulShutdownTimeout: 1m
3939
logging:
4040
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
41-
listenerClass: external-stable
41+
listenerClass: external-unstable
4242
roleGroups:
4343
default:
4444
replicas: 1
@@ -47,7 +47,7 @@ spec:
4747
gracefulShutdownTimeout: 1m
4848
logging:
4949
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
50-
listenerClass: external-stable
50+
listenerClass: external-unstable
5151
roleGroups:
5252
default:
5353
replicas: 1

tests/templates/kuttl/cluster-operation/10-pause-hbase.yaml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
gracefulShutdownTimeout: 1m
3333
logging:
3434
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
35-
listenerClass: external-stable
35+
listenerClass: external-unstable
3636
roleGroups:
3737
default:
3838
replicas: 1
@@ -41,7 +41,7 @@ spec:
4141
gracefulShutdownTimeout: 1m
4242
logging:
4343
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
44-
listenerClass: external-stable
44+
listenerClass: external-unstable
4545
roleGroups:
4646
default:
4747
replicas: 1
@@ -50,7 +50,7 @@ spec:
5050
gracefulShutdownTimeout: 1m
5151
logging:
5252
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
53-
listenerClass: external-stable
53+
listenerClass: external-unstable
5454
roleGroups:
5555
default:
5656
replicas: 2 # ignored because reconciliation is paused

tests/templates/kuttl/cluster-operation/20-stop-hbase.yaml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
gracefulShutdownTimeout: 1m
3333
logging:
3434
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
35-
listenerClass: external-stable
35+
listenerClass: external-unstable
3636
roleGroups:
3737
default:
3838
replicas: 1
@@ -41,7 +41,7 @@ spec:
4141
gracefulShutdownTimeout: 1m
4242
logging:
4343
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
44-
listenerClass: external-stable
44+
listenerClass: external-unstable
4545
roleGroups:
4646
default:
4747
replicas: 1
@@ -50,7 +50,7 @@ spec:
5050
gracefulShutdownTimeout: 1m
5151
logging:
5252
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
53-
listenerClass: external-stable
53+
listenerClass: external-unstable
5454
roleGroups:
5555
default:
5656
replicas: 1 # set to 0 by the operator because cluster is stopped

tests/templates/kuttl/cluster-operation/30-restart-hbase.yaml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
gracefulShutdownTimeout: 1m
3333
logging:
3434
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
35-
listenerClass: external-stable
35+
listenerClass: external-unstable
3636
roleGroups:
3737
default:
3838
replicas: 1
@@ -41,7 +41,7 @@ spec:
4141
gracefulShutdownTimeout: 1m
4242
logging:
4343
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
44-
listenerClass: external-stable
44+
listenerClass: external-unstable
4545
roleGroups:
4646
default:
4747
replicas: 1
@@ -50,7 +50,7 @@ spec:
5050
gracefulShutdownTimeout: 1m
5151
logging:
5252
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
53-
listenerClass: external-stable
53+
listenerClass: external-unstable
5454
roleGroups:
5555
default:
5656
replicas: 1

0 commit comments

Comments
 (0)