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

Fix arm64 compat #1062

Merged
merged 2 commits into from
Sep 21, 2023
Merged

Fix arm64 compat #1062

merged 2 commits into from
Sep 21, 2023

Conversation

adejanovski
Copy link
Contributor

What this PR does:
Points the image config to cass-config-builder 1.0.7 which has mutli arch builds.

Which issue(s) this PR fixes:
Fixes #1061

Checklist

  • Changes manually tested
  • Automated Tests added/updated
  • Documentation added/updated
  • CHANGELOG.md updated (not required for documentation PRs)
  • CLA Signed: DataStax CLA

@adejanovski adejanovski requested a review from a team as a code owner September 21, 2023 13:09
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@@ -15,3 +15,4 @@ When cutting a new release, update the `unreleased` heading to the tag being gen

## unreleased

* [BUGFIX] [#1061](https://github.com/k8ssandra/k8ssandra-operator/issues/1061) Point to cass-config-builder 1.0.7 for arm64 compatibility
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: I'd say this is a change and not a bugfix. It's also reduced security due to potential CVEs which are not tracked. Ouh well.

@codecov
Copy link

codecov bot commented Sep 21, 2023

Codecov Report

Merging #1062 (9210864) into main (31fb6cd) will decrease coverage by 0.09%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1062      +/-   ##
==========================================
- Coverage   57.31%   57.22%   -0.09%     
==========================================
  Files         100      100              
  Lines       10160    10160              
==========================================
- Hits         5823     5814       -9     
- Misses       3828     3834       +6     
- Partials      509      512       +3     

see 5 files with indirect coverage changes

@adejanovski adejanovski merged commit 5045d5a into main Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

k8ssandra-operator v1.9.0 isn't compatible with arm64 due to cass-config-builder
2 participants