Commit Graph

1483 Commits

Author SHA1 Message Date
Zuul db5024147c Merge "Make a release of os-(apply|collect|refresh)-config" 2024-04-19 09:09:35 +00:00
Zuul 2dabb45e79 Merge "Deprecate Tripleo independent deliverables" 2024-04-18 12:15:27 +00:00
Alfredo Moralejo b99c9fc22d Make a release of os-(apply|collect|refresh)-config
To include all the changes merged during Caracal cycle.

Support for python versions has been removed so we need to bump major
version.

Change-Id: I5e1f6d98e748ae87d4c165e379f96adff5427902
2024-04-17 09:57:36 +02:00
Zuul b9240f42aa Merge "Add magnum-capi-helm deliverables as independent" 2024-03-21 10:01:57 +00:00
Alfredo Moralejo fc1e449fe7 New intermediate release of sushy-tools
It includes required patch to support current version of Werkzeug in u-c
[1].

I am proposing to bump intermediate release as it includes a patch which
adds feature for basic support of boot from volume case.

[1] https://review.opendev.org/c/openstack/sushy-tools/+/906230
[2] https://review.opendev.org/c/openstack/sushy-tools/+/906767

Change-Id: I6775fe415c15e1c10fe1a1873c18b09cee6c3bf0
2024-03-19 10:05:24 +01:00
Michal Nasiadka 01941e384e Add magnum-capi-helm deliverables as independent
magnum-capi-helm is the Magnum driver code, magnum-capi-helm-charts
is the Helm charts repository used by the driver

Depends-On: https://review.opendev.org/c/openstack/governance/+/910240

Change-Id: Id69e58948637785698dedd8f0d1e5eb76b94a7b5
2024-03-18 16:30:19 +00:00
Zuul a67b362690 Merge "Create new tooz release for 2024.1" 2024-03-15 14:58:20 +00:00
Takashi Kajinami ac1f22062b Create new yaql release for Caracal
Propose a new release of yaql library, which contains the fix for
a critical security issue.

Related-Bug: #2048114
Depends-on: https://review.opendev.org/c/openstack/yaql/+/913229/
Change-Id: I3e2456350dd3a5aa96c88da188b0dd9ca5bf8361
2024-03-15 00:32:30 +09:00
Takashi Kajinami d061a6102f Create new tooz release for 2024.1
This proposes a new release of tooz. The new release restores
the previous behavior of redis driver, which disables authentication
for redis sentinel even when it is enabled for redis, which is required
by some deployment tools like kolla.

Related-Bug: #2056656
Depends-on: https://review.opendev.org/c/openstack/tooz/+/912344
Change-Id: Ic764ac56e1c0c16a824be84493779c2a893818e9
2024-03-12 01:08:50 +00:00
Takashi Kajinami 91a7be057f Create new tooz release for 2024.1
We have identified a regression[1] in 6.0.0, which is the latest
release for 2024.1 caracal.

[1] https://launchpad.net/bugs/2056429

Depends-on: https://review.opendev.org/c/openstack/tooz/+/911682
Change-Id: I910103f5c3ebfd4fd17fb3fc80d630c085871693
2024-03-07 13:28:51 +00:00
Dr. Jens Harbott 95e8ac7893 Release reno 4.1.0
Change-Id: I8c6cf16bea926da5c76739523e1001ef8e848730
2024-03-01 18:27:43 +01:00
Zuul 222402cdd7 Merge "Tag governance 0.16.0 for Feb 2024 elections" 2024-03-01 09:00:03 +00:00
Zuul ae0306aa90 Merge "Release final oslotest for 2024.1 Caracal" 2024-02-29 13:08:02 +00:00
Ian Y. Choi f5deb483e1 Tag governance 0.16.0 for Feb 2024 elections
OpenStack Election system requires tagging on governance repos,
tagging 0.16.0 for Feb 2024 elections.

Hash used for this tag is as per the election
email deadline is 2024-02-28 00:00:00 UTC.

https: //opendev.org/openstack/election/src/commit/58e1332be6d795bca6078679ed2d2644186288e2/configuration.yaml#L10
Change-Id: I3685ac5c0d959bb3732ce103af33a2deca8aa540
2024-02-29 00:16:44 +09:00
Takashi Kajinami cbc6b228fc Release final oslotest for 2024.1 Caracal
This creates a new release of oslotest, to create one with some recent
code changes and change of supported python versions.

Major version is bumped because minimum python version was bumped from
3.6 to 3.8.

$ git log --oneline --no-merges 4.5.0..HEAD
b033757 Bump hacking
5d842eb Update python classifier in setup.cfg
8d58720 pre-commit: Bump versions
629a2b2 tox: Bump minimum to tox 4.x
a814032 Remove usage of six
104cb89 Replace find_module function
6a1bc5b Revert "Moves supported python runtimes from version 3.8 to 3.10"
1f04434 Moves supported python runtimes from version 3.8 to 3.10
0a5932f Cleanup py27 support
21b5f4f Fix formatting of release list
927c867 Drop python3.6/3.7 support in testing runtime
49948df Remove unnecessary unicode prefixes
47fe8a2 Update CI to use unversioned jobs template

