Releases: gimlet-io/onechart
Releases · gimlet-io/onechart
Release v0.63.0
What's Changed
- Dropping yaml anchors - we have helm tpls for the same purpose by @laszlocph in #113
container
andpodSpec
fields to add or overwrite any field @laszlocph in #114
Full Changelog: v0.62.0...2023122
Release v0.62.0
What's Changed
- Nginx Ingress Basic Auth by @lalyos in #94
- Dropping fork by @laszlocph in #95
- Add ingress.pathType by @winggundamth in #97
- Publish OneChart to an OCI registry by @winggundamth in #98
- Publish to ghcr using helm by @youcefguichi in #99
New Contributors
- @winggundamth made their first contribution in #97
Full Changelog: v0.61.0...v0.62.0
Release v0.61.0
CronJob - Allow file ConfigMap & disabling command override (#90) * allow file configmap on cron-job chart * Allow disabling the command override in cronjob container * Use name of volume instead of fileName for configmap naming * Add YAML separator to configmaps to allow multiple configmap volumes - before this change if you tried to use e.g. multiple file configmaps they would all be appended in one YAML file due to no usage of separators, which would lead to only one of the file confimaps actually be created. * Fix broken test due to file configmap naming change
Release v0.60.0
Supporting v1alpha1 opensca.dev release
Release v0.59.0
#82 Handling https://opensca.dev/ annotations
#83 Custom pod labels
Release v0.58.0
#79 Ability to refer to existing configmaps and secrets
existingConfigMaps:
- name: blabla
existingSecrets:
- name: blabla2
Release v0.57.0
Support for Gimlet metadata annotations
Release v0.56.0
Release v0.55.0
onechart/static-site
bugfixes.
Release v0.54.0
onechart/static-site
picking up some fixes and streamlining: