Releases: giantswarm/apiextensions-application
Releases · giantswarm/apiextensions-application
v0.6.2
v0.6.1
v0.6.0
Added
- Make
timeout
for Helm operations configurable through App and Chart CRs specs.
v0.5.1
Changed
- Expose App CR extra config priority level constants
- Update lower boundary of App CR extra config priority field from 0 to 1 because is makes the implementation more convenient, also the catalog level (value 0) is always the base anyway, so starting from 1 make it nicer as well
v0.5.0
Release v0.5.0 (#39) * Release v0.5.0 * Update CHANGELOG.md Co-authored-by: github-actions <action@github.com> Co-authored-by: Laszlo Uveges <laszlo@giantswarm.io>
v0.4.1
Release v0.4.1 (#37) * Release v0.4.1 * Release v0.4.1 Co-authored-by: github-actions <action@github.com>
v0.4.0
Added
- Extend
Catalog
CRD with repository list.
v0.3.1
Fixed
- Remove compatible providers validation for
AppCatalogEntry
as its overly strict.
v0.3.0
Added
- Add note to
.spec.namespace
forApp
CRD that this field cannot be changed.
v0.2.0
Release v0.2.0 (#4) Co-authored-by: github-actions <action@github.com>