Change-Id: I7da2a34723ba3a1888d36fd963d6d21529a6de7d
2024-02-28 00:16:13 +09:00
Zuul 411bc52feb Merge "Release final etcd3gw for 2024.1 Caracal" 2024-02-27 14:54:38 +00:00
Zuul b13425d640 Merge "Release final tooz for 2024.1 Caracal" 2024-02-27 11:49:17 +00:00
Takashi Kajinami bd2d134f59 Release final tooz for 2024.1 Caracal
... to have one with features and bug fixes recently merged.

$ git log --oneline --no-merges 5.0.0..HEAD
b950cf8 redis: Fix wrong type used to parse socket_keepalive
593b328 redis: support healthcheck interval
a5940ad Prevent potential ReDoS attack
221c402 Show coverage report
4954e28 Redis: Fix missing ssl/auth options for sentinel
2c0d37c redis: Fix parsing of sentinel fallbacks containing IPv6 address
a267b28 redis: Add username
8943f94 Move driver tests to drivers directory
058e1a1 Bump hacking
ed04dbe Update python classifier in setup.cfg
56cbfdb Ignore .eggs directory
93c9da0 Fix handling of timeout and blocking
f9d666a tox: Bump python runtime versions in the default envlist
38523ac Redis: Allow customizing ssl ca certificates path

Change-Id: Ifbec1d75b682972a34627b9b55fb2ad5c09bb986
2024-02-26 00:37:27 +00:00
Zuul ba3b6dfd46 Merge "Release final futurist for 2024.1 Caracal" 2024-02-23 12:08:05 +00:00
Zuul a51c36f5ca Merge "Create new puppet-ceph release" 2024-02-22 15:23:21 +00:00
Takashi Kajinami 9afc77b141 Release final futurist for 2024.1 Caracal
... to reflect the change in supported python versions.

$ git log --oneline --no-merges 2.4.1..HEAD
4e14db5 Bump hacking
c1af9d7 Update python classifier in setup.cfg
8b98478 coveragerc: Remove non-existent path
ede42b6 Revert "Moves supported python runtimes from version 3.8 to 3.10"
dac990e Moves supported python runtimes from version 3.8 to 3.10
1d53984 tox: Replace whitelist_externals
651597d Drop python3.6/3.7 support in testing runtime
6c37422 Add py39 package metadata

Change-Id: Ife8b8e3544e7c3ecb95cb4c6759a36c65d50bdb4
2024-02-21 11:10:36 +09:00
Takashi Kajinami d498442cfd Release final etcd3gw for 2024.1 Caracal
This creates a new release of etcd3gw, to create one with the recent
bug fix for ignore timeout option[1].

Minor version is bumped because of python 3.11 classifier added.

$ git log --oneline --no-merges 2.3.0..HEAD
04c7907 Apply timeout in each request call
20ca0a4 Update README
0d99668 Bump hacking
1a08653 Update python classifier in setup.cfg
439ae8f Remove unused babel.cfg
a678804 Use py3 as the default runtime for tox
77dc296 Cleanup py27 support

[1] 04c7907854bdc66c85147f79058732ed4828e960

Change-Id: I99485d486cf42d8f8227d0832511626c5822b399
2024-02-21 02:06:12 +00:00
Takashi Kajinami 902a868c55 Release final debcollctor for 2024.1 Caracal
... to reflect the change in supported python versions.

$ git log --oneline --no-merges 2.5.0..HEAD
0e6ce1c Bump hacking
da28761 Update python classifier in setup.cfg
479501a Remove unused babel.cfg
1c6dd53 coveragerc: Remove non-existent path
3cf9632 requirements: Remove unnecessary dependency
cadc09d Revert "Moves supported python runtimes from version 3.8 to 3.10"
88033b5 Moves supported python runtimes from version 3.8 to 3.10
e44ad1d Drop python3.6/3.7 support in testing runtime
c65aabf Add Python 3.8 and 3.9 to supported runtimes
f043370 Update CI to use unversioned jobs template

Change-Id: I1d577412ca03c9883a2c8ed0ea442809985ca762
2024-02-21 02:05:47 +00:00
Takashi Kajinami 3ecc8c7bc5 Create new puppet-ceph release
This is the final release officially tested with stable/yoga and even
older branches, which are transitioning to unmaintained status.

Change-Id: I927bfbb8d0b1b86cfa69cf90b6baaea1a7100738
2024-02-09 13:49:37 +00:00
Zuul 4ce5173923 Merge "Release Rally 4.0.0" 2024-01-15 13:17:22 +00:00
Zuul fa4f309233 Merge "Create a new release of yaql" 2024-01-15 13:17:19 +00:00
Andrey Kurilin b80f681ee9 Release Rally 4.0.0
Change-Id: I4486a5351effc6b4be8a5de8a0d8bd0607955c28
2024-01-10 22:31:39 +01:00
Zuul f59d731140 Merge "Create a new tooz release" 2024-01-10 13:35:01 +00:00
Takashi Kajinami 11f12b742d Create a new release of yaql
... before we bump the minimum python version.

