From 85eb7f05a810fd09e26ef8a4151395592e83e1c8 Mon Sep 17 00:00:00 2001 From: Stephane Segning Lambou Date: Tue, 17 Dec 2024 11:58:01 +0100 Subject: [PATCH] feat: version upgrade --- Dockerfile | 2 ++ helm/Chart.yaml | 2 +- scripts/install.sh | 2 +- wazuh-cert-oauth2-client/Cargo.lock | 4 ++-- wazuh-cert-oauth2-client/Cargo.toml | 2 +- wazuh-cert-oauth2-model/Cargo.lock | 2 +- wazuh-cert-oauth2-model/Cargo.toml | 2 +- wazuh-cert-oauth2/Cargo.lock | 4 ++-- wazuh-cert-oauth2/Cargo.toml | 2 +- 9 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 29cb986..c4a6cf5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,8 @@ RUN cargo build --manifest-path wazuh-cert-oauth2/Cargo.toml --release FROM base +LABEL maintainer="stephane.segning-lambou@adorsys.com" + WORKDIR /app COPY --from=builder /app/wazuh-cert-oauth2/target/release/wazuh-cert-oauth2 /app/wazuh-cert-oauth2 diff --git a/helm/Chart.yaml b/helm/Chart.yaml index fd1143d..bcee472 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.9 +version: 0.2.11 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/scripts/install.sh b/scripts/install.sh index 40ad784..088d371 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -10,7 +10,7 @@ fi # Default log level and application details LOG_LEVEL=${LOG_LEVEL:-INFO} APP_NAME=${APP_NAME:-"wazuh-cert-oauth2-client"} -WOPS_VERSION=${WOPS_VERSION:-"0.2.9"} +WOPS_VERSION=${WOPS_VERSION:-"0.2.11"} USER="root" GROUP="wazuh" diff --git a/wazuh-cert-oauth2-client/Cargo.lock b/wazuh-cert-oauth2-client/Cargo.lock index 6f7f91a..adffe1b 100644 --- a/wazuh-cert-oauth2-client/Cargo.lock +++ b/wazuh-cert-oauth2-client/Cargo.lock @@ -1792,7 +1792,7 @@ checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" [[package]] name = "wazuh-cert-oauth2-client" -version = "0.2.9" +version = "0.2.11" dependencies = [ "anyhow", "diacritics", @@ -1812,7 +1812,7 @@ dependencies = [ [[package]] name = "wazuh-cert-oauth2-model" -version = "0.2.9" +version = "0.2.11" dependencies = [ "anyhow", "jsonwebtoken", diff --git a/wazuh-cert-oauth2-client/Cargo.toml b/wazuh-cert-oauth2-client/Cargo.toml index 09644dc..a0a6ffb 100644 --- a/wazuh-cert-oauth2-client/Cargo.toml +++ b/wazuh-cert-oauth2-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wazuh-cert-oauth2-client" -version = "0.2.9" +version = "0.2.11" edition = "2021" [dependencies] diff --git a/wazuh-cert-oauth2-model/Cargo.lock b/wazuh-cert-oauth2-model/Cargo.lock index 3f1eb92..accba5b 100644 --- a/wazuh-cert-oauth2-model/Cargo.lock +++ b/wazuh-cert-oauth2-model/Cargo.lock @@ -1275,7 +1275,7 @@ checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" [[package]] name = "wazuh-cert-oauth2-model" -version = "0.2.9" +version = "0.2.11" dependencies = [ "anyhow", "jsonwebtoken", diff --git a/wazuh-cert-oauth2-model/Cargo.toml b/wazuh-cert-oauth2-model/Cargo.toml index 9a7a0cd..c4b9d0a 100644 --- a/wazuh-cert-oauth2-model/Cargo.toml +++ b/wazuh-cert-oauth2-model/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wazuh-cert-oauth2-model" -version = "0.2.9" +version = "0.2.11" edition = "2021" [dependencies] diff --git a/wazuh-cert-oauth2/Cargo.lock b/wazuh-cert-oauth2/Cargo.lock index d936956..e323434 100644 --- a/wazuh-cert-oauth2/Cargo.lock +++ b/wazuh-cert-oauth2/Cargo.lock @@ -2200,7 +2200,7 @@ checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" [[package]] name = "wazuh-cert-oauth2" -version = "0.2.9" +version = "0.2.11" dependencies = [ "anyhow", "env_logger", @@ -2219,7 +2219,7 @@ dependencies = [ [[package]] name = "wazuh-cert-oauth2-model" -version = "0.2.9" +version = "0.2.11" dependencies = [ "anyhow", "jsonwebtoken", diff --git a/wazuh-cert-oauth2/Cargo.toml b/wazuh-cert-oauth2/Cargo.toml index 25353c0..3587932 100644 --- a/wazuh-cert-oauth2/Cargo.toml +++ b/wazuh-cert-oauth2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wazuh-cert-oauth2" -version = "0.2.9" +version = "0.2.11" edition = "2021" [dependencies]