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

OpsCenter 6.8.37 Release #142

Merged
merged 3 commits into from
May 15, 2024
Merged
Changes from 2 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
19 changes: 19 additions & 0 deletions OpsCenter_6.8_Release_Notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Release notes for OpsCenter

# Release Notes for OpsCenter 6.8.37
14 May 2024

## Backup Service
* Upgraded Azcopy to v10; added new authentication methods for connecting Azure storage. (OPSC-16022)
* Upgraded Azure SDK to V12. (OPSC-16414)
* Fixed an error that could occur when syncing backup meta data from a destination to OpsCenter's backup table. (OPSC-17506)
* Improved backup activity API and upgraded backup_reports table schema. (OPSC-17511)
* Added Migration script to upgrade backup_reports table. Set `backup_reports_migrate_data` config to `True` to start migration, reset to `False` after the migration is completed and restart opscenter. (OPSC-17520)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Include the config file and section it is in as well.


## Monitoring
* Removed unnecessary error warnings while generating diagnostic tarball. (OPSC-17517)
* Revamped posturl header parsing logic. (OPSC-17493)

## Core
* Updated the code to auto-enable systemd scripts. (OPSC-17383)
* Fixed issues with user login, during session timeouts. (OPSC-17505)
* Upgraded Bouncy Castle and clj-ssh to latest versions. (OPSC-17530)

# Release Notes for OpsCenter 6.8.36
1 Apr 2024

Expand Down