From 93a11e89a60f929b246c115962427039a189bf2b Mon Sep 17 00:00:00 2001 From: Felipe Reyes Date: Wed, 9 Apr 2025 11:12:31 -0400 Subject: [PATCH] Refresh for 2025.1 release Summary of changes: - Update snap version and branch for upper constraints. - Update .gitreview defaultbranch - Drop nova binary entry point as it has been dropped in the respective projects. Change-Id: Ib4b6fbe64f474a0234eadcda0888c3f34c438428 --- .gitreview | 1 + snapcraft.yaml | 10 ++-------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.gitreview b/.gitreview index df5ea22..8c3529d 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.opendev.org port=29418 project=x/snap-openstackclients.git +defaultbranch=stable/2025.1 diff --git a/snapcraft.yaml b/snapcraft.yaml index 7157273..e7dc69a 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: openstackclients -version: "2024.1" +version: "2025.1" summary: OpenStack Client tools description: | OpenStackClient (aka OSC) is a command-line client for OpenStack @@ -49,12 +49,6 @@ apps: plugs: - network - home - nova: - command: bin/nova - plugs: - - network - - home - - ssh-public-keys cinder: command: bin/cinder plugs: @@ -176,7 +170,7 @@ parts: - setuptools-rust - Cython python-constraints: - - https://raw.githubusercontent.com/openstack/requirements/stable/2024.1/upper-constraints.txt + - https://raw.githubusercontent.com/openstack/requirements/stable/2025.1/upper-constraints.txt build-packages: - libffi-dev - libkrb5-dev