From 5993b02da74a672d05ca9a38f8a05db2f08f629c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:57:43 +0000 Subject: [PATCH] chore(main): release openfeature-provider-aws-ssm 0.1.1 Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- providers/openfeature-provider-aws-ssm/CHANGELOG.md | 8 ++++++++ providers/openfeature-provider-aws-ssm/pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 providers/openfeature-provider-aws-ssm/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e5f5d9eb..3df4024d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "hooks/openfeature-hooks-opentelemetry": "0.3.0", - "providers/openfeature-provider-aws-ssm": "0.1.0", + "providers/openfeature-provider-aws-ssm": "0.1.1", "providers/openfeature-provider-flagd": "0.2.7", "providers/openfeature-provider-ofrep": "0.2.0", "providers/openfeature-provider-flipt": "0.1.3", diff --git a/providers/openfeature-provider-aws-ssm/CHANGELOG.md b/providers/openfeature-provider-aws-ssm/CHANGELOG.md new file mode 100644 index 00000000..49dcafb5 --- /dev/null +++ b/providers/openfeature-provider-aws-ssm/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.1](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-aws-ssm/v0.1.0...openfeature-provider-aws-ssm/v0.1.1) (2026-02-11) + + +### ✨ New Features + +* **provider:** add `aws-ssm` provider ([#331](https://github.com/open-feature/python-sdk-contrib/issues/331)) ([8239b83](https://github.com/open-feature/python-sdk-contrib/commit/8239b836a25663e0030b3891d0140cb365798a37)) diff --git a/providers/openfeature-provider-aws-ssm/pyproject.toml b/providers/openfeature-provider-aws-ssm/pyproject.toml index 434e62c9..a5917bb7 100644 --- a/providers/openfeature-provider-aws-ssm/pyproject.toml +++ b/providers/openfeature-provider-aws-ssm/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "uv_build" [project] name = "openfeature-provider-aws-ssm" -version = "0.1.0" +version = "0.1.1" description = "OpenFeature Python AWS Systems Manager Parameter Store Provider" readme = "README.md" authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]