Skip to content

Commit 9a5b898

Browse files
authored
Merge branch 'main' into release-please--branches--main--components--openfeature-provider-ofrep
Signed-off-by: Michael Beemer <[email protected]>
2 parents 5142985 + 91b49b5 commit 9a5b898

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
working-directory: ${{ matrix.path }}
6565

6666
- name: Publish a Python distribution to PyPI
67-
uses: pypa/gh-action-pypi-publish@release/v1
67+
# pinning till fixed https://github.com/pypa/gh-action-pypi-publish/issues/300
68+
uses: pypa/gh-action-pypi-publish@release/v1.11
6869
with:
6970
packages-dir: ${{ matrix.path }}/dist

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"hooks/openfeature-hooks-opentelemetry": "0.1.3",
33
"providers/openfeature-provider-flagd": "0.1.5",
44
"providers/openfeature-provider-ofrep": "0.1.1",
5-
"providers/openfeature-provider-flipt": "0.1.0"
5+
"providers/openfeature-provider-flipt": "0.1.1"
66
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-flipt-v0.1.0...openfeature-provider-flipt/v0.1.1) (2025-01-21)
4+
5+
6+
### ✨ New Features
7+
8+
* Add Flipt provider ([#143](https://github.com/open-feature/python-sdk-contrib/issues/143)) ([599a6dd](https://github.com/open-feature/python-sdk-contrib/commit/599a6dd0a5abffedaa8a176933547edad19e53f4))

providers/openfeature-provider-flipt/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# openfeature-provider-flipt
1+
# OpenFeature Flipt OFREP Provider
22

3-
This provider is designed to evaluate feature flags against the Flipt api using Flipt's [OpenFeature remote evaluation protocol (OFREP)](https://docs.flipt.io/reference/openfeature/overview) API. This is a remote evaluation.
3+
This provider is designed to evaluate feature flags against the Flipt api using Flipt's [OpenFeature remote evaluation protocol (OFREP)](https://docs.flipt.io/reference/openfeature/overview) API.
4+
This provider performs flag evaluations via HTTP.
45

56
-----
67

providers/openfeature-provider-flipt/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55

66
[project]
77
name = "openfeature-provider-flipt"
8-
version = "0.1.0"
8+
version = "0.1.1"
99
description = "OpenFeature provider for the Flipt feature flagging service"
1010
readme = "README.md"
1111
authors = [{ name = "OpenFeature", email = "[email protected]" }]

0 commit comments

Comments
 (0)