From ee9627ed5374f26e1f7115d22787c83f38bd1870 Mon Sep 17 00:00:00 2001 From: Vinay Gopalan Date: Mon, 9 Dec 2024 15:25:06 -0800 Subject: [PATCH] update changelog with latest release info --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dd06e4..aaff7a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## v0.14.4 + BUG FIXES: * Update static role rotation to generate a new password after 2 failed attempts (https://github.com/hashicorp/vault-plugin-secrets-openldap/pull/125) @@ -37,6 +39,19 @@ BUG FIXES: * `github.com/hashicorp/go-retryablehttp` v0.7.1 -> v0.7.7 * bump .go-version to 1.22.6 +## v0.13.4 + +BUG FIXES: + +* Update static role rotation to generate a new password after 2 failed attempts (https://github.com/hashicorp/vault-plugin-secrets-openldap/pull/125) + +IMPROVEMENTS: +* Updated dependencies (https://github.com/hashicorp/vault-plugin-secrets-openldap/pull/133): + * `github.com/docker/docker` v24.0.9+incompatible -> v25.0.6+incompatible + * `github.com/hashicorp/go-retryablehttp` v0.7.1 -> v0.7.7 + * `golang.org/x/net` v0.23.0 -> v0.30.0 + * `google.golang.org/protobuf` v1.33.0 -> v1.35.2 + ## v0.13.1 BUG FIXES: @@ -59,6 +74,20 @@ IMPROVEMENTS: * `github.com/hashicorp/vault/sdk` v0.11.1-0.20240325190132-c20eae3e84c5 -> v0.12.0 * `github.com/stretchr/testify` v1.8.4 -> v1.9.0 +## v0.12.3 + +BUG FIXES: + +* Update static role rotation to generate a new password after 2 failed attempts (https://github.com/hashicorp/vault-plugin-secrets-openldap/pull/125) + +IMPROVEMENTS: +* Updated dependencies (https://github.com/hashicorp/vault-plugin-secrets-openldap/pull/133): + * `github.com/docker/docker` v24.0.9+incompatible -> v25.0.6+incompatible + * `github.com/hashicorp/go-retryablehttp` v0.7.1 -> v0.7.7 + * `github.com/go-jose/go-jose/v3` v3.0.1 -> v3.0.3 + * `golang.org/x/net` v0.17.0 -> v0.28.0 + * `google.golang.org/protobuf` v1.30.0 -> v1.34.2 + ## v0.12.1 ### BUG FIXES: