Skip to content

Commit

Permalink
Add missing commit to release
Browse files Browse the repository at this point in the history
  • Loading branch information
dthomson25 committed Dec 6, 2019
1 parent 2ef795e commit 39b1952
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ kubectl apply -n argo-rollouts -f https://raw.githubusercontent.com/argoproj/arg
- Fix Infinite loop with PreviewReplicaCount set (#308)
- Fix a delete by zero in get command (#310)
- Set StableRS hash to current if replicaset does not actually exist (#320)
- Bluegreen: allow preview service/replica sets to be replaced and fix sg fault in syncReplicasOnly (#314)

# v0.6.0
## Quick Start
Expand Down Expand Up @@ -277,4 +278,4 @@ Changes the following clusterroles to prevent name collision with Argo Workflows

# v0.1.0
* Creates a controller that manages a rollout object that mimics a deployment object
* Declaratively offers a Blue Green Strategy by creating the replicaset from the spec and managing an active and preview service to point to the new replicaset
* Declaratively offers a Blue Green Strategy by creating the replicaset from the spec and managing an active and preview service to point to the new replicaset

0 comments on commit 39b1952

Please sign in to comment.