summaryrefslogtreecommitdiff
path: root/pkg/argocd/update.go
AgeCommit message (Expand)Author
2025-01-14Replace common constant references (#1011)HEADmasterIshita Sequeira
2025-01-07Move references for kube, image, registry to registry-scanner (#998)Ishita Sequeira
2024-12-17fix: Image updater changes git write back file (#970)Cheng Fang
2024-12-16Update references of pkg/tag pkg/log pkg/options to use modules from registry...Ishita Sequeira
2024-12-12Improve Application updates when write-back method is ArgoCD (#965)Álvaro Aguilar-Tablada Espinosa
2024-10-18fix: Git write back to helm values is incorrect during the first pass and cor...Cheng Fang
2024-09-06fix: failed to process a full image-spec annotation with git writeback to hel...Cheng Fang
2024-08-29Allow setting new value in Helm values file (#838)jnovick
2024-07-18Fix updates to multiple images when using helm values file (#790)Lyupcho Kotev
2024-07-10feat: Support other namespaces than argocd in AIU (#763)sribiere-jellysmack
2024-06-23Fix/helm values wbc (#748)David Vidal Villamide
2024-06-18feat: Support for signing commits with gpg and ssh (#710)Dustin Lactin
2024-06-14fix: Make Git credentials work again (#737)Jann Fischer
2024-06-07fix: Pass AppNamespace to UpdateSpec api call (#687)Merijn Wijngaard
2024-05-29check if alias existPasha Kostohrys
2024-05-29fix: getHelmParamNamesFromAnnotation should take info from container image fo...Pasha Kostohrys
2024-05-29change: make NormalizedSymbolicName() method publicDavid Vidal Villamide
2024-05-27add: GetImagesAndAliasesFromApplication to retrieve images with aliasesDavid Vidal Villamide
2023-12-04fix: typoguoguangwu
2023-12-04feat: multisource support (#636)David Vidal Villamide
2023-08-15feat: Add possibility to specify write-back GIT repository as annotation (#424)Florin Hillebrand
2023-07-30chore: Update to newer argocd version for better API compatibility (#594)Jesse Bye
2023-07-09feat: Respect original parameter overrides with git write-back (#573)KS. Yim
2022-02-23refactor(WBC): Target field in the WriteBackConfig (#380)Patryk Woziński
2022-01-22chore: Log out warning about tagsortmode (#363)jannfis
2022-01-19refactor: Refactor logging to provide more context information (#357)jannfis
2022-01-12refactor: rename VersionSortMode to UpdateStrategy (#343)jannfis
2022-01-12fix: Fetch metadata for multi-arch images with latest strategy (#342)jannfis
2022-01-11feat: Support manifestlist and multi-arch images (#341)jannfis
2022-01-07feat: add ability to specify a different write and base branch (#304)Nick
2021-10-04chore: Test successful update two images (#264)Zhong, Ming-Xun
2021-09-12fix: Get tags from correct registry/image with a different kustomize image (#...jannfis
2021-08-02chore: Upgrade Argo CD dependencies to v2.0.5 (#230)jannfis
2021-05-11feat: allow write-back to actual kustomization files (#200)noah
2021-05-04fix: Correctly marshal non-updated images (#203)jannfis
2021-04-26fix : Images not updated if registry or repository is different with same ver...noah
2021-04-14feat: Allow setting custom Git commit messages (#193)jannfis
2021-04-01fix: Prevent nil pointer deref on emtpy tag with running image (#182)jannfis
2021-03-29feat: Introduce update strategy 'digest' (#176)jannfis
2021-03-29fix: Prevent concurrent updates to git repositories (#177)Bartosz Sławianowski
2021-03-26feat: #164 Send events on image change (#167)Miguel Ángel García
2021-03-25fix: Prevent update loop with git write-back (#171)jannfis
2021-01-31feat: Allow setting Git user and e-mail for commits (#153)jannfis
2021-01-30feat: Resolve symrefs to allow them as targetRevision for write back (#151)jannfis
2021-01-22feat: Allow reuse of Argo CD repo credentials (#141)Alexander Matyushentsev
2021-01-22fix: run 'git add' for create files before pushing back (#143)Alexander Matyushentsev
2020-12-30refactor: Rename package client to kube (#135)jannfis
2020-12-20feat: Git write-back of parameters (#133)jannfis
2020-12-04feat: Export Prometheus compatible metrics (#123)jannfis
2020-09-27feat: Allow ignoring set of tags (#101)jannfis