kapacitor icon indicating copy to clipboard operation
kapacitor copied to clipboard

update k8s client packages to fix skippy peanut butter

Open mohammadVatandoost opened this issue 10 months ago • 0 comments

Required checklist

  • [ ] Sample config files updated (both /etc folder and NewDemoConfig methods) (influxdb and plutonium)
  • [ ] openapi swagger.yml updated (if modified API) - link openapi PR
  • [ ] Signed CLA (if not already signed)

Description

An issue was discovered in Go Protobuf before 1.3.2 plugin/unmarshal/unmarshal.go lacks certain index validation, aka the "skippy peanut butter" issue.

Context

Update the k8s.io/client-go version to fix this issue.

Severity (optional)

i.e., ("recommend to upgrade immediately", "upgrade at your leasure", etc.) immediately

Note for reviewers:

Check the semantic commit type:

  • Feat: a feature with user-visible changes
  • Fix: a bug fix that we might tell a user “upgrade to get this fix for your issue”
  • Chore: version bumps, internal doc (e.g. README) changes, code comment updates, code formatting fixes… must not be user facing (except dependency version changes)
  • Build: build script changes, CI config changes, build tool updates
  • Refactor: non-user-visible refactoring
  • Check the PR title: we should be able to put this as a one-liner in the release notes

mohammadVatandoost avatar Apr 22 '24 16:04 mohammadVatandoost