From 18f6e3ae4c7fc82090b79a80a9c1acd51c19564f Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Mon, 23 Jan 2023 11:40:10 +0100 Subject: [PATCH 1/5] release 23.1.0 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- deploy/helm/commons-operator/Chart.yaml | 4 ++-- docs/antora.yml | 4 ++-- rust/operator-binary/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b8aebc..820840c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [23.1.0] - 2023-01-23 + ### Added - Added `AuthenticationClass` provider static (bump operator-rs to `0.28.0`) ([#123]) diff --git a/Cargo.lock b/Cargo.lock index dc59b6c..b39ab2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1768,7 +1768,7 @@ dependencies = [ [[package]] name = "stackable-commons-operator" -version = "0.5.0-nightly" +version = "23.1.0" dependencies = [ "anyhow", "built", diff --git a/deploy/helm/commons-operator/Chart.yaml b/deploy/helm/commons-operator/Chart.yaml index e591ea4..b4ac1fe 100644 --- a/deploy/helm/commons-operator/Chart.yaml +++ b/deploy/helm/commons-operator/Chart.yaml @@ -1,8 +1,8 @@ --- apiVersion: v2 name: commons-operator -version: "0.5.0-nightly" -appVersion: "0.5.0-nightly" +version: "23.1.0" +appVersion: "23.1.0" description: The Stackable Operator for Stackable Commons home: https://github.com/stackabletech/commons-operator maintainers: diff --git a/docs/antora.yml b/docs/antora.yml index 97bd8da..dfb220c 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,7 +1,7 @@ --- name: commons-operator -version: "nightly" +version: "23.1.0" title: Stackable Commons Operator nav: - modules/ROOT/nav.adoc -prerelease: true +prerelease: false diff --git a/rust/operator-binary/Cargo.toml b/rust/operator-binary/Cargo.toml index 5c235d1..3899c60 100644 --- a/rust/operator-binary/Cargo.toml +++ b/rust/operator-binary/Cargo.toml @@ -3,7 +3,7 @@ name = "stackable-commons-operator" authors = ["Stackable GmbH "] description = "Stackable Operator for commons" license = "OSL-3.0" -version = "0.5.0-nightly" +version = "23.1.0" edition = "2021" repository = "https://github.com/stackabletech/commons-operator" publish = false From 313743e3c3debfa7c4c6446ffdeac4fc5872b877 Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Tue, 24 Jan 2023 15:02:29 +0100 Subject: [PATCH 2/5] Change antora version to 23.1 --- docs/antora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/antora.yml b/docs/antora.yml index dfb220c..384d5ec 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,6 +1,6 @@ --- name: commons-operator -version: "23.1.0" +version: "23.1" title: Stackable Commons Operator nav: - modules/ROOT/nav.adoc From 508a0abc2b55338930e08c889a1f17e130237fa3 Mon Sep 17 00:00:00 2001 From: Felix Hennig Date: Thu, 26 Jan 2023 14:41:56 +0100 Subject: [PATCH 3/5] fixed broken link --- docs/modules/ROOT/pages/authenticationclass.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/authenticationclass.adoc b/docs/modules/ROOT/pages/authenticationclass.adoc index 14789cf..d8752c1 100644 --- a/docs/modules/ROOT/pages/authenticationclass.adoc +++ b/docs/modules/ROOT/pages/authenticationclass.adoc @@ -1,3 +1,3 @@ -= `AuthenticationClass` += AuthenticationClass -Moved to xref:home:concepts:authenticationclass.adoc[] +Moved to xref:23.1@home:concepts:authentication.adoc[] From 77c9bc7fcb693ab2dc31f296e280140daa1bc39b Mon Sep 17 00:00:00 2001 From: Felix Hennig Date: Mon, 13 Feb 2023 16:08:42 +0000 Subject: [PATCH 4/5] Spike/distributed component (#139) *Please add a description here. This will become the commit message of the merge request later.* --- docs/antora.yml | 6 +----- docs/modules/ROOT/nav.adoc | 6 ------ .../pages/authenticationclass.adoc | 0 .../{ROOT => commons-operator}/pages/configuration.adoc | 0 docs/modules/{ROOT => commons-operator}/pages/index.adoc | 0 .../{ROOT => commons-operator}/pages/installation.adoc | 0 .../{ROOT => commons-operator}/pages/pod-enrichment.adoc | 0 .../modules/{ROOT => commons-operator}/pages/restarter.adoc | 0 docs/modules/{ROOT => commons-operator}/pages/usage.adoc | 0 docs/modules/commons-operator/partials/nav.adoc | 6 ++++++ 10 files changed, 7 insertions(+), 11 deletions(-) delete mode 100644 docs/modules/ROOT/nav.adoc rename docs/modules/{ROOT => commons-operator}/pages/authenticationclass.adoc (100%) rename docs/modules/{ROOT => commons-operator}/pages/configuration.adoc (100%) rename docs/modules/{ROOT => commons-operator}/pages/index.adoc (100%) rename docs/modules/{ROOT => commons-operator}/pages/installation.adoc (100%) rename docs/modules/{ROOT => commons-operator}/pages/pod-enrichment.adoc (100%) rename docs/modules/{ROOT => commons-operator}/pages/restarter.adoc (100%) rename docs/modules/{ROOT => commons-operator}/pages/usage.adoc (100%) create mode 100644 docs/modules/commons-operator/partials/nav.adoc diff --git a/docs/antora.yml b/docs/antora.yml index 384d5ec..40b88a7 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,7 +1,3 @@ --- -name: commons-operator +name: home version: "23.1" -title: Stackable Commons Operator -nav: - - modules/ROOT/nav.adoc -prerelease: false diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc deleted file mode 100644 index fc8c36b..0000000 --- a/docs/modules/ROOT/nav.adoc +++ /dev/null @@ -1,6 +0,0 @@ -* xref:installation.adoc[] -* xref:configuration.adoc[] -* xref:usage.adoc[] -* Concepts -** xref:restarter.adoc[] -** xref:pod-enrichment.adoc[] diff --git a/docs/modules/ROOT/pages/authenticationclass.adoc b/docs/modules/commons-operator/pages/authenticationclass.adoc similarity index 100% rename from docs/modules/ROOT/pages/authenticationclass.adoc rename to docs/modules/commons-operator/pages/authenticationclass.adoc diff --git a/docs/modules/ROOT/pages/configuration.adoc b/docs/modules/commons-operator/pages/configuration.adoc similarity index 100% rename from docs/modules/ROOT/pages/configuration.adoc rename to docs/modules/commons-operator/pages/configuration.adoc diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/commons-operator/pages/index.adoc similarity index 100% rename from docs/modules/ROOT/pages/index.adoc rename to docs/modules/commons-operator/pages/index.adoc diff --git a/docs/modules/ROOT/pages/installation.adoc b/docs/modules/commons-operator/pages/installation.adoc similarity index 100% rename from docs/modules/ROOT/pages/installation.adoc rename to docs/modules/commons-operator/pages/installation.adoc diff --git a/docs/modules/ROOT/pages/pod-enrichment.adoc b/docs/modules/commons-operator/pages/pod-enrichment.adoc similarity index 100% rename from docs/modules/ROOT/pages/pod-enrichment.adoc rename to docs/modules/commons-operator/pages/pod-enrichment.adoc diff --git a/docs/modules/ROOT/pages/restarter.adoc b/docs/modules/commons-operator/pages/restarter.adoc similarity index 100% rename from docs/modules/ROOT/pages/restarter.adoc rename to docs/modules/commons-operator/pages/restarter.adoc diff --git a/docs/modules/ROOT/pages/usage.adoc b/docs/modules/commons-operator/pages/usage.adoc similarity index 100% rename from docs/modules/ROOT/pages/usage.adoc rename to docs/modules/commons-operator/pages/usage.adoc diff --git a/docs/modules/commons-operator/partials/nav.adoc b/docs/modules/commons-operator/partials/nav.adoc new file mode 100644 index 0000000..da0a4e5 --- /dev/null +++ b/docs/modules/commons-operator/partials/nav.adoc @@ -0,0 +1,6 @@ +* xref:commons-operator:installation.adoc[] +* xref:commons-operator:configuration.adoc[] +* xref:commons-operator:usage.adoc[] +* Concepts +** xref:commons-operator:restarter.adoc[] +** xref:commons-operator:pod-enrichment.adoc[] From 43f584d242b7c055fa1382732c7de273e3afe1b5 Mon Sep 17 00:00:00 2001 From: Lars Francke Date: Thu, 1 Aug 2024 15:19:53 +0200 Subject: [PATCH 5/5] docs: remove home module from refs (stackabletech/documentation#637) --- docs/modules/commons-operator/pages/authenticationclass.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/commons-operator/pages/authenticationclass.adoc b/docs/modules/commons-operator/pages/authenticationclass.adoc index d8752c1..c8f5b24 100644 --- a/docs/modules/commons-operator/pages/authenticationclass.adoc +++ b/docs/modules/commons-operator/pages/authenticationclass.adoc @@ -1,3 +1,3 @@ = AuthenticationClass -Moved to xref:23.1@home:concepts:authentication.adoc[] +Moved to xref:23.1@concepts:authentication.adoc[]