Commit Graph
1558 Commits
Author SHA1 Message Date
TheiLLeniumStudios 612006c091 feat: Upgrade all go packages 2025-12-28 09:02:51 +01:00
TheiLLeniumStudios cca7383daf fix: Linting issues 2025-12-28 08:59:01 +01:00
TheiLLeniumStudios ced6ffabd1 refactor: Move test helpers to testutil 2025-12-28 08:47:59 +01:00
TheiLLeniumStudios 172517512b feat: e2e tests and a lot of refactoring for existing tests 2025-12-28 08:47:58 +01:00
TheiLLeniumStudios 0c40064872 build: update build configuration to use internal metadata package and improve ldflags injection, fix defer resp.Body.Close() usage, replace os.Setenv with t.Setenv in tests, correct error message casing, and adjust Dockerfile and Makefile for cmd/reloader structure 2025-12-28 08:47:57 +01:00
TheiLLeniumStudios 841f6f3868 feat: Improve test coverage of important packages 2025-12-28 08:47:57 +01:00
TheiLLeniumStudios fa60c1d853 refactor(reload): move resource types and reload decision structs to dedicated files and remove redundant code 2025-12-28 08:47:57 +01:00
TheiLLeniumStudios 3a8c300d35 refactor: unify label set implementations and rename variables for clarity and consistency across packages 2025-12-28 08:47:56 +01:00
TheiLLeniumStudios 3cf0119748 refactor(workload): centralize workload listing with registry-based listers and add Argo Rollouts support 2025-12-28 08:47:56 +01:00
TheiLLeniumStudios c19058a66e refactor: Re-use a lot of code and move to specific packages 2025-12-28 08:47:55 +01:00
TheiLLeniumStudios 3defc8bb29 refactor: Move all common reconcile logic to lister and reload handler 2025-12-28 08:47:55 +01:00
TheiLLeniumStudios 9d588cadb2 feat: Add reconciler test cases and config test cases 2025-12-28 08:47:55 +01:00
TheiLLeniumStudios f48c5ac1b3 feat: Migration to new implementation 2025-12-28 08:47:54 +01:00
TheiLLeniumStudios 8b3ad89336 chore: Fix formatting issues 2025-12-28 08:47:54 +01:00
TheiLLeniumStudios f70c4d2a43 feat: Argo rollouts workload + refactor of alerting 2025-12-28 08:47:53 +01:00
TheiLLeniumStudios 3cb45e8dc7 feat: Implement NamespaceReconciler for namespace label selector filtering 2025-12-28 08:47:53 +01:00
TheiLLeniumStudios b5df945fff feat: reload execution and observability 2025-12-28 08:47:52 +01:00
TheiLLeniumStudios ce1e7dfafb feat: Add webhook notification and conflict retry for Reloader v2 2025-12-28 08:47:52 +01:00
TheiLLeniumStudios 0a2aa122f5 feat: Add controller-runtime reconcilers and unit tests for reload packag 2025-12-28 08:47:52 +01:00
TheiLLeniumStudios 94e3fcd702 feat: Add reload package with core matching and strategy logic 2025-12-28 08:47:51 +01:00
TheiLLeniumStudios dce45a454a refactor: migrate reloader command to use new config package 2025-12-28 08:47:51 +01:00
TheiLLeniumStudios b9a7b8997c feat: add v2 foundation packages for config and workload abstraction 2025-12-28 08:47:51 +01:00
Muhammad Safwan KarimandGitHub a5d1012570 Merge pull request #1067 from stakater/chart-v1.4.12
Update helm chart 1.4.12
merge-1067 chart-v2.2.7
2025-12-15 11:17:55 +05:00
Safwan ebac11f904 Update helm chart 1.4.12 2025-12-15 02:43:09 +05:00
Muhammad Safwan KarimandGitHub 0505dfb7c2 Merge pull request #1064 from stakater/fix/bump-go-ver
Bumped go version for vuln fix
merge-1064
2025-12-12 16:35:07 +05:00
Safwan 232bbdc68c Bumped go version for vuln fix 2025-12-12 15:40:41 +05:00
Muhammad Safwan KarimandGitHub 8545fe8d8d Merge pull request #1043 from michael-voegeli-fnt/master
feat(helm): support both object and string formats for imagePullSecrets
2025-12-11 00:16:35 +05:00
Muhammad Safwan KarimandGitHub 32ac22dc33 Merge pull request #1063 from stakater/bump-chart
Bump Chart Version
merge-1063 chart-v2.2.6
2025-12-10 21:50:03 +05:00
Safwan 3afe895045 bump chart 2025-12-10 17:17:28 +05:00
Safwan 64a18ff207 buno version 2025-12-10 17:10:27 +05:00
Muhammad Safwan KarimandGitHub b71fb19882 Merge pull request #1061 from MatthiasWerning/bugfix/controller-init
Fix configmaps key in ResourceMap leading to controllers not being able to mark themselves as initialized
2025-12-10 15:35:31 +05:00
Matthias Werning 27fb47ff52 Fix configmaps key in ResourceMap leading to controllers not being able to mark themselves as initialized 2025-12-10 09:10:52 +01:00
Michael VögeliandGitHub 04dec609f0 Merge branch 'master' into master 2025-12-02 13:25:53 +01:00
Muhammad Safwan KarimandGitHub d409b79a11 Merge pull request #1049 from Wamgleb/fix-pause-annotation-bug
fix:Rename pause-deployment-annotation to pause-deployment-time-annot…
2025-11-14 21:50:22 +05:00
Muhammad Safwan KarimandGitHub c3546066fa Merge pull request #1052 from artemptushkin/patch-1
Fix issue in yaml path
2025-11-14 21:48:00 +05:00
Muhammad Safwan KarimandGitHub 7080ec27cc Merge pull request #1032 from arizon-dread/fix-openshift-runAsUser-documentation
fix the value reference to runAsUser for OpenShift
2025-11-13 18:13:54 +05:00
Artem PtushkinandGitHub 6f1ecffb25 Fix issue in yaml path
It requires `deployment` actually, see https://artifacthub.io/packages/helm/stakater/reloader?modal=values
2025-11-12 16:04:24 +01:00
Hlib Kalinchuk 765053f21e fix:Rename pause-deployment-annotation to pause-deployment-time-annotation in deployment.yaml 2025-11-07 14:36:59 +02:00
Muhammad Safwan KarimandGitHub fd9b7e2c1f Merge pull request #1046 from stakater/update-chart-2.2.5
Bump chart
merge-1046 chart-v2.2.5
2025-11-05 17:19:58 +05:00
Muhammad Safwan KarimandGitHub bfb720e9e9 Bump chart 2025-11-05 16:13:37 +05:00
Michael Vögeli e9114d3455 chore(helm): bump chart version 2025-11-05 11:21:21 +01:00
Michael Vögeli 10b3e077b5 feat(helm): support both object and string formats for imagePullSecrets
Extended Helm chart configuration to allow imagePullSecrets to be defined
either as a list of strings (e.g., `- my-pull-secret`) or as a list of
objects with `name` keys (e.g., `- name: my-pull-secret`).
2025-11-05 11:07:31 +01:00
Muhammad Safwan KarimandGitHub 9607da6d8a Merge pull request #1042 from stakater/upgrade-to-go-1.25
Upgradde to go 1.25.3 (latest)
merge-1042
2025-11-05 14:54:46 +05:00
Safwan 32046ebfe0 Fixed spelling 2025-11-05 14:04:49 +05:00
Safwan 5d4b9f5a32 Resolved comments 2025-11-05 14:02:06 +05:00
Felix Tonnvik 620959a03b updated qa link-check to retry on status 429 2025-11-05 09:54:04 +01:00
Safwan 008c45e9ac fixed markdown lint indentation 2025-11-05 13:21:45 +05:00
Safwan fa201d9762 Clarification about workflow in the readme 2025-11-05 13:09:04 +05:00
Safwan 174b57cdad Fixed linting 2025-11-04 17:39:24 +05:00
Safwan 4476fad274 Update golangci-lint version in workflow 2025-11-04 17:04:40 +05:00