Skip to content

Commit a0806ea

Browse files
authored
Merge pull request #149 from release-engineering/release
Release v1.6.0
2 parents 1cf00cb + 1a24974 commit a0806ea

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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.6.0 - 2025-10-14
11+
12+
- Azure: fix bug preventing pushing preview offers live by @JAVGan in https://github.com/release-engineering/cloudpub
13+
- Improvement: Azure: Allow modular publishing by @JAVGan in https://github.com/release-engineering/cloudpub/pull/136
14+
- Add Ashwini Kumar as codeowner by @JAVGan in https://github.com/release-engineering/cloudpub/pull/145
15+
- BugFix: Azure: check for SAS in all targets by @JAVGan in https://github.com/release-engineering/cloudpub/pull/140
16+
- Azure: ensure draft is published when SAS found by @JAVGan in https://github.com/release-engineering/cloudpub/pull/146
17+
- Update dependencies
18+
1019
## 1.5.0 - 2025-07-28
1120

1221
- Drop support to python 3.9

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.5.0',
6+
version='1.6.0',
77
keywords='stratosphere cloudpub cloudpublish',
88
author='Jonathan Gangi',
99
author_email='[email protected]',

0 commit comments

Comments
 (0)