Skip to content

Commit

Permalink
update Changelog / Readme and update version to 0.1.0-beta (#97)
Browse files Browse the repository at this point in the history
* Update README.md

Co-authored-by: Ben Ash <[email protected]>
  • Loading branch information
kschoche and benashz authored Mar 29, 2023
1 parent 4652369 commit f617b4a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.1.0-beta (March 29th, 2023)

* Initial Beta Release
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 0.0.0-dev
VERSION ?= 0.1.0-beta

GO_VERSION = $(shell cat .go-version)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ to have access to the *destination* secret in order to make use of the secret da
See the developer docs for more info [here](https://developer.hashicorp.com/vault/docs/platform/k8s/vso)

*Please note that The Vault Secrets Operator is in public beta. Please provide your feedback by opening a GitHub issue
[here](https://github.com/hashicorp/vault-secrets-operator/issues). We will be accepting PR contributions after the beta period elapsed. <br />
[here](https://github.com/hashicorp/vault-secrets-operator/issues). We will be reviewing PR contributions after the beta period has elapsed.<br />
Thanks!*

### Features
Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

apiVersion: v2
name: vault-secrets-operator
version: 0.1.0
appVersion: "0.1.0"
version: 0.1.0-beta
appVersion: "0.1.0-beta"
kubeVersion: ">=1.21.0-0"
description: Official Vault Secrets Operator Chart
type: application
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ controller:
# Image sets the repo and tag of the vault-secrets-operator image to use for the controller.
image:
repository: hashicorp/vault-secrets-operator
tag: 0.0.0-dev
tag: 0.1.0-beta

# Configures the client cache which is used by the controller to cache (and potentially persist) vault tokens that
# are the result of using the VaultAuthMethod. This enables re-use of Vault Tokens
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ kind: Kustomization
images:
- name: controller
newName: hashicorp/vault-secrets-operator
newTag: 0.0.0-dev
newTag: 0.1.0-beta

0 comments on commit f617b4a

Please sign in to comment.