This also updates the maintainer project according to the recent
governance change[1]. The yaql project is now maintained by the heat
team instead of the murano team.

[1] [1] https://review.opendev.org/c/openstack/governance/+/903992

Change-Id: I60d42268b3d5517300dc98f675d8bb87cfea0587
2024-01-10 22:29:31 +09:00
Zuul fc56b7bbf4 Merge "Create a new heat-cfntools release" 2023-12-21 12:16:32 +00:00
Takashi Kajinami 381212e317 Create a new tooz release
... so that the API version auto discovery, which is required to
resolve the linked bug, is available.

Related-Bug: #2043810
Change-Id: Ibece6d510e1b909929109b794bebedc58969ff72
2023-12-20 20:24:48 +09:00
Takashi Kajinami 96c151163a Create a new heat-cfntools release
We haven't created any releases for long. Because the last release
supported python 2, the major version bump is proposed.

Change-Id: I332840f48ddcd451f0f28e5a3dfcdf0df66e5e05
2023-12-20 18:03:25 +09:00
Zuul 69e197bb4b Merge "Release sushy-tools 1.1.0" 2023-12-14 12:57:28 +00:00
Riccardo Pittau 23460eadbb Release sushy-tools 1.1.0
Change-Id: I0fd956e050eb9c9873bc814a82ae3c2bfe2036e1
2023-12-12 16:23:12 +01:00
Takashi Kajinami 5f7513c544 Create new etcd3gw release
... so that we can implement a fix for bug 2043810 in tooz.

Change-Id: I678798576d65a4219f8b456652a60c489c58f989
2023-12-09 01:11:44 +09:00
Stephen Finucane fbbe407db4 hacking 6.1.0
Change-Id: I28e1c94b77ca006ef8c39c69ef0284e392657f47
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2023-12-06 18:17:16 +00:00
Takashi Kajinami ef8bf3cbec Release os-*-config packages
This creates the final release with Python 3.6/7 support.

Change-Id: Id5519196cb8e712363962f6248b653c7709f4cc4
2023-11-25 12:53:34 +00:00
Zuul c9601a5621 Merge "[independent] tooz 4.3.0" 2023-11-16 10:41:31 +00:00
Zuul b6274128a9 Merge "[independent etcd3gw 2.2.0" 2023-11-16 10:41:01 +00:00
Zuul e24c8bfdec Merge "Version of the role was recently bumped in metadata" 2023-11-13 12:01:45 +00:00
Jiri Podivin c466538a5b Version of the role was recently bumped in metadata
This change would bring repo and metadata to same version.

[0] 130ecf68d5

Change-Id: I9733fad9bcd0b2fb65bd176f62261e0b9e723cce
Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
2023-11-09 10:31:45 +01:00
Jeremy Stanley 4af8c3bfc3 Release PBR 6.0.0
This adds PEP 660 editable mode support, to address problems with
pyproject.toml build isolation when installing packages with a
non-default Python interpreter, whose urgency is increased by the
need to start doing PEP 517 in projects that rely on WSGI
entrypoints now that pip 23.1 has started using its own fallback
pyproject.toml files.

This also removes support for Sphinx integration (broken with modern
versions of Sphinx and SetupTools), thus the major version increase.

Change-Id: I43939be790d1c817deeb769d9116be5a769df3f1
2023-11-03 17:19:14 +00:00
Hervé Beraud 7dbefe796f [independent] tooz 4.3.0
Change-Id: I58c92e4bd3976b2c7621cd53637be34d6b0c69a2
2023-11-02 14:53:01 +01:00
Hervé Beraud 8de814685b [independent etcd3gw 2.2.0
Change-Id: I492a934613c5aac56f497eba37801ac5a5277b88
2023-11-02 14:40:56 +01:00
Zuul f3298178a2 Merge "Move automaton to independent release model" 2023-11-02 12:25:22 +00:00
Előd Illés 49d8d53fc4 Move automaton to independent release model
During the last cycle it came up that automaton does not have frequent
releases anymore, so it is reached the state when it can be moved to
independent release model.

Change-Id: I31f10c389b6dbcc1c7ade4979134e02744446c54
2023-10-30 09:17:18 +01:00
Iury Gregory Melo Ferreira b54a40419a Release sushy-tools 1.0.1
This includes a fix in the schema to provide the BiosVersion
field in virtual baremetal.

Change-Id: I81c0cc50de6285a63e52f60fa06277f1c8b09a55
2023-10-26 11:51:21 -03:00
Takashi Kajinami a7b8218d9a Update ownership of os-(apply|collect|refresh)-config
These repos were transferred to the heat project[1].

[1] https://review.opendev.org/c/openstack/governance/+/874719

Change-Id: Ibb542817e91b314a6c879a246c957514f6141de9
2023-10-18 13:44:58 +00:00
Zuul e2f362928f Merge "VirtualPDU 2.0.0 release" 2023-10-17 15:05:17 +00:00
Zuul 2c9596336a Merge "Release 1.0.0 of sushy-tools" 2023-09-26 08:38:50 +00:00