Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down