Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #63 from bardielle/release_0.1.7
Browse files Browse the repository at this point in the history
Release 0.1.7
  • Loading branch information
bardielle authored Nov 28, 2022
2 parents a67c102 + 23296c3 commit 0a1cdde
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
id: import_gpg_key
uses: crazy-max/[email protected]
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
gpg_private_key: ${{ secrets.RELEASER_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.RELEASER_GPG_PASSPHRASE }}

- name: Run releaser
uses: goreleaser/[email protected]
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.7 (Nov 28, 2022)

ENHANCEMENTS:

* Add `ocm_cluster_rosa_classic` resource to create ROSA STS clusters.

## 0.1.6 (Jun 07, 2022)

ENHANCEMENTS:
Expand Down

0 comments on commit 0a1cdde

Please sign in to comment.