Skip to content

Commit

Permalink
Update version to v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dthomson25 committed Apr 20, 2020
1 parent f483764 commit 23fbc99
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

# v0.8.1
## Quick Start
kubectl create namespace argo-rollouts
kubectl apply -n argo-rollouts -f https://raw.githubusercontent.com/argoproj/argo-rollouts/v0.8.1/manifests/install.yaml

## Changes since v0.8.0
### General
* fix: Remove validation for limits and requests (#480)

### Rollouts
* fix: Duplicate StableRS to canary.StableRS (#483)

### Kubectl plugin
* fix: Make kubectl plugin backwards compat with canary.stableRS (#482)

# v0.8.0
## Quick Start
kubectl create namespace argo-rollouts
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.8.1
2 changes: 1 addition & 1 deletion manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ resources:
- argo-rollouts-metrics-service.yaml
images:
- name: argoproj/argo-rollouts
newTag: v0.8.0
newTag: v0.8.1
2 changes: 1 addition & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11536,7 +11536,7 @@ spec:
containers:
- command:
- /bin/rollouts-controller
image: argoproj/argo-rollouts:v0.8.0
image: argoproj/argo-rollouts:v0.8.1
imagePullPolicy: Always
name: argo-rollouts
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11411,7 +11411,7 @@ spec:
containers:
- command:
- /bin/rollouts-controller
image: argoproj/argo-rollouts:v0.8.0
image: argoproj/argo-rollouts:v0.8.1
imagePullPolicy: Always
name: argo-rollouts
volumeMounts:
Expand Down

0 comments on commit 23fbc99

Please sign in to comment.