Releases: gimlet-io/onechart
Releases · gimlet-io/onechart
v0.73.0
What's Changed
- feat: ability to add pod annotations for cron-job template by @youcefguichi in #147
Full Changelog: v0.72.0...v0.73.0
v0.72.0
What's Changed
- fix: unified
imagePullSecrets
syntax across charts - add unit tests for service protocol by @youcefguichi in #143
Full Changelog: v0.71.0...v0.72.0
v0.71.0
What's Changed
- feat: allow envFrom for init containers by @youcefguichi in #141
- fix: ignore namespace chart when publishing to ghcr (depricated) by @youcefguichi in #142
Full Changelog: v0.70.0...v0.71.0
v0.70.0
What's Changed
- Update reference docs link by @valorl in #136
- Simplified schema by @laszlocph in #138
New Contributors
Full Changelog: v0.69.0...v0.70.0
v0.69.0
What's Changed
- Support existing secret as volume by @laszlocph in #134
Full Changelog: 2024062...2024062
v0.68.0
What's Changed
- add service annotations by @joshuagibeonm in #133
New Contributors
- @joshuagibeonm made their first contribution in #133
Full Changelog: 2024052...2024062
v0.67.0
What's Changed
- #124 - Allow ports to define protocol (UDP / TCP) by @davidfrickert in #125
- Feature/ingress-mutipath by @melchanatan in #129
New Contributors
- @melchanatan made their first contribution in #129
Full Changelog: 2024021...2024052
v0.66.0
4ee735b fix: secret reference used for testing was left in code
Full Changelog: 2024021...2024021
v0.65.0
What's Changed
- Ability to provide the TLS secret name by @dzsak in #119
- Cloning private repos by @laszlocph in #121
Full Changelog: 2024020...2024021
Release v0.64.0
What's Changed
Breaking change
This release has a breaking change.
Up til this version one would specify imagePullSecrets as follows:
image:
repository: aws_account_id.dkr.ecr.region.amazonaws.com/my-web-app
tag: x.y.z
imagePullSecrets:
- name: regcred
After this version, use the following pattern:
image:
repository: aws_account_id.dkr.ecr.region.amazonaws.com/my-web-app
tag: x.y.z
imagePullSecrets:
- regcred
Note that the name:
field is dropped.
Full Changelog: 2023122...2024020