Skip to content

Commit

Permalink
Fix CI and Prepare v3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Sep 9, 2020
1 parent e1f66c4 commit 1e6d036
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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\//}
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1e6d036

Please sign in to comment.