Skip to content

Conversation

@gabrielm-splunk
Copy link
Collaborator

Description

Upgrading operator-sdk to version 1.41.1 and Golang version to 1.24.4. There were some linting changes that trickled through, but were very minor, so just decided to leave in. Thankfully, there weren't any breaking changes, so this was pretty straightforward other than some go mod changes (ran go mod tidy to resolve). This will help resolve security vulnerability: https://splunk.atlassian.net/browse/VULN-42799

Key Changes

The main updates are in the .env and Dockerfile

Testing and Verification

Ran operator locally, installed operator on EKS cluster, and ran unit tests. Added this branch to be picked up by integration testing, so will monitor outputs of that.

Related Issues

PR Checklist

  • Code changes adhere to the project's coding standards.
  • Relevant unit and integration tests are included.
  • Documentation has been updated accordingly.
  • All tests pass locally.
  • The PR description follows the project's guidelines.

@coveralls
Copy link
Collaborator

coveralls commented Dec 11, 2025

Pull Request Test Coverage Report for Build 20343950634

Details

  • 8 of 8 (100.0%) changed or added relevant lines in 8 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 86.38%

Totals Coverage Status
Change from base Build 20342908338: 0.02%
Covered Lines: 10737
Relevant Lines: 12430

💛 - Coveralls

@gabrielm-splunk gabrielm-splunk force-pushed the CSPL-3964_Upgrade-operator-sdk branch from 8a01a85 to b9cfd53 Compare December 11, 2025 16:41
- develop
- main
- feature**
- CSPL-3964_Upgrade-operator-sdk
Copy link
Collaborator

Choose a reason for hiding this comment

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

Make sure to remove this line before merging.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Will approve once this is removed. Looks good otherwise!

Copy link
Collaborator

@kubabuczak kubabuczak left a comment

Choose a reason for hiding this comment

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

Why didn't you apply changes listed in Operator SDK upgrade guides?

Base automatically changed from CSPL-3918_UpgradeGolangVersion to develop December 18, 2025 15:55
@gabrielm-splunk
Copy link
Collaborator Author

Why didn't you apply changes listed in Operator SDK upgrade guides?

@kubabuczak Everything should be addressed within this PR from all migrations. Not everything from those version docs are relevant for us (i.e. webhooks, linting, testing that we already have implementation for, etc) as was pointed out in the prior PR. Is there something specifically you expect to see from these migrations that aren't addressed?

@gabrielm-splunk gabrielm-splunk force-pushed the CSPL-3964_Upgrade-operator-sdk branch from b9cfd53 to 5fcc685 Compare December 18, 2025 16:32
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.

4 participants