Skip to content

Commit 2f3524b

Browse files
authored
Merge pull request #178 from release-engineering/release
Release v1.7.0
2 parents b5a851b + e6a89c4 commit 2f3524b

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 1.7.0 - 2026-02-06
11+
12+
- feature: Add "offline" diff for AzureService by @JAVGan in https://github.com/release-engineering/cloudpub/pull/152
13+
- Azure: Fix modular push by @JAVGan in https://github.com/release-engineering/cloudpub/pull/159
14+
- Azure: rework how conflict detection works by @JAVGan in https://github.com/release-engineering/cloudpub/pull/147
15+
- Azure: Fix bug when updating SAS URI on existing DiskVersion by @JAVGan in https://github.com/release-engineering/cloudpub/pull/177
16+
- Bump dependencies
17+
18+
1019
## 1.6.0 - 2025-10-14
1120

1221
- Azure: fix bug preventing pushing preview offers live by @JAVGan in https://github.com/release-engineering/cloudpub

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name='cloudpub',
55
description='Services for publishing products in cloud environments',
6-
version='1.6.0',
6+
version='1.7.0',
77
keywords='stratosphere cloudpub cloudpublish',
88
author='Jonathan Gangi',
99
author_email='jgangi@redhat.com',

0 commit comments

Comments
 (0)