Skip to content

Commit

Permalink
prepare changelog for v0.10.2
Browse files Browse the repository at this point in the history
Signed-off-by: Chanwit Kaewkasi <[email protected]>
  • Loading branch information
chanwit committed Mar 5, 2024
1 parent 42d4311 commit 2029d23
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion SERVER_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.9.6
v2.10.2
4 changes: 2 additions & 2 deletions index/index.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2029d23

Please sign in to comment.