Commit Graph

10 Commits

Author SHA1 Message Date
Jake Hyde 99ad1f7b0a
[52223] Validate RKEConfig for provisioning cluster (#1137)
* Validate RKEConfig for provisioning cluster

* Wait for azure config crd in testing

* go generate
2025-10-13 14:58:11 -04:00
Tom Lebreux f54d3dc9b6
Keep old RCs around (#868) 2025-04-08 13:41:02 -04:00
Chad Roberts c1e5a0f4bb
Make integration test suite wait for namespace deletion before finishing (#743)
Co-authored-by: rancher-pr-and-push-webhook[bot] <181785884+rancher-pr-and-push-webhook[bot]@users.noreply.github.com>
2025-02-28 15:50:31 -05:00
Tom Lebreux fdb9032e4d
Ensure go telemetry files aren't added to the commit (#577) 2024-12-31 09:12:29 -05:00
Tom Lebreux d368e16b35
Add workflow to release webhook in rancher/charts and rancher/rancher (#449)
* Add workflow to release webhook in rancher/charts and rancher/rancher

* Migrate to using Github App

* Prepend to release list in charts

* Take v-prefixed version as input

* Add doc block to release-message.sh

* Ensure prev and new versions are different

* Add support for RC to nonRC

* Add support RC to non-RC in rancher/rancher

* Fix permissios and shell quote
2024-12-23 09:52:02 -05:00
Tom Lebreux 5c0d8d0160
Fix missing new line in sync script (#555) 2024-12-16 09:49:14 -05:00
Tom Lebreux bb37e43265
Add sync deps workflow (#552)
* Add sync deps workflow

* List changes in PR description

* Add usage and error handling for pkg/apis version extraction

* Update format of changes for PR description
2024-12-16 09:05:12 -05:00
Tom Lebreux 26ed8a0bc3
Use any webhook version in the charts (#503) 2024-09-17 17:21:39 -04:00
Peter Matseykanets ae4cc3b8a2
[main] Use the proper config when fetching mutating webhook configuration (#460)
Forwardport of #451
2024-08-03 17:14:30 -04:00
Eric Promislow 9f702b46ed Migrate webhook CI to GHA
- Misc. changes to CI caught during further testing:
1. There should be two shell variables, HELM_VERSION for pulling
   down the right version of helm, and HELM_CHART_VERSION, for identifying
   generated helm charts.

2. Similarly, `TAG` and `IMAGE_TAG` are two different things.

3. Stop using make/dapper: env vars get lost

4. Skip the RKE Machine config unit test on CI/arm64
   - Written up in issue 45837
2024-06-28 15:45:08 -07:00