Skip to content

Commit

Permalink
Prep v1.0.0 release (#227)
Browse files Browse the repository at this point in the history
* Upgrade to pulumi v3.14.0

* Prep v1.0.0 deployment spec

* Changelog

* Slight fixes to installation instructions
  • Loading branch information
Vivek Lakshmanan authored Oct 12, 2021
1 parent d8ae50a commit 4b754aa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ CHANGELOG
## HEAD (Unreleased)
(None)

## 1.0.0 (2021-10-12)
**First GA release**
Follow installation instructions [here](https://github.com/pulumi/pulumi-kubernetes-operator#deploy-the-operator).

- Upgrade to v3.14.0 of Pulumi [#227](https://github.com/pulumi/pulumi-kubernetes-operator/pull/227)

## 1.0.0-rc1 (2021-10-11)
- Promote v1alpha1 CRD to v1 but maintain backward compatibility [#220](https://github.com/pulumi/pulumi-kubernetes-operator/pull/220)

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pulumi/pulumi:v3.13.2
FROM pulumi/pulumi:v3.14.0

ENV OPERATOR=/usr/local/bin/pulumi-kubernetes-operator

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ You can use an existing cluster, or [get started](https://www.pulumi.com/docs/ge

### Using kubectl

First, download the [latest release](https://github.com/pulumi/pulumi-kubernetes-operator/releases) `source code` tar ball and expand it locally.

Deploy the CustomResourceDefinitions (CRDs) for the operator.

```bash
Expand Down
2 changes: 1 addition & 1 deletion deploy/yaml/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
emptyDir: {}
containers:
- name: pulumi-kubernetes-operator
image: pulumi/pulumi-kubernetes-operator:v1.0.0-rc1
image: pulumi/pulumi-kubernetes-operator:v1.0.0
args:
- "--zap-level=error"
volumeMounts:
Expand Down

0 comments on commit 4b754aa

Please sign in to comment.