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

[chore] master -> develop from PR Cray-HPE/bos#349 (release/2.23) #350

Merged
merged 2 commits into from
Jul 30, 2024
Merged
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
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.23.0] - 2024-07-30
### Added
- New BOS v2 option `session_limit_required`
- If set, new sessions must have a limit specified
Expand All @@ -23,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Dependencies
- Pin major/minor versions for Python packages, but use latest patch version

## [2.22.0]
## [2.22.0] - 2024-07-23
### Added
- Add request timeouts to BOS reporter API calls
- Create new BOS v2 `max_component_batch_size` option to limit number of components a BOS operator
Expand All @@ -39,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- Removed redundant `duration_to_timedelta` function definition from BOS reporter source.

## [2.21.0]
## [2.21.0] - 2024-07-12

### Fixed
- The applystage operation works again. It was broken when multi-tenancy support was added.
Expand Down