Commit a5d1b94
authored
RANCHER-2601. Unify snapshot and release update workflows (#16)
* RANCHER-2601: Refactor `release-update-scheduler.yml` for streamlined configuration handling
- Simplified workflow by removing unused `build-matrix` step and `update_branches_map` handling.
- Adjusted outputs to utilize `get-config.outputs.branch_config` directly.
* RANCHER-2601. Rename and update release workflows
Renamed "Release update scheduler" to "Application Update Scheduler" across repositories. Updated workflow configuration to accommodate new input fields and parameters for enhanced functionality, including app name and additional branch settings.
* RANCHER-2601. Remove snapshot update workflows from apps.
This commit removes the `snapshot-update.yml` workflow files from various app repositories. These workflows were responsible for scheduling and manually triggering snapshot version updates, but are no longer required.
* RANCHER-2601. Enable snapshot branch configuration across multiple apps
Updated `update-config.yml` files to enable the `snapshot` branch with additional settings, including `pre_release` as "only" and `descriptor_build_offset` set to "100100000000000". These changes apply to all affected applications to standardize the branch setup.
* RANCHER-2601, Bump up descriptor_build_offset in update-config files
All descriptor_build_offset values have been incremented from "100100000000000" to "100200000000000" across multiple app update-config files.1 parent ed8db92 commit a5d1b94
File tree
3 files changed
+21
-68
lines changed- .github
- workflows
3 files changed
+21
-68
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
This file was deleted.
.github/workflows/release-update-scheduler.yml renamed to .github/workflows/update-scheduler.yml
Lines changed: 19 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 43 | | |
54 | 44 | | |
55 | 45 | | |
56 | 46 | | |
57 | 47 | | |
58 | 48 | | |
59 | 49 | | |
60 | | - | |
61 | | - | |
| 50 | + | |
62 | 51 | | |
63 | 52 | | |
64 | | - | |
| 53 | + | |
65 | 54 | | |
66 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
67 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
68 | 64 | | |
69 | 65 | | |
70 | 66 | | |
| |||
0 commit comments