Skip to content

Commit 3b363a8

Browse files
authored
Merge pull request #114 from hashicorp/jasonpilz/v0.3.0
v0.3.0
2 parents 73a672b + dbed7a5 commit 3b363a8

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.3.0 (June 11, 2024)
2+
3+
FEATURES:
4+
5+
* iam: Adds `read-policy`, `set-policy`, `add-binding`, and `delete-binding` subcommands to `hcp iam groups iam` which allow the ability to manage an IAM policy on a group.
6+
- `read-policy` Reads an IAM policy for a specified group.
7+
- `set-policy` Sets an IAM policy for a group using a JSON file.
8+
- `add-binding` Adds a single role binding to a user principal.
9+
- `delete-binding` Removes a single role binding from a user principal. [[GH-113](https://github.com/hashicorp/hcp/issues/113)]
10+
* vault-secrets: Add `vault-secrets` CLI for managing Vault Secrets resources. [[GH-105](https://github.com/hashicorp/hcp/issues/105)]
11+
112
## 0.2.0 (May 31, 2024)
213

314
BREAKING CHANGES:

contributing/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,12 +480,14 @@ $ make website
480480
481481
## Releasing
482482
483+
> Releasing is currently a manual process, please reach out to [#team-cloud-core-platform](https://hashicorp.enterprise.slack.com/archives/C073FTXFLTA) for assistance.
484+
483485
If it is your first time releasing, following the onboarding [steps
484486
here](https://hashicorp.atlassian.net/wiki/spaces/RELENG/pages/2301263888/Part+1+Onboarding+Pre-Requisites#Steps-for-each-member-of-your-team-to-complete).
485487
486488
To get the main branch ready for a release ensure the following:
487489
488-
- [ ] The version in `cmd/VERSION` is updated to the desired version.
490+
- [ ] The version in `version/VERSION` is updated to the desired version.
489491
- [ ] The `CHANGELOG.md` is updated with the new version and the changes. The
490492
changelog can be generated using `LAST_RELEASE_GIT_TAG=v0.x.y make changelog/build`
491493
- [ ] Changes since the last release are manually tested and working.

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0-dev
1+
0.3.0

0 commit comments

Comments
 (0)