Skip to content

Commit

Permalink
Release v1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rajulkumar committed Jul 1, 2024
1 parent aa2c471 commit bc1a4bd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- n/a

## [1.31.0] - 2024-07-01

- Fixed erratum unit upload to `all-erratum-content-YYYY` that affected the pkglist generation
- Fixed the init namespace conflict with other pubtools* libraries
- Added UD cache flush skip for repositories without engIDs
- Retired CDN Cache flush support via fastpurge
- Introduced cert/key authentication support for UD Cache client

## [1.30.1] - 2024-05-16

- Excluded `all-erratum-content-YYYY` from publishing
Expand Down Expand Up @@ -244,7 +252,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release to PyPI

[Unreleased]: https://github.com/release-engineering/pubtools-pulp/compare/v1.30.1...HEAD
[Unreleased]: https://github.com/release-engineering/pubtools-pulp/compare/v1.31.0...HEAD
[1.31.1]: https://github.com/release-engineering/pubtools-pulp/compare/v1.30.1...v1.31.0
[1.30.1]: https://github.com/release-engineering/pubtools-pulp/compare/v1.29.1...v1.30.1
[1.29.1]: https://github.com/release-engineering/pubtools-pulp/compare/v1.28.1...v1.29.1
[1.28.1]: https://github.com/release-engineering/pubtools-pulp/compare/v1.27.1...v1.28.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_requirements():

setup(
name="pubtools-pulp",
version="1.30.1",
version="1.31.0",
packages=find_namespace_packages(where="src"),
package_dir={"": "src"},
url="https://github.com/release-engineering/pubtools-pulp",
Expand Down

0 comments on commit bc1a4bd

Please sign in to comment.