From 1e6d03631ac5f36ae6a2f41fbcd377c3850dd909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Wed, 9 Sep 2020 13:28:41 +0200 Subject: [PATCH] Fix CI and Prepare v3.3.4 --- .github/workflows/release.yaml | 2 ++ CHANGELOG.md | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 39489f87..8d405028 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,6 +11,8 @@ jobs: name: Create Release runs-on: ubuntu-latest steps: + - uses: actions/checkout@v2 + - name: Get the version id: get_version run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} diff --git a/CHANGELOG.md b/CHANGELOG.md index 262872f0..d0a18591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Allow override sops version on installation -## [3.3.3] - 2020-09-09 +## [3.3.4] - 2020-09-09 ### Added - Allow overriding SOPS version on installation (https://github.com/jkroepke/helm-secrets/pull/40) @@ -59,8 +59,8 @@ Started a fork of https://github.com/zendesk/helm-secrets - Support all helm sub commands and plugins -[Unreleased]: https://github.com/jkroepke/helm-secrets/compare/v3.3.3...HEAD -[3.3.3]: https://github.com/jkroepke/helm-secrets/compare/v3.3.0...v3.3.3 +[Unreleased]: https://github.com/jkroepke/helm-secrets/compare/v3.3.4...HEAD +[3.3.4]: https://github.com/jkroepke/helm-secrets/compare/v3.3.0...v3.3.4 [3.3.0]: https://github.com/jkroepke/helm-secrets/compare/v3.2.0...v3.3.0 [3.2.0]: https://github.com/jkroepke/helm-secrets/compare/v3.1.0...v3.2.0 [3.1.0]: https://github.com/jkroepke/helm-secrets/compare/v3.0.0...v3.1.0