Releases: linode/apl-core
Release v0.14.5
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.14.4 (2021-09-02)
Bug Fixes
- ksvc sidecar annotations, drone without alerts (db26520)
- otomi server create symlink (#570) (b01d2d5)
- server regression (79eb51e)
Others
- release: 0.14.3 (d9810ae)
Release v0.14.4
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.14.4 (2021-09-02)
Bug Fixes
- ksvc sidecar annotations, drone without alerts (db26520)
- otomi server create symlink (#570) (b01d2d5)
- server regression (79eb51e)
Others
- release: 0.14.3 (d9810ae)
Release v0.14.2
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.14.2 (2021-09-02)
Bug Fixes
- cli bootstrap, default for isMultitenant, pinned versions (e1a3d44)
Release v0.14.1
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.14.1 (2021-09-02)
0.14.0 (2021-09-02)
⚠ BREAKING CHANGES
- 🧨 New CLI Introduced
After too many painful dev cycles with bash scripting we decided to rewrite the CLI. Since we are a typescript oriented team and focusing mostly on configuration of 3rd party apps we decided to use typescript all the way.
Most notable features:
- built using github.com/google/zx: Google's zx approach offers us as a nice way to wrap our tooling.
- improved handling of input parameters using yargs
- granular colorized debug output: using familiar levels such as log (always printed to stdout), debug, info, warn, error (always printed to stderr)
- command autocompletion
- improved tracing of code
- friendly installer: will ask where to install, wether to install autocompletion scripts
- auto upgrade: the user will basked to upgrade if a new version exists
- improved readability, testability and maintainability
Features
- add linux workaround (#473) (660a6ab)
- add team services env to otomi-console for ce mode (#469) (1305406)
- adding json schema to chart (#462) (e1e5486)
- automatic passwords generation (#510) (493db2d)
- bump chart version (618fb36)
- global pull secret (ab4d832)
- in container debugging [ci skip] (94a330a)
- podspec fsgroup (#549) (e43d1c1)
- rename customer.name to cluster.owner (#480) (50b254b)
- the new CLI (#451) (f2389de)
Bug Fixes
- 🐛 #529 - make domainSuffix required (#543) (5c42aae)
- 🐛 gitea-push, after refactor process exit wast ran (#501) (c3d81da)
- 🐛 redkubes/unassigned-issues#253 make otomi x parse all (#544) (33fe464)
- added skipcache to bypass cached values for chart (14a2ad9)
- adding pullsecret to team ns (closes redkubes/unassigned-issues#244 (8ba6d6d)
- alertmanager will be enabled only if alerts block is provided in values.yaml in chart (#477) (4daa9b1)
- app enabled flags, removed all ce refs, added custom ca placeholders (#546) (65a3dbf)
- auto encrypting in vscode disabled as it also operates on .dec files (#533) (c02c70c)
- bats [ci skip] (bf03b12)
- better rootdir for drone (0f2362b)
- bootstrap (67712b3)
- bootstrap, encryption (3582453)
- bugs in cli (#528) (ca67be4)
- bump semver to 0.4.51 (#474) (c2a5de8)
- bumped other task images (0424c07)
- cd issues, chart bump (7525219)
- cli values too early (dd1145b)
- cli, defaults (edf0f26)
- cluster provider typo (#481) (eb7313a)
- console non root port 8080, tools resources (#541) (b890229)
- console run as user/group (#534) (1255fb4)
- core image tag reading from otomi.version (#479) (793a523)
- create symbolic link on request to server (#564) (3688fb8)
- crypt timestamp sync, .. in env dir guard (#532) (8d9479c)
- debugger (#536) (e9207ca)
- default apps (2d5f3ea)
- drone root ca image for staging (6cbc671)
- drone uid, commit (f73165d)
- duplicate sa bug (8eb060e)
- extra root ca image for staging (f218659)
- extract secrets path bug fixed (#506) (e93c137)
- file refs, api version (19d9333)
- fsgroup int (#552) (f9cd999)
- gatekeeper run level (b4466b1)
- gen drone (914b825)
- git push (#539) (0b4577a)
- gitea initcontainer ca volumeMount name fixed (#470) (c037c24)
- harbor base url (2135412)
- in docker should not pull (b086c87)
- job spec, workflow for chart publication (16789ff)
- k8s tools server values symlinked for validation commands (32504ba)
- keycloak idp.clientID value now generated (cd71691)
- kiali & jaeger config (#548) ...
Release v0.14.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.14.0 (2021-09-02)
⚠ BREAKING CHANGES
- 🧨 New CLI Introduced
After too many painful dev cycles with bash scripting we decided to rewrite the CLI. Since we are a typescript oriented team and focusing mostly on configuration of 3rd party apps we decided to use typescript all the way.
Most notable features:
- built using github.com/google/zx: Google's zx approach offers us as a nice way to wrap our tooling.
- improved handling of input parameters using yargs
- granular colorized debug output: using familiar levels such as log (always printed to stdout), debug, info, warn, error (always printed to stderr)
- command autocompletion
- improved tracing of code
- friendly installer: will ask where to install, wether to install autocompletion scripts
- auto upgrade: the user will basked to upgrade if a new version exists
- improved readability, testability and maintainability
Features
- add linux workaround (#473) (660a6ab)
- add team services env to otomi-console for ce mode (#469) (1305406)
- adding json schema to chart (#462) (e1e5486)
- automatic passwords generation (#510) (493db2d)
- bump chart version (618fb36)
- global pull secret (ab4d832)
- in container debugging [ci skip] (94a330a)
- podspec fsgroup (#549) (e43d1c1)
- rename customer.name to cluster.owner (#480) (50b254b)
- the new CLI (#451) (f2389de)
Bug Fixes
- 🐛 #529 - make domainSuffix required (#543) (5c42aae)
- 🐛 gitea-push, after refactor process exit wast ran (#501) (c3d81da)
- 🐛 redkubes/unassigned-issues#253 make otomi x parse all (#544) (33fe464)
- added skipcache to bypass cached values for chart (14a2ad9)
- adding pullsecret to team ns (closes redkubes/unassigned-issues#244 (8ba6d6d)
- alertmanager will be enabled only if alerts block is provided in values.yaml in chart (#477) (4daa9b1)
- app enabled flags, removed all ce refs, added custom ca placeholders (#546) (65a3dbf)
- auto encrypting in vscode disabled as it also operates on .dec files (#533) (c02c70c)
- bats [ci skip] (bf03b12)
- better rootdir for drone (0f2362b)
- bootstrap (67712b3)
- bootstrap, encryption (3582453)
- bugs in cli (#528) (ca67be4)
- bump semver to 0.4.51 (#474) (c2a5de8)
- bumped other task images (0424c07)
- cd issues, chart bump (7525219)
- cli values too early (dd1145b)
- cli, defaults (edf0f26)
- cluster provider typo (#481) (eb7313a)
- console non root port 8080, tools resources (#541) (b890229)
- console run as user/group (#534) (1255fb4)
- core image tag reading from otomi.version (#479) (793a523)
- create symbolic link on request to server (#564) (3688fb8)
- crypt timestamp sync, .. in env dir guard (#532) (8d9479c)
- debugger (#536) (e9207ca)
- default apps (2d5f3ea)
- drone root ca image for staging (6cbc671)
- drone uid, commit (f73165d)
- duplicate sa bug (8eb060e)
- extra root ca image for staging (f218659)
- extract secrets path bug fixed (#506) (e93c137)
- file refs, api version (19d9333)
- fsgroup int (#552) (f9cd999)
- gatekeeper run level (b4466b1)
- gen drone (914b825)
- git push (#539) (0b4577a)
- gitea initcontainer ca volumeMount name fixed (#470) (c037c24)
- harbor base url (2135412)
- in docker should not pull (b086c87)
- job spec, workflow for chart publication (16789ff)
- k8s tools server values symlinked for validation commands (32504ba)
- keycloak idp.clientID value now generated (cd71691)
- kiali & jaeger config (#548) ([6a7e45f](6a7e45f...
otomi-0.2.2
A Helm chart for installing otomi in Kubernetes
otomi-0.2.1
A Helm chart for installing otomi in Kubernetes
otomi-0.2.0-rc1
A Helm chart for installing otomi in Kubernetes
otomi-0.2.0
A Helm chart for installing otomi in Kubernetes
otomi-0.1.6
A Helm chart for installing otomi in Kubernetes