renovate-rancher[bot]
75afb8320b
Update rancher/renovate-config digest to ca9c958 ( #281 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2026-05-27 11:21:21 -04:00
renovate-rancher[bot]
bdaa69c7cf
Update rancher/renovate-config digest to 45f7159 ( #277 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2026-05-15 07:39:43 -04:00
renovate-rancher[bot]
ecad3b6409
Update rancher/renovate-config digest to 7478101 ( #267 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2026-05-07 06:28:58 -04:00
renovate-rancher[bot]
3d4e436885
Update rancher/renovate-config digest to c2602b5 ( #262 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2026-05-06 06:39:14 -04:00
Chad Roberts
a69fd783af
Reduce renovate PR noise ( #260 )
2026-05-05 10:13:35 -04:00
renovate-rancher[bot]
41d3898380
Update fossas/fossa-action action to v1.9.0 ( #259 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2026-04-29 06:47:29 -04:00
renovate-rancher[bot]
1d24fa2e70
Update rancher/renovate-config digest to 9d3c102 ( #257 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2026-04-28 10:58:47 -04:00
renovate-rancher[bot]
7cd84d3776
Update rancher/renovate-config digest to e1355a7 ( #254 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2026-04-17 06:33:04 -04:00
renovate-rancher[bot]
893c58179c
Update rancher/renovate-config digest to 240174f ( #249 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2026-04-09 08:27:38 -04:00
renovate-rancher[bot]
a6f4fcc269
Update GitHub Actions ( #248 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2026-04-01 10:04:27 -04:00
Josh Meranda
ad373f082c
Pin GH Actions to commit sha ( #241 )
...
Co-authored-by: joshmeranda <joshua.meranda@gmail.com >
2026-03-31 15:00:00 -04:00
renovate-rancher[bot]
25a90ebf06
Update actions/setup-go action to v6.3.0 ( #239 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2026-03-27 11:29:13 -04:00
renovate-rancher[bot]
d491fa2458
Update actions/checkout digest to de0fac2 ( #229 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2026-02-11 13:18:46 -05:00
renovate-rancher[bot]
da6909ef48
Update actions/checkout action to v6 ( #215 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2026-01-28 14:18:38 -05:00
renovate-rancher[bot]
aabff49256
Update GitHub Actions ( #214 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2026-01-27 11:16:49 -05:00
Guilherme Macedo
a0b7e9349b
Add FOSSA scanning workflow ( #221 )
...
Signed-off-by: Guilherme Macedo <guilherme@gmacedo.com >
2026-01-16 13:06:18 -05:00
renovate-rancher[bot]
aa42a0041a
Update GitHub Actions ( #191 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2025-09-16 12:14:44 -07:00
renovate-rancher[bot]
bc271c7b1c
Migrate config .github/renovate.json ( #187 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2025-09-16 12:13:21 -07:00
renovate-rancher[bot]
5bcd922919
Update actions/checkout action to v4.3.0 ( #190 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2025-08-12 08:27:09 -04:00
renovate-rancher[bot]
8fd666b26c
Migrate config .github/renovate.json ( #167 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2025-06-24 11:12:58 -04:00
renovate-rancher[bot]
6a93e7e127
Update actions/setup-go action to v5.5.0 ( #177 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2025-06-24 11:12:32 -04:00
Brad Davidson
242c2af2db
Check certificate fingerprint when deciding if memory store needs to be updated ( #180 )
...
When using a chained store of Kubernetes -> Memory -> File, a file-backed cert with a valid ResourceVersion could not be updated when the Kubernetes store was offline, as the Memory store was skipping the update if the ResourceVersion was not changed.
The Kubernetes store passes through the secret update without a modified ResourceVersion if the Secret controller is not yet available to round-trip the secret through the apiserver, as the apiserver is what handles updating the ResourceVersion when the Secret changes.
In RKE2, this caused a deadlock on startup when the certificate is expired, as the apiserver cannot be started until the cert is updated, but the cert cannot be updated until the apiserver is up.
Fix this by also considering the certificate hash annotation when deciding if the update can be skipped.
Signed-off-by: Brad Davidson <brad.davidson@rancher.com >
2025-06-11 10:52:11 -07:00
renovate-rancher[bot]
12ccb5f265
Update actions/setup-go action to v5.4.0 (main) ( #168 )
...
* Update actions/setup-go action to v5.4.0
* No point putting exact versions in the comments before an action.
The comment isn't updated by renovatebot, and the bot puts the
version next to the item being referenced.
---------
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
Co-authored-by: Eric Promislow <epromislow@suse.com >
2025-04-23 17:21:19 -07:00
Sakala Venkata Krishna Rohit
246fdcf607
Update renovate.json to ignore packages ( #164 )
2025-02-23 10:59:36 -08:00
renovate-rancher[bot]
1be223c6b0
Update actions/checkout action to v4.2.2 ( #132 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2025-02-19 12:02:04 -08:00
renovate-rancher[bot]
389ebca7c5
Update actions/setup-go action to v5.3.0 ( #133 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2025-02-19 12:01:45 -08:00
renovate-rancher[bot]
3f4c7c1f3a
Add initial Renovate configuration ( #157 )
...
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2025-02-19 12:01:31 -08:00
Chad Roberts
63bb33ba07
Add GITHUB_TOKEN to env for release action ( #128 )
2024-11-25 09:32:44 -05:00
Chad Roberts
dce7e4650b
Implement versioning ADR ( #124 )
...
* Implement versioning ADR
* Update to handle tags that contain -rc
2024-11-15 09:36:48 -05:00
Tom Lebreux
7a349f0e17
Add GHA to test the code ( #98 )
2024-04-18 09:38:05 -04:00
renovate-rancher[bot]
2ac221e5d6
Add initial Renovate configuration
2023-04-18 11:27:12 +00:00