This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
v0.5.0
·
147 commits
to integration
since this release
The latest released code v0.5.0 from CORTX Services is available at https://github.com/Seagate/cortx-k8s on the main branch. This release has been verified with:
- ghcr.io/seagate/cortx-all:2.0.0-756
- ghcr.io/seagate/cortx-rgw:2.0.0-756
Note: This release requires Kubernetes v1.22 or later.
Key change in this release:
- Allow adjustable timeouts in deploy-cortx-cloud.sh. CORTX-31239. This is a change that allows the test team to work around CORTX-29667. The timeouts for waiting for CORTX helm charts to install can now be overridden by environment variables. (See note here.)
This release also includes:
- Bug fix: CORTX-31043: Abort deploy script if the specified namespace has unsupported characters.
What's Changed
- CORTX-31043: Exit on helm failure by @walterlopatka in #225
- CORTX-30015: Specify python3 bin with "/usr/bin/env python3" by @walterlopatka in #226
- CORTX-30139: Add unified Helm chart stub by @keithpine in #220
- CORTX-31082: Address Codacy Issues by @walterlopatka in #228
- CORTX-31012: Include timestamp in Core dump filename. by @papan-singh in #224
- CORTX-31118: Remove custom Kafka settings by @keithpine in #231
- Bump CORTX images to build 744 by @keithpine in #229
- CORTX-30140: Consul managed as cortx Helm Chart dependency by @keithpine in #230
- CORTX-31239: Support variable timeout values in deploy-cortx-cloud.sh by @walterlopatka in #234
New Contributors
- @papan-singh made their first contribution in #224
Full Changelog: v0.4.0...v0.5.0