- Apr 04, 2022
-
-
semantic-release-bot authored
## [1.17.2](v1.17.1...v1.17.2) (2022-04-04) ### Bug Fixes * **cli:** cloud sql proxy should not use bitwarden anymore ([c8fa517e](c8fa517e))
-
Marco Wettstein authored
-
- Apr 01, 2022
-
-
semantic-release-bot authored
## [1.17.1](v1.17.0...v1.17.1) (2022-04-01) ### Bug Fixes * ENV_SHORT missing in local dev ([4a62fdfb](4a62fdfb))
-
Marco Wettstein authored
-
semantic-release-bot authored
# [1.17.0](v1.16.3...v1.17.0) (2022-04-01) ### Bug Fixes * setup GL_TOKEN ([5a06e87a](5a06e87a)) ### Features * improved variable handling ([07a720d0](07a720d0))
-
Marco Wettstein authored
feat: improved variable handling See merge request !35
-
Marco Wettstein authored
- supports ${variableName} substitution in variable value - supports ${componentName:variableName} substitution to resuse vars from other components - deprecates fromComponents, use ${componentName:variableName} instead
-
Marco Wettstein authored
-
- Mar 30, 2022
-
-
semantic-release-bot authored
## [1.16.3](v1.16.2...v1.16.3) (2022-03-30) ### Bug Fixes * **cli:** switch clusters does not work ([632e3d35](632e3d35))
-
Marco Wettstein authored
-
- Mar 28, 2022
-
-
semantic-release-bot authored
## [1.16.2](v1.16.1...v1.16.2) (2022-03-28) ### Bug Fixes * exit shell scripts immediately if error occurs ([ae9c708f](ae9c708f))
-
Marco Wettstein authored
fix: exit shell scripts immediately if error occurs See merge request !33
-
- Mar 25, 2022
-
-
Michael authored
So scripts behave the same as `script:` sections in the pipeline. Fixes helm errors not failing the deploy job. ``` Error: UPGRADE FAILED: Deployment successful
```
-
- Mar 21, 2022
-
-
semantic-release-bot authored
## [1.16.1](v1.16.0...v1.16.1) (2022-03-21) ### Bug Fixes * type error ([c0f1318d](c0f1318d))
-
Marco Wettstein authored
-
- Mar 16, 2022
-
-
semantic-release-bot authored
# [1.16.0](v1.15.1...v1.16.0) (2022-03-16) ### Features * support yarn audit for yarn 2 ([fc41465c](fc41465c))
-
Marco Wettstein authored
-
semantic-release-bot authored
## [1.15.1](v1.15.0...v1.15.1) (2022-03-16)
-
Marco Wettstein authored
-
- Mar 15, 2022
-
-
semantic-release-bot authored
# [1.15.0](v1.14.0...v1.15.0) (2022-03-15) ### Features * **cli:** improve ux for setup ([53adcbba](53adcbba))
-
Marco Wettstein authored
-
semantic-release-bot authored
# [1.14.0](v1.13.0...v1.14.0) (2022-03-15) ### Features * **cli:** improve project setup, the command is now named `projec-setup` ([289fd303](289fd303))
-
Marco Wettstein authored
-
Marco Wettstein authored
F/refactor docker See merge request !30
-
Marco Wettstein authored
-
semantic-release-bot authored
# [1.13.0](v1.12.0...v1.13.0) (2022-03-15) ### Bug Fixes * higher limit for cpu ([7a0c02cd](7a0c02cd)) ### Features * yaml for gitlab pipeline instead of js ([64b628f8](64b628f8))
-
Marco Wettstein authored
refactor: abstract gitlab jobs in catladder jobs See merge request !29
-
Marco Wettstein authored
-
Marco Wettstein authored
that makes it a bit easier to debug and read
-
Marco Wettstein authored
-
semantic-release-bot authored
# [1.12.0](v1.11.0...v1.12.0) (2022-03-15) ### Bug Fixes * **cli:** migration does not work properly when component name is not defined ([390edd9d](390edd9d)) ### Features * artifactsPaths ([111ada30](111ada30)) * **cli:** give hint that value yaml files are no longer needed ([ffca7828](ffca7828)) * improved yarn workspaces support ([c92fbc83](c92fbc83))
-
Marco Wettstein authored
feat(cli): give hint that value yaml files are no longer needed See merge request !23
-
Marco Wettstein authored
-
Marco Wettstein authored
yarn workspaces improvements See merge request !28
-
- Mar 11, 2022
-
-
Marco Wettstein authored
also contains some refactoring
-
- Mar 09, 2022
-
-
Marco Wettstein authored
-
- Mar 07, 2022
-
-
semantic-release-bot authored
# [1.11.0](v1.10.2...v1.11.0) (2022-03-07) ### Bug Fixes * increase defaults once more ([5b031be5](5b031be5)) * yarninfo not working correctly in yarn 2 ([bae37475](bae37475)) ### Features * support yarnrc and npmrc files ([bdbef31f](bdbef31f))
-
Marco Wettstein authored
feat: support yarnrc and npmrc files See merge request !26
-
Marco Wettstein authored
-
Marco Wettstein authored
-