From e2713afeeb7d7cf4353bb93d44405ff233ea0313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Tue, 3 Sep 2024 16:28:51 +0200 Subject: [PATCH] release: v0.3.0 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2236731..d117297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,36 @@ All notable changes to this project will be documented in this file. +## [0.3.0] - 2024-09-03 + +### Bug Fixes + +- Fix zitadel-tools build by bumping go version +- Actually make feature flags use snake_case +- Make zitadel auth error messages richer +- Reissue of test certificates + +### Continuous Integration Pipeline + +- Add code coverage to the test workflow +- Publish containers to the OSS registry + +### Documentation + +- Fix mistakes in the sample config +- Add documentation on behavior during deactivate only mode + +### Features + +- Add dry-run flag +- Add curl to the container for debug purposes +- Add deactivate only mode +- Add support for configuration through env var + +### Miscellaneous Tasks + +- Lock test tool versions + ## [0.2.0] - 2024-08-13 ### Bug Fixes @@ -14,6 +44,7 @@ All notable changes to this project will be documented in this file. - Correctly handle ldap_poller errors - Print error context when errors make it to the main function - Don't set passwordless registration for users +- [**breaking**] Correct env-var related path issues in the docker image ### Continuous Integration Pipeline diff --git a/Cargo.lock b/Cargo.lock index 3efa038..ca0e83d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1260,7 +1260,7 @@ dependencies = [ [[package]] name = "ldap-sync" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 18247b2..890538d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ldap-sync" -version = "0.2.0" +version = "0.3.0" authors = [] edition = "2021" publish = false