Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release IIB v6.8.0 #468

Merged
merged 2 commits into from
Dec 20, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 6.8.0
- Add static types to IIB
lipoja marked this conversation as resolved.
Show resolved Hide resolved
- Upgrade dependencies to apply security fixes
- Increase default grpc wait time, retry delay and retry jitter
- Enable weekly rebuild of IIB images to patch old images regularly
- Use UBI8 for messaging
- Replace Travis CI with Github actions
- Build index image cache locally to enable multi-arch builds on amd64 machines
- Improved logging in the API response
- Unsupported retry package replaced by tenacity

## 6.7.2
- Fix bundle_replacements bug when the user doesn't provide it in regenerate-bundle requests

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='iib',
version='6.7.2',
version='6.8.0',
long_description=__doc__,
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
Expand Down