Skip to content

Commit

Permalink
release: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tlater-famedly committed Sep 3, 2024
1 parent afef98e commit e2713af
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ldap-sync"
version = "0.2.0"
version = "0.3.0"
authors = []
edition = "2021"
publish = false
Expand Down

0 comments on commit e2713af

Please sign in to comment.