Skip to content

Commit

Permalink
feat(docs): add info to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone Bruzzese committed Nov 7, 2024
1 parent ad9ec10 commit 72feb60
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/releases/v3.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,15 @@ This is the list of resources that changed their name:
```

5. In case you duplicated the patches, you can now delete the old ones.

#### General upgrade

This is valid for `cert-manager`, `external-dns` and `forecastle`.

To upgrade this core module from `v2.3.3` to `v3.0.0`, you need to download this new version and apply the instructions below.

```bash
kustomize build <your-project-path> | kubectl apply -f -
```

Also for the terraform modules, run `terraform init -upgrade` , then apply the new version.

0 comments on commit 72feb60

Please sign in to comment.