[release-announce] storlets 12.0.0 (bobcat)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 4 11:30:38 UTC 2023


We are chuffed to announce the release of:

storlets 12.0.0: Middleware and Compute Engine for an OpenStack Swift
compute framework that runs compute within a Swift cluster

This release is part of the bobcat release series.

The source is available from:

    https://opendev.org/openstack/storlets

Download the package from:

    https://tarballs.openstack.org/storlets/

Please report issues through:

    https://bugs.launchpad.net/storlets/+bugs

For more details, please see below.

12.0.0
^^^^^^


Prelude
*******

This version is tested with OpenStack Swift 2023.2 release.


Upgrade Notes
*************

* Default values of directory path options have been updated and now
  server data is stored in */var/lib/storlets* by default.

Changes in storlets 11.0.0..12.0.0
----------------------------------

dd7deac Add release note for 12.0.0 release
9570fe9 Add Python 3.10 to supported runtime
be301ee Migrate data directory from /home to /var
e664046 Remove some notes no longer valid
5aedb72 Disable GLOBAL_VENV
5eee876 Update master for stable/2023.1
4debb6c bashate: Enable E003 rule


Diffstat (except docs and test files)
-------------------------------------

bin/init_container.sh                              |  4 ++--
devstack/localrc.sample                            |  3 +++
devstack/plugin.sh                                 | 16 ++++++-------
etc/storlet-docker-gateway.conf-sample             | 12 +++++-----
releasenotes/notes/12_0_0-7a6959dc625e8d62.yaml    |  8 +++++++
releasenotes/source/2023.1.rst                     |  6 +++++
releasenotes/source/index.rst                      |  2 ++
requirements.txt                                   |  4 ----
s2aio.sh                                           | 28 +++++++++++-----------
setup.cfg                                          |  1 +
setup.py                                           |  9 -------
storlets/gateway/gateways/docker/runtime.py        |  2 +-
tox.ini                                            |  3 +--
16 files changed, 66 insertions(+), 60 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index eee4e12..eee67ed 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +0,0 @@
-# The order of packages is significant, because pip processes them in the order
-# of appearance. Changing the order has an impact on the overall integration
-# process, which may cause wedges in the gate later.
-






More information about the Release-announce mailing list