diff --git a/CHANGELOG.md b/CHANGELOG.md index b677451..977a671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +Changes of the notable versions of the Flamingo CLI are documented in this file. + +## v0.10.2 (2024-03-05) + +**New Features and Bug Fixes** + + * Add new FSA image **v2.10.2** as the default version. + * Promoted `v2.10.2-fl.23-main-d2c9a8cb` to the default version. + * Implement `flamingo/{kustomize,helmrelease,gitrepository,ocirepository,helmrepository}-override` to override the default configuration in the auto-create mode. + * Implement `flamingo/{kustomize,helmrelease,gitrepository,ocirepository,helmrepository}-replace` to replace the default configuration in the auto-create mode. + * Multi-cluster support for remote Flux clusters. The multi-cluster support works with any kinds of cluster configurations, but there are some limitation in the Flamingo CLI commands, see below. + * Implement `flamingo add-cluster` to generate a cluster secret for the remote Flux cluster. This command currently supports only the static cluster configuration. + * Implement `flamingo generate-app cluster/kind/resource` to generate an Application CR for resources in the remote Flux cluster. This command currently supports only the static cluster configuration. + * Add `flamingo install --mode=helmrelease` to install Flamingo with HelmRelease. This command also support `--export` flag to export the HelmRelease CR. + * Add documentation for the multi-cluster support. + * Add documentation for the `flamingo install --mode=helmrelease` command. + ## v0.8.3 (2024-02-16) **New Features and Bug Fixes** diff --git a/README.md b/README.md index 88e0be6..e0ff34c 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ spec: global: image: repository: ghcr.io/flux-subsystem-argo/fsa/argocd - tag: v2.9.6-fl.22-main-402c9e49 # replace with the latest version + tag: v2.10.2-fl.23-main-d2c9a8cb # replace with the latest version EOF ``` diff --git a/SERVER_VERSION b/SERVER_VERSION index 1fa6ccd..1e8349c 100644 --- a/SERVER_VERSION +++ b/SERVER_VERSION @@ -1 +1 @@ -v2.9.6 +v2.10.2 diff --git a/index/index.json b/index/index.json index 8fce93d..f2aaa25 100644 --- a/index/index.json +++ b/index/index.json @@ -1,13 +1,13 @@ { "candidates": [ { - "flamingo": "v2.10.2-dev", + "flamingo": "v2.10.2", "argocd": "v2.10.2", "image": "v2.10.2-fl.23-main-d2c9a8cb", "flux": "v2.2.3" }, { - "flamingo": "v2.9.7-dev", + "flamingo": "v2.9.7", "argocd": "v2.9.7", "image": "v2.9.7-fl.23-main-909efcbe", "flux": "v2.2.3"