diff --git a/CHANGELOG.md b/CHANGELOG.md index 2908112..39d8dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.0.1] - 2024-06-04 +- enable JSON logging and LOG_LEVEL environment variable +- add production configuration + +## [1.0.0] - 2024-05-16 - add Helm chart for deployment - provide Docker images on https://hub.docker.com/r/lasuite/oidc2fer - install SATOSA diff --git a/src/helm/env.d/outscale-production/values.oidc2fer.yaml.gotmpl b/src/helm/env.d/outscale-production/values.oidc2fer.yaml.gotmpl index 402524b..7926fe3 100644 --- a/src/helm/env.d/outscale-production/values.oidc2fer.yaml.gotmpl +++ b/src/helm/env.d/outscale-production/values.oidc2fer.yaml.gotmpl @@ -1,7 +1,7 @@ image: repository: lasuite/oidc2fer pullPolicy: Always - tag: "v1.0.0" + tag: "v1.0.1" satosa: replicas: 2