From efcb1b5ef5218ae76789d054a0ccfc163ee00cc6 Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Tue, 20 May 2025 23:38:01 +0900 Subject: [PATCH] Update README.md (#2046) Intends to address https://github.com/helmfile/helmfile/pull/2040#discussion_r2096977864 Signed-off-by: yxxhero --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9f151fb..25283149 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ To avoid upgrades for each iteration of `helm`, the `helmfile` executable delega May 2025 Update -* Helmfile v1.x has migrated its YAML processing library from goccy/go-yaml to gopkg.in/yaml.v3 as the default and only supported backend. This change simplifies YAML handling and improves compatibility with the broader Go ecosystem. -* We are excited about the wide adoption for Helmfile v1 users! If you haven't already upgraded, please go over this v1 proposal [here](docs/proposals/towards-1.0.md) and the latest rc release in the [releases](https://github.com/helmfile/helmfile/releases) page. +* Helmfile v1.0 and v1.1 has been released. We recommend upgrading directly to v1.1 if you are still using v0.x. +* If you haven't already upgraded, please go over this v1 proposal [here](docs/proposals/towards-1.0.md) to see a small list of breaking changes. ## Installation