From f9e4152f9507a36674d81b7b3edeb9bdf76cc01c Mon Sep 17 00:00:00 2001 From: moabu <47318409+moabu@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:54:56 +0300 Subject: [PATCH 1/3] ci: fix versioning Release-As: 5.2.0 Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> --- charts/gluu-all-in-one/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gluu-all-in-one/Chart.yaml b/charts/gluu-all-in-one/Chart.yaml index e47d90dcb..098c5a6f8 100644 --- a/charts/gluu-all-in-one/Chart.yaml +++ b/charts/gluu-all-in-one/Chart.yaml @@ -21,4 +21,4 @@ maintainers: email: team@gluu.org description: Gluu Access and Identity Management All-in-One Chart. This chart deploys the selected janssen microservice all in one deployment. name: gluu-all-in-one -version: 1.2.0 +version: 5.2.0 From dbe501ff6320552237edd4ba5e1b1554d4dde2c8 Mon Sep 17 00:00:00 2001 From: moabu <47318409+moabu@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:43:33 +0300 Subject: [PATCH 2/3] ci: fix aio image tag Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> --- charts/gluu-all-in-one/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gluu-all-in-one/values.yaml b/charts/gluu-all-in-one/values.yaml index 9a57d5e22..e6afd1232 100644 --- a/charts/gluu-all-in-one/values.yaml +++ b/charts/gluu-all-in-one/values.yaml @@ -713,7 +713,7 @@ image: # -- Image to use for deploying. repository: ghcr.io/gluufederation/flex/flex-all-in-one # -- Image tag to use for deploying. - tag: 1.2.0-1 + tag: 5.2.0-1 # -- Image Pull Secrets pullSecrets: [ ] # -- Service replica number. From 82599ec8ea953b98b20a0df01d83a30759570527 Mon Sep 17 00:00:00 2001 From: manoj suryawanshi Date: Mon, 6 Jan 2025 16:39:58 +0530 Subject: [PATCH 3/3] docs: ubuntu.md for flex stable (#1956) * Update ubuntu.md for flex stable Signed-off-by: manoj suryawanshi * Update suse.md for stable release Signed-off-by: manoj suryawanshi * Update rhel.md for stable release Signed-off-by: manoj suryawanshi * Update suse.md for stable release Signed-off-by: manoj suryawanshi * Update rhel.md for stable release Signed-off-by: manoj suryawanshi --------- Signed-off-by: manoj suryawanshi Co-authored-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com> --- docs/install/vm-install/rhel.md | 8 ++++---- docs/install/vm-install/suse.md | 8 ++++---- docs/install/vm-install/ubuntu.md | 10 +++++----- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/install/vm-install/rhel.md b/docs/install/vm-install/rhel.md index 9773c6a22..493d5a8af 100644 --- a/docs/install/vm-install/rhel.md +++ b/docs/install/vm-install/rhel.md @@ -40,7 +40,7 @@ sudo yum -y module enable mod_auth_openidc; - Download the release package from the Github Flex [Releases](https://github.com/gluufederation/flex/releases) ```shell -wget https://github.com/GluuFederation/flex/releases/download/vreplace-flex-version/flex-replace-flex-version-stable-el8.x86_64.rpm -P /tmp +wget https://github.com/GluuFederation/flex/releases/download/vreplace-flex-version/flex-replace-flex-version-stable.el8.x86_64.rpm -P /tmp ``` - GPG key is used to ensure the authenticity of the downloaded package during the installation process. If the key is not found, the [installation step](#install-the-release-package) would fail. Use the commands below to download and @@ -56,12 +56,12 @@ sudo rpm -import automation-flex-public-gpg.asc ``` - Verify the integrity of the downloaded package using published `sha256sum`. Download the `sha256sum` file for the package ```shell -wget https://github.com/GluuFederation/flex/releases/download/vreplace-flex-version/flex-replace-flex-version-stable-el8.x86_64.rpm.sha256sum -P /tmp +wget https://github.com/GluuFederation/flex/releases/download/vreplace-flex-version/flex-replace-flex-version-stable.el8.x86_64.rpm.sha256sum -P /tmp ``` Run the command below from the directory where the downloaded package and the `.sha256sum` files are located. ```shell cd /tmp; -sha256sum -c flex-replace-flex-version-el8.x86_64.rpm.sha256sum; +sha256sum -c flex-replace-flex-version-stable.el8.x86_64.rpm.sha256sum; ``` Output similar to below should confirm the integrity of the downloaded package. ```text @@ -70,7 +70,7 @@ flex-replace-flex-version-el8.x86_64.rpm : ok ### Install the Release Package ```shell -sudo yum install ./flex-replace-flex-version-el8.x86_64.rpm +sudo yum install ./flex-replace-flex-version-stable.el8.x86_64.rpm ``` ## Run the setup script diff --git a/docs/install/vm-install/suse.md b/docs/install/vm-install/suse.md index a77955fdb..a27419bf5 100644 --- a/docs/install/vm-install/suse.md +++ b/docs/install/vm-install/suse.md @@ -40,7 +40,7 @@ sudo SUSEConnect -p PackageHub/15.4/x86_64 - Download the release package from the GitHub FLEX [Releases](https://github.com/gluufederation/flex/releases) ```shell -wget https://github.com/GluuFederation/flex/releases/download/vreplace-flex-version/flex-replace-flex-version-stable-suse15.x86_64.rpm -P ~/ +wget https://github.com/GluuFederation/flex/releases/download/vreplace-flex-version/flex-replace-flex-version-stable.suse15.x86_64.rpm -P ~/ ``` - GPG key is used to ensure the authenticity of the downloaded package during the installation process. If the key is @@ -58,12 +58,12 @@ sudo rpm -import automation-flex-public-gpg.asc - Verify the integrity of the downloaded package using published `sha256sum`. Download the `sha256sum` file for the package ``` -wget https://github.com/GluuFederation/flex/releases/download/vreplace-flex-version/flex-replace-flex-version-stable-suse15.x86_64.rpm.sha256sum -P ~/ +wget https://github.com/GluuFederation/flex/releases/download/vreplace-flex-version/flex-replace-flex-version-stable.suse15.x86_64.rpm.sha256sum -P ~/ ``` - Verify package integrity ``` -sha256sum -c flex-replace-flex-version-suse15.x86_64.rpm.sha256sum +sha256sum -c flex-replace-flex-version-stable.suse15.x86_64.rpm.sha256sum ``` You should see: ``` @@ -74,7 +74,7 @@ flex-replace-flex-version-suse15.x86_64.rpm: ok Use SUSE `zypper` to install ```shell -sudo zypper install ~/flex-replace-flex-version-suse15.x86_64.rpm +sudo zypper install ~/flex-replace-flex-version-stable.suse15.x86_64.rpm ``` ### Run the setup script diff --git a/docs/install/vm-install/ubuntu.md b/docs/install/vm-install/ubuntu.md index 641721faf..b93911ad8 100644 --- a/docs/install/vm-install/ubuntu.md +++ b/docs/install/vm-install/ubuntu.md @@ -67,16 +67,16 @@ Choose the correct command from below based on the OS version. ```shell #Ubuntu 22.04 cd /tmp -sha256sum -c flex_replace-flex-version.ubuntu22.04_amd64.deb.sha256sum +sha256sum -c flex_replace-flex-version-stable.ubuntu22.04_amd64.deb.sha256sum ``` ```shell #Ubuntu 20.04 cd /tmp -sha256sum -c flex_replace-flex-version.ubuntu20.04_amd64.deb.sha256sum +sha256sum -c flex_replace-flex-version-stable.ubuntu20.04_amd64.deb.sha256sum ``` Output similar to below should confirm the integrity of the downloaded package. ```shell -flex_replace-flex-version.ubuntu_amd64.deb: ok +flex_replace-flex-version-stable.ubuntu_amd64.deb: ok ``` ### Install the Release Package @@ -85,11 +85,11 @@ Choose the correct command from below based on the OS version. ```shell #Ubuntu 22.04 -apt install -y /tmp/flex_replace-flex-version.ubuntu22.04_amd64.deb +apt install -y /tmp/flex_replace-flex-version-stable.ubuntu22.04_amd64.deb ``` ```shell #Ubuntu 20.04 -apt install -y /tmp/flex_replace-flex-version.ubuntu20.04_amd64.deb +apt install -y /tmp/flex_replace-flex-version-stable.ubuntu20.04_amd64.deb ``` ### Run the setup script