From 18a3a8ee6e67654ca2d6064e3f2794cd0c688e84 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Mon, 9 Dec 2024 10:48:54 +0100 Subject: [PATCH] Add Zuul 11.2.0 Change-Id: If02801c126ea18e769ddc7d5d46d95f7ce8fad36 --- controllers/libs/base/static/images.yaml | 16 ++++++++-------- doc/reference/CHANGELOG.md | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/controllers/libs/base/static/images.yaml b/controllers/libs/base/static/images.yaml index 761fe15..d730fcd 100644 --- a/controllers/libs/base/static/images.yaml +++ b/controllers/libs/base/static/images.yaml @@ -4,20 +4,20 @@ images: - name: zuul-scheduler container: quay.io/software-factory/zuul-scheduler - version: 11.1.0-6 - source: https://softwarefactory-project.io/cgit/containers/tree/images-sf/master/containers/rendered/zuul-scheduler.container?id=b1c83e17c05208c13a0f763ba8d034d950d01d43 + version: 11.2.0-1 + source: https://softwarefactory-project.io/cgit/containers/tree/images-sf/master/containers/rendered/zuul-scheduler.container?id=9f118634ca4150b850966a38194af24c943f2aae - name: zuul-executor container: quay.io/software-factory/zuul-executor - version: 11.1.0-6 - source: https://softwarefactory-project.io/cgit/containers/tree/images-sf/master/containers/rendered/zuul-executor.container?id=b1c83e17c05208c13a0f763ba8d034d950d01d43 + version: 11.2.0-1 + source: https://softwarefactory-project.io/cgit/containers/tree/images-sf/master/containers/rendered/zuul-executor.container?id=9f118634ca4150b850966a38194af24c943f2aae - name: zuul-merger container: quay.io/software-factory/zuul-merger - version: 11.1.0-6 - source: https://softwarefactory-project.io/cgit/containers/tree/images-sf/master/containers/rendered/zuul-merger.container?id=b1c83e17c05208c13a0f763ba8d034d950d01d43 + version: 11.2.0-1 + source: https://softwarefactory-project.io/cgit/containers/tree/images-sf/master/containers/rendered/zuul-merger.container?id=9f118634ca4150b850966a38194af24c943f2aae - name: zuul-web container: quay.io/software-factory/zuul-web - version: 11.1.0-6 - source: https://softwarefactory-project.io/cgit/containers/tree/images-sf/master/containers/rendered/zuul-web.container?id=b1c83e17c05208c13a0f763ba8d034d950d01d43 + version: 11.2.0-1 + source: https://softwarefactory-project.io/cgit/containers/tree/images-sf/master/containers/rendered/zuul-web.container?id=9f118634ca4150b850966a38194af24c943f2aae - name: nodepool-launcher container: quay.io/software-factory/nodepool-launcher version: 11.0.0-2 diff --git a/doc/reference/CHANGELOG.md b/doc/reference/CHANGELOG.md index 78f8bc2..f1fb45d 100644 --- a/doc/reference/CHANGELOG.md +++ b/doc/reference/CHANGELOG.md @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file. ### Changed - zuul-web: add new version (PS/13) of the upstream patch "improving UX when authn session expired" https://review.opendev.org/c/zuul/zuul/+/936440 +- zuul: update version to 11.2.0 https://zuul-ci.org/docs/zuul/latest/releasenotes.html#relnotes-11-2-0 ### Deprecated ### Removed