v1.0.1 release

This commit is contained in:
Jonathan Perret
2024-06-04 16:36:22 +02:00
parent 4d19d6ec1b
commit 4aae1dbec2
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -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
@@ -1,7 +1,7 @@
image:
repository: lasuite/oidc2fer
pullPolicy: Always
tag: "v1.0.0"
tag: "v1.0.1"
satosa:
replicas: 2