Jesse Stephens and Claude Opus 4.8
8f94e3051e
refactor: case-insensitive normalization for resources-to-ignore
...
Use strings.ToLower so any casing (configMaps, ConfigMaps, sEcrets)
normalizes to the canonical lowercase ResourceMap key, and simplify the
flag help text. Addresses PR review feedback.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-12 08:29:56 -05:00
yvjessestephens and GitHub
c46937c5b0
Merge branch 'stakater:master' into fix/configmaps-resources-to-ignore-mismatch
2026-06-10 07:50:44 -05:00
Muhammad Safwan Karim and GitHub
ba9d19453f
Merge pull request #1155 from stakater/release-helm-chart-v2.2.12
...
Bump helm chart to 2.2.12 and appVersion to v
chart-v2.2.12
merge-1155
2026-05-25 13:54:56 +05:00
Safwan
c4df6404c3
add helm version in pr workflow
2026-05-25 13:39:52 +05:00
Safwan
d633294d75
updated helm version
2026-05-25 13:35:01 +05:00
Muhammad Safwan Karim and GitHub
aa7af914ad
Merge pull request #1152 from stakater/renovate/registry.access.redhat.com-ubi9-ubi-9.x
...
Update registry.access.redhat.com/ubi9/ubi Docker tag to v9.8-1779374378
merge-1152
2026-05-25 12:25:42 +05:00
renovate[bot] and GitHub
7644e514f3
Update registry.access.redhat.com/ubi9/ubi Docker tag to v9.8-1779374378
2026-05-25 07:14:30 +00:00
Felix Tonnvik and GitHub
a28f246ddf
Merge pull request #1151 from stakater/bump-go-net-dependency
...
bump vulnerable go dependency
merge-1151
2026-05-25 09:14:04 +02:00
Safwan
977b24b771
updated docker go version
2026-05-25 11:16:05 +05:00
Safwan
af018af95c
bump vulnerable go dependency
2026-05-25 10:04:35 +05:00
Muhammad Safwan Karim and GitHub
a80277acf9
Merge pull request #1149 from stakater/update-workflows
...
Harden GitHub Actions workflows against cache poisoning
merge-1149
2026-05-23 02:58:27 +05:00
Rasheed Amir
e009003ffa
harden actions
2026-05-22 18:50:43 +02:00
Jesse Stephens
d527ae8d5a
fix: align resources-to-ignore=configMaps with renamed ResourceMap key
...
PR #1061 renamed the configmap key in kube.ResourceMap from "configMaps"
(camelCase) to "configmaps" (lowercase) to fix controllers not being
able to mark themselves as initialized. However, two callers were not
updated to match the new canonical key:
1. The Helm chart's deployment template still emits
`--resources-to-ignore=configMaps` (camelCase) when
`reloader.ignoreConfigMaps: true` is set.
2. The validation in `GetIgnoredResourcesList` only accepts the legacy
camelCase spelling.
Because `ignoredResourcesList.Contains(k)` uses case-sensitive string
equality, the lookup against the new lowercase ResourceMap key never
matches. The configmaps controller is created and starts watching
ConfigMaps cluster-wide, even though the chart's ClusterRole template
(also gated on `ignoreConfigMaps`) does not grant permission for it.
The resulting pod logs are full of:
configmaps is forbidden: User "system:serviceaccount:reloader:reloader-reloader"
cannot list resource "configmaps" in API group "" at the cluster scope
This change:
- Updates the chart deployment template to emit the canonical lowercase
`configmaps` value.
- Normalizes the input in `GetIgnoredResourcesList`, accepting both
`configMaps` (legacy, for backward compatibility with users who pass
the flag directly) and `configmaps` (canonical), and emitting the
canonical form to the caller.
- Updates the flag help text and adds tests covering both spellings.
2026-05-20 14:19:13 -05:00
Muhammad Safwan Karim and GitHub
90d5ec8af1
Merge pull request #1140 from stakater/remove-docs
...
remove docs
merge-1140
2026-05-11 17:20:26 +05:00
Muhammad Safwan Karim and GitHub
ff4cb09258
Update README.md
2026-05-11 17:13:08 +05:00
Muhammad Safwan Karim and GitHub
227d6a985a
Update README.md
2026-05-11 17:11:19 +05:00
Muhammad Safwan Karim and GitHub
91ce7a7262
Fix link formatting in README.md
2026-05-11 17:03:42 +05:00
Muhammad Safwan Karim and GitHub
b37c1d7998
Merge pull request #1142 from stakater/msafwankarim-patch-3
...
Update pull_request.yaml
merge-1142
2026-05-11 16:30:51 +05:00
Muhammad Safwan Karim and GitHub
dfcde67b6b
Update pull_request.yaml
2026-05-11 16:18:28 +05:00
Muhammad Safwan Karim and GitHub
98f85c67c1
Update pull_request.yaml
2026-05-11 16:14:54 +05:00
f4f345410c
docs: move documentation link higher in README
...
Agent-Logs-Url: https://github.com/stakater/Reloader/sessions/247dcce4-dd5c-4f51-816b-04cabd572f7c
Co-authored-by: msafwankarim <66724151+msafwankarim@users.noreply.github.com >
2026-05-11 07:51:50 +00:00
Rasheed Amir
9187bb9a85
Remove docs build infrastructure
...
- Delete Dockerfile-docs, docs-nginx.conf, theme_common, theme_override
- Delete pull_request_docs.yaml workflow
- Remove docs build steps from push.yaml and release.yaml
- Clean up docs path exclusions from pull_request.yaml and push-pr-image.yaml
2026-05-11 09:48:10 +02:00
Rasheed Amir
37f3795233
remove docs
2026-05-11 07:45:49 +02:00
Muhammad Safwan Karim and GitHub
9294193f86
Merge pull request #1138 from stakater/rasheedamir-patch-1
...
add links
merge-1138
2026-04-28 01:37:15 +05:00
Rasheed Amir and GitHub
6474a6a960
add links
...
to adopters
2026-04-27 22:36:22 +02:00
Muhammad Safwan Karim and GitHub
70939d9bbf
Merge pull request #1136 from stakater/rasheedamir-patch-1
...
Revise README for Reloader Enterprise and badges
merge-1136
2026-04-28 00:31:09 +05:00
Muhammad Safwan Karim and GitHub
3bcb7d4fb7
Adjust table cell widths in ADOPTERS.md
2026-04-28 00:29:48 +05:00
Muhammad Safwan Karim and GitHub
b976a2fc0d
Update Exelient AB logo size in ADOPTERS.md
2026-04-28 00:28:06 +05:00
Muhammad Safwan Karim and GitHub
c4ef9b57a6
Update ADOPTERS.md
2026-04-28 00:27:14 +05:00
Rasheed Amir and GitHub
03fd552352
Update README.md
2026-04-27 21:27:00 +02:00
Muhammad Safwan Karim and GitHub
b1bf52482b
Update ADOPTERS.md
2026-04-28 00:26:54 +05:00
Muhammad Safwan Karim and GitHub
c01de5a052
Update ADOPTERS.md
2026-04-28 00:26:40 +05:00
Muhammad Safwan Karim and GitHub
4472c6599a
Update ADOPTERS.md
2026-04-28 00:25:14 +05:00
Muhammad Safwan Karim and GitHub
7f8ddaa032
Update ADOPTERS.md
2026-04-28 00:24:29 +05:00
Muhammad Safwan Karim and GitHub
00631ac33f
Update ADOPTERS.md
2026-04-28 00:22:14 +05:00
Muhammad Safwan Karim and GitHub
f2a6316486
Fix logo image syntax in ADOPTERS.md
2026-04-28 00:21:14 +05:00
Muhammad Safwan Karim and GitHub
818e520b08
Update ADOPTERS.md
2026-04-28 00:18:59 +05:00
Rasheed Amir and GitHub
50073d5ea6
Update Exelient logo filename in ADOPTERS.md
2026-04-27 21:17:48 +02:00
Rasheed Amir and GitHub
399a56b1d1
Add adopters section to README
...
Added adopters section to highlight Reloader's usage and community feedback.
2026-04-27 21:15:23 +02:00
Rasheed Amir and GitHub
0db35d3dc1
Fix link to Reloader Show & Tell discussion
...
Updated link to the GitHub Discussion for Reloader.
2026-04-27 20:27:13 +02:00
Rasheed Amir and GitHub
63a986ab72
add sc and exelient logos
...
for adopters
2026-04-27 20:17:01 +02:00
Rasheed Amir and GitHub
bb53a23aed
Create .gitkeep
2026-04-26 22:29:01 +02:00
Rasheed Amir and GitHub
1e016d8f25
Create ADOPTERS.md for Reloader user organizations
...
Added a list of organizations using Reloader, including details on how to contribute and add logos.
2026-04-26 22:28:37 +02:00
Rasheed Amir and GitHub
977701c212
Revise README for Reloader Enterprise and badges
...
Updated README to reflect changes in enterprise version details and added GitHub stars badge.
2026-04-25 22:43:58 +02:00
Muhammad Safwan Karim and GitHub
9a2e39fe67
Merge pull request #1129 from stakater/release-helm-chart-v2.2.11
...
Bump Helm chart to 2.2.11 (appVersion v1.4.16)
merge-1129
chart-v2.2.11
2026-04-15 15:59:10 +05:00
Safwan
05ffe3389c
Bump helm chart to 2.2.11 and appVersion to v1.4.16
2026-04-15 13:34:35 +05:00
Muhammad Safwan Karim and GitHub
9ec1ea7504
Merge pull request #1127 from stakater/msafwankarim-patch-3
...
Update to go version to 1.26.2
merge-1127
2026-04-15 13:31:44 +05:00
Muhammad Safwan Karim and GitHub
ceef8bfea5
Update Dockerfile
2026-04-15 12:42:03 +05:00
Muhammad Safwan Karim and GitHub
bdf716422a
Update go.mod
2026-04-15 12:41:30 +05:00
Faizan Ahmad and GitHub
2507e98099
Merge pull request #1125 from stakater/release-helm-chart-v2.2.10
...
Bump Helm chart to 2.2.10 (appVersion v1.4.15)
chart-v2.2.10
merge-1125
2026-04-13 19:00:45 +02:00