Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [24.11.1-rc2] - 2024-12-12

## [24.11.1-rc1] - 2024-12-06

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["rust/crd", "rust/operator-binary"]
resolver = "2"

[workspace.package]
version = "24.11.1-rc1"
version = "24.11.1-rc2"
authors = ["Stackable GmbH <[email protected]>"]
license = "OSL-3.0"
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/hbase-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
apiVersion: v2
name: hbase-operator
version: "24.11.1-rc1"
appVersion: "24.11.1-rc1"
version: "24.11.1-rc2"
appVersion: "24.11.1-rc2"
description: The Stackable Operator for Apache HBase
home: https://github.com/stackabletech/hbase-operator
maintainers:
Expand Down
24 changes: 12 additions & 12 deletions docs/modules/hbase/examples/getting_started/getting_started.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,25 @@ echo "Updating Helm repo"
helm repo update
echo "Installing Operators with Helm"
# tag::helm-install-operators[]
helm install --wait zookeeper-operator stackable-stable/zookeeper-operator --version 24.11.1-rc1 &
helm install --wait hdfs-operator stackable-stable/hdfs-operator --version 24.11.1-rc1 &
helm install --wait commons-operator stackable-stable/commons-operator --version 24.11.1-rc1 &
helm install --wait secret-operator stackable-stable/secret-operator --version 24.11.1-rc1 &
helm install --wait listener-operator stackable-stable/listener-operator --version 24.11.1-rc1 &
helm install --wait hbase-operator stackable-stable/hbase-operator --version 24.11.1-rc1 &
helm install --wait zookeeper-operator stackable-stable/zookeeper-operator --version 24.11.1-rc2 &
helm install --wait hdfs-operator stackable-stable/hdfs-operator --version 24.11.1-rc2 &
helm install --wait commons-operator stackable-stable/commons-operator --version 24.11.1-rc2 &
helm install --wait secret-operator stackable-stable/secret-operator --version 24.11.1-rc2 &
helm install --wait listener-operator stackable-stable/listener-operator --version 24.11.1-rc2 &
helm install --wait hbase-operator stackable-stable/hbase-operator --version 24.11.1-rc2 &
wait
# end::helm-install-operators[]
;;
"stackablectl")
echo "installing Operators with stackablectl"
# tag::stackablectl-install-operators[]
stackablectl operator install \
commons=24.11.1-rc1 \
secret=24.11.1-rc1 \
listener=24.11.1-rc1 \
zookeeper=24.11.1-rc1 \
hdfs=24.11.1-rc1 \
hbase=24.11.1-rc1
commons=24.11.1-rc2 \
secret=24.11.1-rc2 \
listener=24.11.1-rc2 \
zookeeper=24.11.1-rc2 \
hdfs=24.11.1-rc2 \
hbase=24.11.1-rc2
# end::stackablectl-install-operators[]
;;
*)
Expand Down
12 changes: 6 additions & 6 deletions docs/modules/hbase/examples/getting_started/install_output.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Installed commons=24.11.1-rc1 operator
Installed secret=24.11.1-rc1 operator
Installed listener=24.11.1-rc1 operator
Installed zookeeper=24.11.1-rc1 operator
Installed hdfs=24.11.1-rc1 operator
Installed hbase=24.11.1-rc1 operator
Installed commons=24.11.1-rc2 operator
Installed secret=24.11.1-rc2 operator
Installed listener=24.11.1-rc2 operator
Installed zookeeper=24.11.1-rc2 operator
Installed hdfs=24.11.1-rc2 operator
Installed hbase=24.11.1-rc2 operator
2 changes: 1 addition & 1 deletion docs/modules/hbase/examples/usage-guide/hbck2-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: hbck2
image: docker.stackable.tech/stackable/hbase:2.4.18-stackable24.11.1-rc1
image: docker.stackable.tech/stackable/hbase:2.4.18-stackable24.11.1-rc2
volumeMounts:
- name: hbase-config
mountPath: /stackable/conf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: hbase
image: docker.stackable.tech/stackable/hbase:2.4.18-stackable24.11.1-rc1
image: docker.stackable.tech/stackable/hbase:2.4.18-stackable24.11.1-rc2
volumeMounts:
- name: hbase-config
mountPath: /stackable/conf
Expand Down
12 changes: 6 additions & 6 deletions docs/templating_vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ helm:
repo_name: stackable-stable
repo_url: https://repo.stackable.tech/repository/helm-stable/
versions:
commons: 24.11.1-rc1
secret: 24.11.1-rc1
listener: 24.11.1-rc1
zookeeper: 24.11.1-rc1
hdfs: 24.11.1-rc1
hbase: 24.11.1-rc1
commons: 24.11.1-rc2
secret: 24.11.1-rc2
listener: 24.11.1-rc2
zookeeper: 24.11.1-rc2
hdfs: 24.11.1-rc2
hbase: 24.11.1-rc2
14 changes: 7 additions & 7 deletions tests/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ releases:
description: Integration test
products:
commons:
operatorVersion: 24.11.1-rc1
operatorVersion: 24.11.1-rc2
secret:
operatorVersion: 24.11.1-rc1
operatorVersion: 24.11.1-rc2
listener:
operatorVersion: 24.11.1-rc1
operatorVersion: 24.11.1-rc2
zookeeper:
operatorVersion: 24.11.1-rc1
operatorVersion: 24.11.1-rc2
hdfs:
operatorVersion: 24.11.1-rc1
operatorVersion: 24.11.1-rc2
hbase:
operatorVersion: 24.11.1-rc1
operatorVersion: 24.11.1-rc2
opa:
operatorVersion: 24.11.1-rc1
operatorVersion: 24.11.1-rc2
Loading