Skip to content

Commit 84a3af4

Browse files
authored
Merge pull request #324 from stackhpc/upstream/2023.1-2024-07-15
Synchronise 2023.1 with upstream
2 parents 4b1c880 + 46989bd commit 84a3af4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.zuul.d/debian.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
kolla_registry: dockerhub
5353
kolla_namespace: kolla
5454
secrets:
55-
- kolla_dockerhub_creds
55+
- kolla_dockerhub_credentials
5656

5757
- job:
5858
name: kolla-publish-debian-quay
@@ -75,7 +75,7 @@
7575
kolla_registry: dockerhub
7676
kolla_namespace: kolla
7777
secrets:
78-
- kolla_dockerhub_creds
78+
- kolla_dockerhub_credentials
7979

8080
- job:
8181
name: kolla-publish-debian-aarch64-quay

.zuul.d/rocky.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
kolla_registry: dockerhub
7878
kolla_namespace: kolla
7979
secrets:
80-
- kolla_dockerhub_creds
80+
- kolla_dockerhub_credentials
8181

8282
- job:
8383
name: kolla-publish-rocky9-quay

.zuul.d/ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
kolla_registry: dockerhub
7070
kolla_namespace: kolla
7171
secrets:
72-
- kolla_dockerhub_creds
72+
- kolla_dockerhub_credentials
7373

7474
- job:
7575
name: kolla-publish-ubuntu-quay

doc/source/contributor/release-management.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ This needs to be done for each of the following projects:
8787

8888
* https://launchpad.net/ansible-collection-kolla
8989

90+
* https://launchpad.net/kayobe
91+
9092
At the beginning of a cycle, ensure a named series exists for the cycle in each
9193
project. If not, create one via the project landing page (e.g.
9294
https://launchpad.net/kolla) - in the "Series and milestones" section click in
9395
"Register a series". Once the series has been created, create the necessary
9496
milestones, including the final release. Series can be marked as "Active
9597
Development" or "Current Stable Release" as necessary.
9698

97-
Kayobe uses Storyboard, which does not track series or milestones.
98-
9999
Milestones
100100
----------
101101

0 commit comments

Comments
 (0)