Skip to content

Commit 85e7989

Browse files
committed
release(v1.11.0-beta.0): prepare release
This is the official v1.11.0-beta.0 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 3039162 commit 85e7989

File tree

13 files changed

+684
-25
lines changed

13 files changed

+684
-25
lines changed

.conform.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-05-01T11:57:54Z by kres 6cbcbd1.
3+
# Generated on 2025-07-22T11:55:27Z by kres b869533.
44

55
policies:
66
- type: commit
@@ -12,7 +12,7 @@ policies:
1212
gitHubOrganization: siderolabs
1313
spellcheck:
1414
locale: US
15-
maximumOfOneCommit: true
15+
maximumOfOneCommit: false
1616
header:
1717
length: 89
1818
imperative: true

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-07-21T14:04:07Z by kres b869533.
3+
# Generated on 2025-07-22T11:47:45Z by kres b869533.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -814,7 +814,7 @@ jobs:
814814
uses: actions/checkout@v4
815815
with:
816816
path: _out/extensions
817-
ref: main
817+
ref: release-1.11
818818
repository: siderolabs/extensions
819819
- name: set variables
820820
run: |
@@ -974,7 +974,7 @@ jobs:
974974
uses: actions/checkout@v4
975975
with:
976976
path: _out/extensions
977-
ref: main
977+
ref: release-1.11
978978
repository: siderolabs/extensions
979979
- name: set variables
980980
run: |
@@ -1527,7 +1527,7 @@ jobs:
15271527
uses: actions/checkout@v4
15281528
with:
15291529
path: _out/extensions
1530-
ref: main
1530+
ref: release-1.11
15311531
repository: siderolabs/extensions
15321532
- name: unshallow-extensions
15331533
run: |
@@ -3650,7 +3650,7 @@ jobs:
36503650
uses: actions/checkout@v4
36513651
with:
36523652
path: _out/extensions
3653-
ref: main
3653+
ref: release-1.11
36543654
repository: siderolabs/extensions
36553655
- name: set variables
36563656
run: |

.github/workflows/integration-aws-nvidia-nonfree-cron.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-07-21T09:52:07Z by kres b869533.
3+
# Generated on 2025-07-22T11:47:45Z by kres b869533.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -111,7 +111,7 @@ jobs:
111111
uses: actions/checkout@v4
112112
with:
113113
path: _out/extensions
114-
ref: main
114+
ref: release-1.11
115115
repository: siderolabs/extensions
116116
- name: set variables
117117
run: |

.github/workflows/integration-aws-nvidia-oss-cron.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-07-21T09:52:07Z by kres b869533.
3+
# Generated on 2025-07-22T11:47:45Z by kres b869533.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -111,7 +111,7 @@ jobs:
111111
uses: actions/checkout@v4
112112
with:
113113
path: _out/extensions
114-
ref: main
114+
ref: release-1.11
115115
repository: siderolabs/extensions
116116
- name: set variables
117117
run: |

.github/workflows/integration-extensions-cron.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-07-15T17:31:52Z by kres b869533.
3+
# Generated on 2025-07-22T11:47:45Z by kres b869533.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -86,7 +86,7 @@ jobs:
8686
uses: actions/checkout@v4
8787
with:
8888
path: _out/extensions
89-
ref: main
89+
ref: release-1.11
9090
repository: siderolabs/extensions
9191
- name: unshallow-extensions
9292
run: |

.github/workflows/integration-qemu-csi-longhorn-cron.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-07-15T17:31:52Z by kres b869533.
3+
# Generated on 2025-07-22T11:47:45Z by kres b869533.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -86,7 +86,7 @@ jobs:
8686
uses: actions/checkout@v4
8787
with:
8888
path: _out/extensions
89-
ref: main
89+
ref: release-1.11
9090
repository: siderolabs/extensions
9191
- name: set variables
9292
run: |

.kres.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ spec:
2020
---
2121
kind: common.Repository
2222
spec:
23+
conformMaximumOfOneCommit: false
2324
conformScopes:
2425
- apid
2526
- machined
@@ -1749,7 +1750,7 @@ spec:
17491750
- name: checkout extensions
17501751
checkoutStep:
17511752
repository: siderolabs/extensions
1752-
ref: main
1753+
ref: release-1.11
17531754
path: _out/extensions
17541755
- name: unshallow-extensions
17551756
nonMakeStep: true
@@ -2105,7 +2106,7 @@ spec:
21052106
- name: checkout extensions
21062107
checkoutStep:
21072108
repository: siderolabs/extensions
2108-
ref: main
2109+
ref: release-1.11
21092110
path: _out/extensions
21102111
- name: set variables
21112112
nonMakeStep: true
@@ -2658,7 +2659,7 @@ spec:
26582659
- name: checkout extensions
26592660
checkoutStep:
26602661
repository: siderolabs/extensions
2661-
ref: main
2662+
ref: release-1.11
26622663
path: _out/extensions
26632664
- name: set variables
26642665
nonMakeStep: true
@@ -2759,7 +2760,7 @@ spec:
27592760
- name: checkout extensions
27602761
checkoutStep:
27612762
repository: siderolabs/extensions
2762-
ref: main
2763+
ref: release-1.11
27632764
path: _out/extensions
27642765
- name: set variables
27652766
nonMakeStep: true

0 commit comments

Comments
 (0)