Skip to content

Conversation

vebken-splunk
Copy link
Contributor

@vebken-splunk vebken-splunk commented Mar 1, 2021

Upgrade prometheus-operator from v0.34.0 to v0.38.3 to address vulnerabilities CVE-2020-8565, CVE-2019-11253, CVE-2019-11254, CVE-2020-14040, and CVE-2020-15113

…perator/pkg/client/versioned/scheme-v0.34.0 library

Upgrade prometheus-operator from v0.34.0 to v0.38.3 to address vulnerabilities CVE-2020-8565, CVE-2019-11253, CVE-2019-11254, CVE-2020-14040, and CVE-2020-15113

require (
github.com/aws/aws-sdk-go v1.17.7
github.com/aws/aws-sdk-go v1.30.12
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need this line as this is already being covered as part of https://github.com/splunk/splunk-operator/pull/267/files ?

Copy link
Contributor Author

@vebken-splunk vebken-splunk Mar 2, 2021

Choose a reason for hiding this comment

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

This version is updated automatically by requiring prometheus-operator v0.38.3 so it is necessary for this standalone fix. When merging this and CSPL-841 (#267) we will need to ensure that the latest version of the awk-sdk-go library is retained (depending on the order the tickets are merged in).

require (
github.com/aws/aws-sdk-go v1.17.7
github.com/aws/aws-sdk-go v1.30.12
github.com/coreos/prometheus-operator v0.38.3 // indirect
Copy link
Contributor

Choose a reason for hiding this comment

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

Question similar to aws-sdk-go discussion .. does updating to latest version of prometheus operator cause build failures or other problems?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, upgrading to the latest version of prometheus operator causes dependency issues and build issues. v0.38.3 is the latest version that will work without further changes such as upgrading the operator sdk version.

@smohan-splunk smohan-splunk merged commit 53697c1 into develop Mar 4, 2021
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.

3 participants