96e92809b9
As announced on mailing list [1], this patch transitions the Stein branch to End of Life. The last patch of the branch will be tagged with stein-eol tag. stable/stein branch cannot be used anymore and will be deleted if this patch merges. This is needed as stable/stein is not actively maintained in recent period, thus gates are mostly broken due to job failures. Besides, by removing these branches, infra resources will be freed up, too. Please try to identify any zuul job, that is defined outside of the repositories in this patch (for example in openstack-zuul-jobs, etc.) and won't be used anymore if stable/stein is deleted. Propose a job removal patch for them. Please +1 if the team is ready for us to proceed with this transition, or -1 if there are still some activity on the branch and the team wants to continue to maintain it. [1] https://lists.openstack.org/pipermail/openstack-discuss/2023-September/034965.html Change-Id: I7e4c82be8b2fc95075f69334df14180b85e16577
67 lines
2.2 KiB
YAML
67 lines
2.2 KiB
YAML
---
|
|
include-pypi-link: true
|
|
launchpad: oslo.config
|
|
release-model: cycle-with-intermediary
|
|
team: oslo
|
|
type: library
|
|
repository-settings:
|
|
openstack/oslo.config: {}
|
|
cycle-highlights:
|
|
- Added a Castellan config driver that allows secrets to be moved
|
|
from on-disk config files to any Castellan-compatible keystore.
|
|
This driver lives in the Castellan project, so Castellan must be
|
|
installed in order to use it.
|
|
- Added a config driver to read values from environment variables,
|
|
which allows configuration of services in containers without needing
|
|
to inject a file. This driver is enabled by default in oslo.config.
|
|
- Added a config validation tool, ``oslo-config-validator``. This
|
|
uses the oslo-config-generator data to find options in a config
|
|
file that are not defined in the service.
|
|
releases:
|
|
- diff-start: 6.4.0
|
|
projects:
|
|
- comment: procedural tag to handle release job failure
|
|
hash: 7072a7552dcb58a60d08c73c1d002fdf1c5a6202
|
|
repo: openstack/oslo.config
|
|
version: 6.5.1
|
|
- projects:
|
|
- hash: ae7dbd939f76d84c0e4ee479f1c82aa4925d6e95
|
|
repo: openstack/oslo.config
|
|
version: 6.6.0
|
|
- projects:
|
|
- hash: d2ee0bf4069aea13c36599572bb38d0ed10966bb
|
|
repo: openstack/oslo.config
|
|
version: 6.6.1
|
|
- projects:
|
|
- hash: c09b80440a5b8055a67c36706e20ddd80110b4bf
|
|
repo: openstack/oslo.config
|
|
version: 6.6.2
|
|
- projects:
|
|
- hash: 64e020adbb5b31a1f6ffb01f84f049562f09c788
|
|
repo: openstack/oslo.config
|
|
version: 6.7.0
|
|
- projects:
|
|
- hash: 8e17ded72a4ff0a31712d4b65c80c0490938d596
|
|
repo: openstack/oslo.config
|
|
version: 6.8.0
|
|
- projects:
|
|
- hash: fd4c1a0bf46505136609749479b138bd4ffe1140
|
|
repo: openstack/oslo.config
|
|
version: 6.8.1
|
|
- version: 6.8.2
|
|
projects:
|
|
- repo: openstack/oslo.config
|
|
hash: 0a9c6c156a6eedf149528fd853f72a8ddd83e147
|
|
- version: stein-em
|
|
projects:
|
|
- repo: openstack/oslo.config
|
|
hash: 0a9c6c156a6eedf149528fd853f72a8ddd83e147
|
|
- version: stein-eol
|
|
projects:
|
|
- repo: openstack/oslo.config
|
|
hash: 0a9c6c156a6eedf149528fd853f72a8ddd83e147
|
|
branches:
|
|
- location: 6.8.1
|
|
name: stable/stein
|
|
release-notes: https://docs.openstack.org/releasenotes/oslo.config/stein.html
|