Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
jillianwilson committed Apr 12, 2021
1 parent b17c390 commit 3a6556d
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@

---

[//]: # (START/v1.0.1)
# v1.0.1

## Features
* Typo fixes for README
* Update app name to Connect

---

[//]: # (START/v1.0.0)
# v1.0.0

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ helm repo add 1password https://raw.githubusercontent.com/1Password/connect-he
Installing the Helm Chart with default configurations will deploy 1Password Connect in your default Namespace. However, Using 1Password Connect in Kubernetes requires that a 1password-credentials.json file be stored as a Kubernetes Secret. This credentials file can be saved as a Kubernetes secret by setting the file in your helm install command:

```bash
helm install connect 1password/onepassword-connect --set-file connect.credentials=<path/to/1password-credentials.json>
helm install connect 1password/connect --set-file connect.credentials=<path/to/1password-credentials.json>
```

More information about 1Password Connect and how to generate a 1password-credentials.json file can be found at https://support.1password.com/cs/connect/.
Expand All @@ -30,13 +30,13 @@ In order to deploy the 1Password Connect Kubernetes Operator along side 1Passwor

Please note the following:

1. This operator expects that a secret containing an API token for 1Password Connect is saved to the configured namespace {{ $namespace }}.
1. This operator expects that a secret containing an API token for 1Password Connect is saved to the configured namespace.
Creation of a secret for the token can be automated by the Helm Chart by setting `operator.token` to your token's value.

If you would prefer to create the token secret manually, the token can be saved as a Kubernetes secret using the following command:

```bash
$ kubectl create secret generic {{ $tokenName --from-literal=token=<OP_CONNECT_TOKEN> \ --namespace={{ $namespace }}
$ kubectl create secret generic <token-name> --from-literal=token=<OP_CONNECT_TOKEN> \ --namespace=<namespace>
```

More information about 1Password Connect and how to generate a 1Password Connect API token can be found at https://support.1password.com/cs/connect/.
Expand Down
Binary file added connect-1.0.1.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions connect/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: onepassword-connect
version: 1.0.0
name: connect
version: 1.0.1
description: A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator
keywords:
- "1Password"
Expand Down
25 changes: 22 additions & 3 deletions index.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
apiVersion: v1
entries:
connect:
- apiVersion: v2
appVersion: 1.0.0
created: "2021-04-12T19:25:02.29105-03:00"
description: A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator
digest: b366d8f3435721ab44153160cad85d35d5f91c02fa0b4fa4860cbc95cda3ce2f
home: https://support.1password.com/cs/connect/
icon: https://1password.com/img/logo-v1.svg
keywords:
- 1Password
- 1Password Connect
- 1Password Operator
maintainers:
- email: support+business@1password.com
name: 1Password Secrets Integrations Team
name: connect
urls:
- connect-1.0.1.tgz
version: 1.0.1
onepassword-connect:
- apiVersion: v2
appVersion: 1.0.0
created: "2021-04-12T16:47:29.60312-03:00"
created: "2021-04-12T19:25:02.292489-03:00"
description: A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator
digest: 27358616c4e3c199ef2c3e383a8ea3161aa49afbb31b122adcb8c849dfdf4770
home: https://support.1password.com/cs/connect/
Expand All @@ -21,7 +40,7 @@ entries:
version: 1.0.0
- apiVersion: v2
appVersion: "0.3"
created: "2021-04-12T16:47:29.60254-03:00"
created: "2021-04-12T19:25:02.292037-03:00"
description: A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator
digest: f604c1ce3bfaf85095bdc4f46fb64f5c353676b172343c84537f4ae0d0e5442c
home: https://support.1password.com/cs/connect/
Expand All @@ -37,4 +56,4 @@ entries:
urls:
- onepassword-connect-0.0.1.tgz
version: 0.0.1
generated: "2021-04-12T16:47:29.601763-03:00"
generated: "2021-04-12T19:25:02.289072-03:00"

0 comments on commit 3a6556d

Please sign in to comment.