Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Merge v0.8.0 to integration #301

Merged
merged 2 commits into from
Jun 27, 2022
Merged

Conversation

walterlopatka
Copy link
Contributor

Description

Merging main (v0.8.0) back to integration so that integration.

Note: VERSION in integration should be updated to v0.9.0.dev, but that can be done in a subsequent PR.

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds new functionality)
  • Breaking change (bug fix or new feature that breaks existing functionality)
  • Third-party dependency update
  • Documentation additions or improvements
  • Code quality improvements to existing code or test additions/updates

Applicable issues

N/A

CORTX image version requirements

N/A

How was this tested?

Ran deploy/destroy, plus some S3 I/O

Checklist

  • The change is tested and works locally.
  • New or changed settings in the solution YAML are documented clearly in the README.md file.
  • All commits are signed off and are in agreement with the CORTX Community DCO and CLA policy.

If this change requires newer CORTX or third party image versions:

  • The image fields in solution.example.yaml have been updated to use the required versions.
  • The appVersion field of the Helm chart has been updated to use the new CORTX version.

If this change addresses a CORTX Jira issue:

  • The title of the PR starts with the issue ID (e.g. CORTX-XXXXX:)

walterlopatka and others added 2 commits June 25, 2022 14:51
* CORTX-32320: Update docs for upgrade to clarify how images are used (#292)

* Update README.md to explain that specifying any image causes
  all three CORTX images to be pulled.

* Update -h help for upgrade-cortx-cloud.sh to explain the same

* Update README.md to describe how to update a single deployment
  or statefulset only.

Signed-off-by: Walter Lopatka <[email protected]>

* CORTX-32063: Parallelize support-bundle generation (#291)

Run the log gathering process for each pod in parallel.
This is needed especially for the "support_bundle generate"
calls, which can take more than 2 minutes for cortx-data pods.

The key change here is that code was refactored so that all log
collection (including support bundle generation) for a single pod
is moved to one function, and now that function is called as a
background process.  Once all pod logs/support bundles have
been collected then they are combined into a single tar file.

Signed-off-by: Walter Lopatka <[email protected]>

* Bump CORTX images to build 837

Signed-off-by: Walter Lopatka <[email protected]>

* Bump VERSION to v0.8.0

Signed-off-by: Walter Lopatka <[email protected]>
Signed-off-by: Walter Lopatka <[email protected]>
@walterlopatka walterlopatka requested a review from a team as a code owner June 26, 2022 00:15
@cla-bot cla-bot bot added the cla-signed label Jun 26, 2022
Copy link
Contributor

@keithpine keithpine left a comment

Choose a reason for hiding this comment

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

Please update the VERSION file to v0.9.0.dev0 after this.

@walterlopatka walterlopatka merged commit 9e8c1e9 into integration Jun 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants