Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.1.1",
".": "0.1.2",
"charts/github-sts": "0.1.2"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.1.2](https://github.com/AlexandreODelisle/py-github-sts/compare/v0.1.1...v0.1.2) (2026-03-10)


### Features

* add a helm chart and documentation ([#13](https://github.com/AlexandreODelisle/py-github-sts/issues/13)) ([e4ba4ef](https://github.com/AlexandreODelisle/py-github-sts/commit/e4ba4ef9f707e38fee7fa089309a49f8fe8838e7))


### Bug Fixes

* correct helm workflow and add summary and attestation for docker ([#23](https://github.com/AlexandreODelisle/py-github-sts/issues/23)) ([f007bb7](https://github.com/AlexandreODelisle/py-github-sts/commit/f007bb7aa3d1a42fb1052e2286c0d1ac77d4b7ea))
* workflow name in uses for release-please ([#20](https://github.com/AlexandreODelisle/py-github-sts/issues/20)) ([f2b3a84](https://github.com/AlexandreODelisle/py-github-sts/commit/f2b3a84cae65fba3693a73b33d853a0da721b92f))

## [0.1.1](https://github.com/AlexandreODelisle/py-github-sts/compare/v0.1.0...v0.1.1) (2026-03-07)


Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ FROM python:3.14-slim AS runtime
LABEL maintainer="Alexandre Delisle <oss@adelisle.com>"
LABEL description="GitHub Security Token Service (STS) - OIDC to GitHub token exchange"
# x-release-please-start-version
LABEL version="0.1.1"
LABEL version="0.1.2"
# x-release-please-end

# Create a non-root user for security
Expand Down
2 changes: 1 addition & 1 deletion charts/github-sts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: github-sts-chart
description: GitHub Security Token Service (STS) - OIDC to GitHub token exchange
type: application
version: 0.1.2
appVersion: "0.1.1"
appVersion: 0.1.2
keywords:
- github
- oidc
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "github-sts"
version = "0.1.1"
version = "0.1.2"
description = "A Python Security Token Service (STS) for the GitHub API"
readme = "README.md"
requires-python = ">=3.14"
Expand Down
2 changes: 1 addition & 1 deletion src/github_sts/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""GitHub STS package."""

__version__ = "0.1.1" # x-release-please-version
__version__ = "0.1.2" # x-release-please-version