skyline-apiserver:stable/2024.1

Last commit made on 2024-07-10
Get this branch:
git clone -b stable/2024.1 https://git.launchpad.net/skyline-apiserver

Branch merges

Branch information

Name:
stable/2024.1
Repository:
lp:skyline-apiserver

Recent commits

718cfe2... by Boxiang Zhu

Change to use shell cat to fetch commit_id

Command file can not do correct when run it on centos 7
with docker to build. So Change it to use shell cat.

Change-Id: I1186b22c224bbc6e828f71014f5b7f920df3a651
(cherry picked from commit 2a3a08e32830216e7c5e5b05880253a4b34e03af)

9b85645... by Boxiang Zhu

fix: Set stable-2024.1 version of skyline-console to use

1. Use version of stable-2024.1 for skyline-console package
2. Set docker image tag as 2024.1

Change-Id: Ifedbefe00f6f7d52393fef507f31ddcaf1d122b9

c7195d5... by Michal Arbet

Fix skyline-apiserver on python3.11

Bump pydantic version which fixes skyline-apiserver
when running under python3.11.

Closes-Bug: #2047145
Change-Id: Idb1897f64ffaf0cd0fbee4f7f198935386a5f599
(cherry picked from commit eea81cef1ec0c70315a11a9a236cf86e554459dd)

b18edc1... by OpenStack Release Bot <email address hidden>

Update TOX_CONSTRAINTS_FILE for stable/2024.1

Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so that anyone working on this branch
will switch to the correct upper-constraints list automatically when
the requirements repository branches.

Until the requirements repository has as stable/2024.1 branch, tests will
continue to use the upper-constraints list on master.

Change-Id: I99531dd8dab86694f3b836cdef1ef48a65a95b27

c5a20b9... by OpenStack Release Bot <email address hidden>

Update .gitreview for stable/2024.1

Change-Id: Idb6dcf86c5e071c811b1166923f711731351aabb

86c2fd5... by Zuul <email address hidden>

Merge "fix: Explicit host header in HTTP redirects"

c194283... by Zuul <email address hidden>

Merge "refactor: Prefer FHS-conformant location"

3c97f57... by Zuul <email address hidden>

Merge "feat: Cached download of Skyline Console tarball"

d2ed6e4... by Boxiang Zhu

fix: Upgrade the version of databases

For this commit https://review.opendev.org/c/openstack/requirements/+/900435
The version of SQLAlchemy has been as 1.4.50

From the install_requires of databases, we need to upgrade it.
For 0.8.0 version of databases, sqlalchemy>=1.4.42,<1.5

Closes-Bug: #1974452
Closes-Bug: #2025755
Change-Id: I4c046d2e8a8188046f96809219eb6ddf1f950aa6

0af15c5... by Florian Haftmann <email address hidden>

fix: Explicit host header in HTTP redirects

Configuration for nginx is now generated in a way such that redirects
have a suitable Host header, which is important e.g. to run skyline
on k8s.

Change-Id: I89503dcbcf988f3e13781d137fc1fde377c3076d