diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 35afc26..2ae617f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.2 +current_version = 1.1.3 commit = True tag = False message = Bump version: {current_version} → {new_version} diff --git a/.github/workflows/pr-cleanup.yaml b/.github/workflows/pr-cleanup.yaml index 31d9cf8..0d95622 100644 --- a/.github/workflows/pr-cleanup.yaml +++ b/.github/workflows/pr-cleanup.yaml @@ -24,7 +24,7 @@ jobs: echo "::set-output name=BUILD_PR::false" fi - - uses: eugene-davis/action-cleanup-package@v1.1.0 + - uses: chipkent/action-cleanup-package@v1.0.3 with: package-name: ${{ github.event.repository.name }} tag: pr-${{ github.event.pull_request.number }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1bf0c3..049e0c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: env: - VERSION: 1.1.2 + VERSION: 1.1.3 jobs: release: diff --git a/pyproject.toml b/pyproject.toml index 6c76b17..ac5037b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vault-assessment-prometheus-exporter" -version = "1.1.2" +version = "1.1.3" description = "Prometheus exporter to monitor custom metadata for KV2 secrets for (self-imposed) expiration." authors = ["Eugene Davis "] readme = "README.md"