Skip to content

Commit

Permalink
Update upgrading.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec authored Jun 3, 2021
1 parent 493595a commit 53bd960
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#summar

### [3fff791e4](https://github.com/argoproj/argo-workflows/commit/3fff791e4ef5b7e1de82ccb36cae327e8eb726f6) build!: Automatically add manifests to `v*` tags (#5880)

The manifests in the repository on the tag will longer contain the image tag, instead they contain `:latest`.
The manifests in the repository on the tag will no longer contain the image tag, instead they will contain `:latest`.

* You must not get your manifests from the Git repository, you must get them from the release notes.
* You must not use the `stable` tag. This is defunct, and will be removed in v3.1.
Expand All @@ -16,7 +16,7 @@ The manifests in the repository on the tag will longer contain the image tag, in

### [defbd600e](https://github.com/argoproj/argo-workflows/commit/defbd600e37258c8cdf30f64d4da9f4563eb7901) fix: Default ARGO_SECURE=true. Fixes #5607 (#5626)

The server now starts with TLS enabled by default if a key is available. This can be disabled using `--secure=false`.
The server now starts with TLS enabled by default if a key is available. The original behaviour can be configured with `--secure=false`.

If you have an ingress, you may need to add the appropriate annotations:(varies by ingress):

Expand All @@ -27,7 +27,7 @@ nginx.ingress.kubernetes.io/backend-protocol: HTTPS
### [01d310235](https://github.com/argoproj/argo-workflows/commit/01d310235a9349e6d552c758964cc2250a9e9616) chore(server)!: Required authentication by default. Resolves #5206 (#5211)
To login to the user interface, you must provide a login token. This can be disabled with `--auth-mode=server`.
To login to the user interface, you must provide a login token. The original behaviour can be configured with `--auth-mode=server`.

### [f31e0c6f9](https://github.com/argoproj/argo-workflows/commit/f31e0c6f92ec5e383d2f32f57a822a518cbbef86) chore!: Remove deprecated fields (#5035)

Expand All @@ -47,4 +47,4 @@ kubectl get wf --all-namespaces -o yaml | grep ttlSecondsAfterFinished

### [c8215f972](https://github.com/argoproj/argo-workflows/commit/c8215f972502435e6bc5b232823ecb6df919f952) feat(controller)!: Key-only artifacts. Fixes #3184 (#4618)

This change is not breaking per-se, but many users do not appear to aware of [artifact repository ref](artifact-repository-ref.md).
This change is not breaking per-se, but many users do not appear to aware of [artifact repository ref](artifact-repository-ref.md), so check your usage of that feature if you have problems.

0 comments on commit 53bd960

Please sign in to comment.