This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
Releases: titansoft-pte-ltd/imagepullsecret-patcher
Releases · titansoft-pte-ltd/imagepullsecret-patcher
v0.14
The v0.14 release contains the following updates:
- Introduces a configuration CONFIG_RUNONCE to allow for cronjob-based invocation, which might be useful if namespace updates and or secret updates occur on a known cadence.
Code changes: v0.13...v0.14
v0.13
The v0.13 release contains the following updates:
- Introduces a configuration CONFIG_MANAGEDONLY to prevent imagepullsecret-patcher from accidentally overwriting unmanaged secret when set to true
- Introduces a configuration CONFIG_DOCKERCONFIGJSONPATH to support reading secrets dynamically from a volume mount
Code changes: v0.12...v0.13
v0.12
The v0.12 release contains the following updates:
- Introduces a configuration option to tweak the duration of the loop time instead of hard coding it to 10s. The default is still 10s but now we have the option to tweak the time.
Code changes: v0.11...v0.12
v0.11
The v0.11 release contains the following updates:
- Specify service accounts to patch with
CONFIG_SERVICEACCOUNTS
environment variable and-serviceaccounts
command-line argument
Code changes: v0.10...v0.11
v0.10
The v0.10 release contains the following updates:
- Namespace exclusion with
CONFIG_EXCLUDED_NAMESPACES
environment variable and-excluded-namespaces
command-line argument - Namespace exclusion with annotation
k8s.titansoft.com/imagepullsecret-patcher-exclude: "true"
on namespace
Code changes: v0.9...v0.10
v0.9
The v0.9 release contains the following updates:
- Apply to all service accounts instead of just "default" service account with
CONFIG_ALLSERVICEACCOUNT
environment variable and-allserviceaccount
command-line argument
Code changes: v0.8...v0.9