- 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
-
Pierre Smeyers authored
redesign & breaking changes Closes #29, #25, #28, and #23 See merge request to-be-continuous/helm!49
-
- 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)
-
Pierre Smeyers authored
-
- Dec 27, 2022
-
-
Pierre Smeyers authored
-
Pierre Smeyers authored
-
Pierre Smeyers authored
-
Pierre Smeyers authored
BREAKING CHANGE: default publish URL uses GitLab registry
-
- Dec 20, 2022
-
-
Pierre Smeyers authored
-
- Dec 18, 2022
-
-
Pierre Smeyers authored
BREAKING CHANGE: former dynamic variables $env and $appname removed: use $environment_type and $environment_name instead BREAKING CHANGE: former dynamic value {{env}} removed: use {{environment_type}} instead
-
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))
-
Pierre Smeyers authored
-
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
Simplify environments url management in deployment templates See merge request to-be-continuous/helm!46
-
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
-
- Dec 09, 2022
-
-
Girija Saint Ange authored
chore(deps): update dependency to-be-continuous/semantic-release to v3.2.0 See merge request to-be-continuous/helm!45
-
to be continuous bot authored
-
- Dec 02, 2022
-
-
Cédric OLIVIER authored
chore(deps): update dependency to-be-continuous/semantic-release to v3.1.1 See merge request to-be-continuous/helm!44
-
to be continuous bot 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))
-
Pierre Smeyers authored
Resolve "Bug: helm-*-score jobs" Closes #26 See merge request to-be-continuous/helm!43
-
- Nov 07, 2022
-
-
Cédric OLIVIER authored
-
- Oct 21, 2022
-
-
Cédric OLIVIER authored
chore(deps): update dependency to-be-continuous/semantic-release to v3.1.0 See merge request to-be-continuous/helm!42
-
to be continuous bot authored
-
- Oct 14, 2022
-
-
Pierre Smeyers authored
-
- Oct 07, 2022
-
-
Cédric OLIVIER authored
chore(deps): update dependency to-be-continuous/bash to v3.1.0 See merge request to-be-continuous/helm!39
-
to be continuous bot 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))
-
Cédric OLIVIER authored
fix: use chart var if no Chart.yml in directory See merge request to-be-continuous/helm!36
-
Cédric OLIVIER authored
-
- Aug 12, 2022
-
-
Cédric OLIVIER authored
chore(deps): update dependency to-be-continuous/bash to v3.0.1 See merge request to-be-continuous/helm!35
-
to be continuous bot authored
-
- Aug 08, 2022
-
-
Cédric OLIVIER authored
chore(deps): update dependency to-be-continuous/semantic-release to v3 See merge request to-be-continuous/helm!34
-