All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project's packages adheres to Semantic Versioning.
1.0.0 - 2024-03-25
- Long deprecated
AppCatalog
CRs are now not created by default. Can be controlled by new Helm value.vintage.appCatalog.create
which defaults tofalse
.
0.10.1 - 2023-03-01
- Fix JSON schema for Helm values to actually reflect the desired data structure
0.10.0 - 2023-03-01
- Add
catalogNamespace
Helm value to support fixing the catalog to a given namespace instead of purely depending oncatalogVisibility
0.9.1 - 2022-07-01
0.9.0 - 2022-07-01
- Add support for merging Secret's values into ConfigMap.
0.8.0 - 2022-06-13
0.7.0 - 2022-04-11
- Add support for OCI tarball URLs.
0.6.0 - 2021-07-28
- Add
Keywords
into Entry struct.
0.5.0 - 2021-06-28
- Add
Catalog
CRs.
0.4.2 - 2021-04-16
- Change catalog base url from giantswarm.github.com to giantswarm.github.io.
0.4.1 - 2021-03-09
- Do not compare AppVersion when getting the latest entry as it no longer contains the Git commit SHA.
0.4.0 - 2021-02-02
- Added
GetLatestEntry
function and exposeEntry
struct.
0.3.2 - 2020-12-02
- Stop skipping entries when appVersion parameter is not presented
0.3.1 - 2020-11-23
- Comparing
appVersion
with version, too.
0.3.0 - 2020-11-17
- Comparing
appVersion
as substring.
0.2.7 - 2020-07-23
- Use sigs.k8s.io/yaml not github.com/ghodss/yaml.
0.2.6 - 2020-07-09
- Push chart to control plane catalog.
v0.2.5 2020-06-22
- Add appVersion parameter to GetLatestChart (#28)
v0.2.4 2020-05-29
-
Add -catalog suffix to default ConfigMap and Secret names (#26)
-
Use giantswarm as default namespace for catalog ConfigMap and Secret (#26)
-
Support catalog-visibility annotation (#27)
-
Flattening operator release structure.