- Mar 14, 2023
-
-
semantic-release-bot authored
## [4.1.7](https://gitlab.com/to-be-continuous/helm/compare/4.1.6...4.1.7) (2023-03-14) ### Bug Fixes * **semrel:** preserve snapshot package even with semrel enabled and no next version required ([af44b019](https://gitlab.com/to-be-continuous/helm/commit/af44b01928a1ffc4450506516b1473034df7cca8))
-
- Mar 11, 2023
-
-
semantic-release-bot authored
## [4.1.6](https://gitlab.com/to-be-continuous/helm/compare/4.1.5...4.1.6) (2023-03-11) ### Bug Fixes * **KUBECONFIG:** select to given KUBE_CONTEXT if provided ([1b122e1f](https://gitlab.com/to-be-continuous/helm/commit/1b122e1f775f6c2832db8d750850aba5cef435c8))
-
- Feb 13, 2023
-
-
semantic-release-bot authored
## [4.1.5](https://gitlab.com/to-be-continuous/helm/compare/4.1.4...4.1.5) (2023-02-13) ### Bug Fixes * **publish:** force publish chart built upstream ([63f482fd](https://gitlab.com/to-be-continuous/helm/commit/63f482fdf5cee1eb9d1ca1a1be9ec492ba8e2176))
-
- Feb 01, 2023
-
-
semantic-release-bot authored
## [4.1.4](https://gitlab.com/to-be-continuous/helm/compare/4.1.3...4.1.4) (2023-02-01) ### Bug Fixes * correct the output of helm-publish ([7ddb31e5](https://gitlab.com/to-be-continuous/helm/commit/7ddb31e5bd8adeb820eb980c0711ae352cf6bb64)), closes [#35](https://gitlab.com/to-be-continuous/helm/issues/35)
-
- Jan 27, 2023
-
-
semantic-release-bot authored
## [4.1.3](https://gitlab.com/to-be-continuous/helm/compare/4.1.2...4.1.3) (2023-01-27) ### Bug Fixes * "Add registry name in all Docker images" ([bf44e5e2](https://gitlab.com/to-be-continuous/helm/commit/bf44e5e2b54fd1a4ec4128686ab1bf543dde335b))
-
Bertrand Goareguer authored
-
- Jan 23, 2023
-
-
semantic-release-bot authored
## [4.1.2](https://gitlab.com/to-be-continuous/helm/compare/4.1.1...4.1.2) (2023-01-23) ### Bug Fixes * **authent:** support Text or file variable for Kubeconfig ([67027d14](https://gitlab.com/to-be-continuous/helm/commit/67027d1483e93096639f2e8de247f494f4fd34c1))
-
Pierre Smeyers authored
-
- Jan 17, 2023
-
-
semantic-release-bot authored
## [4.1.1](https://gitlab.com/to-be-continuous/helm/compare/4.1.0...4.1.1) (2023-01-17) ### Bug Fixes * HELM_SEMREL_RELEASE_DISABLED variable not taken into account ([9529cb74](https://gitlab.com/to-be-continuous/helm/commit/9529cb74509605c0abdca1567a0e3430b82af880))
-
semantic-release-bot authored
# [4.1.0](https://gitlab.com/to-be-continuous/helm/compare/4.0.1...4.1.0) (2023-01-17) ### Bug Fixes * use new kube-score image with explicit registry (Docker Hub) ([af8b73c5](https://gitlab.com/to-be-continuous/helm/commit/af8b73c5a3114f3b5f13ec9bcb9eff7f657094a7)) ### Features * **package:** propagate output variables (dotenv) ([09af4af5](https://gitlab.com/to-be-continuous/helm/commit/09af4af537a7c4411de0efcf7bc7b31de3cbf67e)) * **sast:** run kube-score & values lint against cascading environments ([71386e37](https://gitlab.com/to-be-continuous/helm/commit/71386e3798a621de66bbdd6eccf70d5fa56caa6c))
-
Bertrand Goareguer authored
-
Pierre Smeyers authored
-
- Jan 16, 2023
-
-
Pierre Smeyers authored
-
Pierre Smeyers authored
-
- Jan 13, 2023
-
-
semantic-release-bot authored
## [4.0.1](https://gitlab.com/to-be-continuous/helm/compare/4.0.0...4.0.1) (2023-01-13) ### Bug Fixes * **deploy:** deploy packaged chart instead of chart file (required for chart with dependencies) ([32356cc3](https://gitlab.com/to-be-continuous/helm/commit/32356cc3877a6b8d3e7a46aab8610b4fb3ea41db))
-
- Jan 11, 2023
-
-
semantic-release-bot authored
# [4.0.0](https://gitlab.com/to-be-continuous/helm/compare/3.3.2...4.0.0) (2023-01-11) ### Bug Fixes * check chart is present locally on publish job ([8cabd719](https://gitlab.com/to-be-continuous/helm/commit/8cabd719a222f688657357474f548af9fcb51a92)) ### Code Refactoring * remove old variables and values ([928c6443](https://gitlab.com/to-be-continuous/helm/commit/928c64433e5d32dab341d9217f86497871e26237)) ### Features * environments activation is now opt-in ([64a0a2f7](https://gitlab.com/to-be-continuous/helm/commit/64a0a2f703432485a9269138004db0ee433bdea4)) * **package:** support publish snapshot (untested) version ([ed861d9e](https://gitlab.com/to-be-continuous/helm/commit/ed861d9e2fcd0462037b2db333aec9e0aac7f678)) * semrel integration no longer increases the app version ([698111e6](https://gitlab.com/to-be-continuous/helm/commit/698111e61f52a3f21fa9699c26e005a601af7734)) * support OCI-based registry as pull repos & support user/password authentication ([7ea406aa](https://gitlab.com/to-be-continuous/helm/commit/7ea406aad0e2c7817950f08a74be3ecb52afd8ca)) * support various publish methods (push, post, put, custom) with auto detection ([676c41cb](https://gitlab.com/to-be-continuous/helm/commit/676c41cb30a40899324a1610cc7bb915ffc38b5a)) ### BREAKING CHANGES * HELM_xxx_DISABLED variables no longer supported to enable/disable environments (see doc) * default publish URL uses GitLab registry * former dynamic variables $env and $appname removed: use $environment_type and $environment_name instead * former dynamic value {{env}} removed: use {{environment_type}} instead
-
- Jan 09, 2023
-
-
Pierre Smeyers authored
-
- Jan 03, 2023
-
-
Pierre Smeyers authored
BREAKING CHANGE: HELM_xxx_DISABLED variables no longer supported to enable/disable environments (see doc)
-
- Dec 27, 2022
-
-
Pierre Smeyers authored
-
Pierre Smeyers authored
BREAKING CHANGE: default publish URL uses GitLab registry
-
- Dec 20, 2022
-
-
Pierre Smeyers authored
-
- Dec 18, 2022
-
-
semantic-release-bot authored
## [3.3.2](https://gitlab.com/to-be-continuous/helm/compare/3.3.1...3.3.2) (2022-12-18) ### Bug Fixes * rename Helm value environment_type to environmentType (complies to naming conventions) ([2d8c9222](https://gitlab.com/to-be-continuous/helm/commit/2d8c92224f38feb4253b508e73cdb40077cd657c))
-
Pierre Smeyers authored
-
- Dec 17, 2022
-
-
semantic-release-bot authored
## [3.3.1](https://gitlab.com/to-be-continuous/helm/compare/3.3.0...3.3.1) (2022-12-17) ### Bug Fixes * hanging awk script ([7294a75a](https://gitlab.com/to-be-continuous/helm/commit/7294a75a45147a7842290bdb666e09b765cd2712))
-
semantic-release-bot authored
# [3.3.0](https://gitlab.com/to-be-continuous/helm/compare/3.2.0...3.3.0) (2022-12-17) ### Features * support dynamic env url ([6e6dd777](https://gitlab.com/to-be-continuous/helm/commit/6e6dd777511c86b0967c398e221e1b1ae30c43e2))
-
Pierre Smeyers authored
-
Pierre Smeyers authored
-
Pierre Smeyers authored
Deprecated $appname and $env dynamic variables with $environment_name & $environment_type With backward compatibility (legacy vars still usable)
-
- Dec 13, 2022
-
-
semantic-release-bot authored
# [3.2.0](https://gitlab.com/to-be-continuous/helm/compare/3.1.0...3.2.0) (2022-12-13) ### Features * **vault:** configurable Vault Secrets Provider image ([23357c58](https://gitlab.com/to-be-continuous/helm/commit/23357c584d18f2480cae9cdf34543f6e6319a417))
-
Pierre Smeyers authored
-
- Nov 26, 2022
-
-
semantic-release-bot authored
# [3.1.0](https://gitlab.com/to-be-continuous/helm/compare/3.0.1...3.1.0) (2022-11-26) ### Features * switch score job to package-test stage ([5b60640d](https://gitlab.com/to-be-continuous/helm/commit/5b60640d0b599888c80d352345d185b878902740))
-
- Oct 14, 2022
-
-
Pierre Smeyers authored
-
- Sep 09, 2022
-
-
semantic-release-bot authored
## [3.0.1](https://gitlab.com/to-be-continuous/helm/compare/3.0.0...3.0.1) (2022-09-09) ### Bug Fixes * use chart var if no Chart.yml in directory ([12cbad97](https://gitlab.com/to-be-continuous/helm/commit/12cbad976e45066b1448ac687cf133f764510f54))
-
- Aug 05, 2022
-
-
semantic-release-bot authored
# [3.0.0](https://gitlab.com/to-be-continuous/helm/compare/2.4.1...3.0.0) (2022-08-05) ### Features * adaptive pipeline ([f13ad259](https://gitlab.com/to-be-continuous/helm/commit/f13ad2591065d2f815ff772d4ccd6acaeae96a25)) ### BREAKING CHANGES * change default workflow from Branch pipeline to MR pipeline
-
- Jun 30, 2022
-
-
semantic-release-bot authored
## [2.4.1](https://gitlab.com/to-be-continuous/helm/compare/2.4.0...2.4.1) (2022-06-30) ### Bug Fixes * enforce AUTODEPLOY_TO_PROD as boolean variable ([5e9a58fa](https://gitlab.com/to-be-continuous/helm/commit/5e9a58faef684443e4199f6f06905f05d576b696))
-
semantic-release-bot authored
# [2.4.0](https://gitlab.com/to-be-continuous/helm/compare/2.3.0...2.4.0) (2022-06-30) ### Features * enforce AUTODEPLOY_TO_PROD and PUBLISH_ON_PROD as boolean variables ([87ff9a62](https://gitlab.com/to-be-continuous/helm/commit/87ff9a62e4f7fc730c42a8a24dfc5af9c10c135f))
-
- May 01, 2022
-
-
semantic-release-bot authored
# [2.3.0](https://gitlab.com/to-be-continuous/helm/compare/2.2.0...2.3.0) (2022-05-01) ### Features * configurable tracking image ([27d34066](https://gitlab.com/to-be-continuous/helm/commit/27d3406688e96edd7fd35070e559df29b565fbf3))
-
- Mar 29, 2022
-
-
semantic-release-bot authored
# [2.2.0](https://gitlab.com/to-be-continuous/helm/compare/2.1.0...2.2.0) (2022-03-29) ### Features * add support for a common value file ([53c02104](https://gitlab.com/to-be-continuous/helm/commit/53c0210419fbd9fe8a4ba20a1817c49ab82d5b97))
-
Gaël Bréard authored
-
- Mar 17, 2022
-
-
semantic-release-bot authored
# [2.1.0](https://gitlab.com/to-be-continuous/helm/compare/2.0.6...2.1.0) (2022-03-17) ### Bug Fixes * **kicker:** syntax ([076fd011](https://gitlab.com/to-be-continuous/helm/commit/076fd011be11c1cc9663357c4a3bca110308439d)) ### Features * add helm publish to a repository ([65c79247](https://gitlab.com/to-be-continuous/helm/commit/65c792475fab55d8eedeb65bd2fe0fd61ae2eb98))
-