From e6a89c40450fe6f42af31a303593c47a473bc43e Mon Sep 17 00:00:00 2001 From: Jonathan Gangi Date: Fri, 6 Feb 2026 11:03:03 -0300 Subject: [PATCH] Release v1.7.0 Changes: - feature: Add "offline" diff for AzureService by @JAVGan in https://github.com/release-engineering/cloudpub/pull/152 - Azure: Fix modular push by @JAVGan in https://github.com/release-engineering/cloudpub/pull/159 - Azure: rework how conflict detection works by @JAVGan in https://github.com/release-engineering/cloudpub/pull/147 - Azure: Fix bug when updating SAS URI on existing DiskVersion by @JAVGan in https://github.com/release-engineering/cloudpub/pull/177 - Bump dependencies Signed-off-by: Jonathan Gangi --- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bb2dd9..cef4294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 1.7.0 - 2026-02-06 + +- feature: Add "offline" diff for AzureService by @JAVGan in https://github.com/release-engineering/cloudpub/pull/152 +- Azure: Fix modular push by @JAVGan in https://github.com/release-engineering/cloudpub/pull/159 +- Azure: rework how conflict detection works by @JAVGan in https://github.com/release-engineering/cloudpub/pull/147 +- Azure: Fix bug when updating SAS URI on existing DiskVersion by @JAVGan in https://github.com/release-engineering/cloudpub/pull/177 +- Bump dependencies + + ## 1.6.0 - 2025-10-14 - Azure: fix bug preventing pushing preview offers live by @JAVGan in https://github.com/release-engineering/cloudpub diff --git a/setup.py b/setup.py index 3acfdb2..c73fe0b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='cloudpub', description='Services for publishing products in cloud environments', - version='1.6.0', + version='1.7.0', keywords='stratosphere cloudpub cloudpublish', author='Jonathan Gangi', author_email='jgangi@redhat.com',