From 56e4b0ebb5007452be1ab9ef1b0c16653dd1d658 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 16 Oct 2023 17:02:47 +0200 Subject: [PATCH] Automatic commit of package [resalloc-ibm-cloud] release [1.1-1]. Created by command: /usr/bin/tito tag --- .tito/packages/resalloc-ibm-cloud | 2 +- resalloc-ibm-cloud.spec | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.tito/packages/resalloc-ibm-cloud b/.tito/packages/resalloc-ibm-cloud index 1dc1253..b21002e 100644 --- a/.tito/packages/resalloc-ibm-cloud +++ b/.tito/packages/resalloc-ibm-cloud @@ -1 +1 @@ -1.0-1 ./ +1.1-1 ./ diff --git a/resalloc-ibm-cloud.spec b/resalloc-ibm-cloud.spec index 2346da0..07a97ae 100644 --- a/resalloc-ibm-cloud.spec +++ b/resalloc-ibm-cloud.spec @@ -4,7 +4,7 @@ for maintaining VMs in IBM Cloud (starting, stopping, cleaning orphans, etc.). } Name: resalloc-ibm-cloud -Version: 1.0 +Version: 1.1 Release: 1%{?dist} Summary: Resource allocator scripts for IBM cloud @@ -51,6 +51,14 @@ BuildRequires: pyproject-rpm-macros %changelog +* Mon Oct 16 2023 Pavel Raiskup 1.1-1 +- Simplify the get_service() helper +- list-deleting-volumes: new helper for customer case reporting +- fix manpage contents +- provide subnets ids directly to the tool via argument (j1.kyjovsky@gmail.com) +- specify ibm cloud zone instead of hardcoded API url (j1.kyjovsky@gmail.com) +- add option to use instance's private IP to connect to it (j1.kyjovsky@gmail.com) + * Tue Sep 26 2023 Jiri Kyjovsky 1.0-1 - Use setuptools instead of poetry - spec: use SPDX lincese and drop build requires due to generic reqs