forked from openshift/kubernetes-metrics-server
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sync with Openshift master #2
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Restore support for log specific flags in release-0.6 branch
Signed-off-by: Steve Hipwell <[email protected]> (cherry picked from commit 5dece1a)
…-6-0 feat(chart): Update chart for v0.6.0
Signed-off-by: Steve Hipwell <[email protected]> (cherry picked from commit 4dd4ea1)
Signed-off-by: Steve Hipwell <[email protected]>
…-v0.6.0 Add chart CI for v0.6.0
Bump version to v0.6.1
Signed-off-by: Steve Hipwell <[email protected]> (cherry picked from commit 0793bfa)
Signed-off-by: Steve Hipwell <[email protected]>
…-6-1 Release chart for v0.6.1
…sigs#960) * chart - making liveness and readiness probe configurable * changing chart condition from if to with * chore[chart]: Update release CI Signed-off-by: Steve Hipwell <[email protected]> * chart - making liveness and readiness probe configurable * Remove asterisk from v0.6.0 version required * Fix charts and helm e2e test Signed-off-by: JunYang <[email protected]> Co-authored-by: Steve Hipwell <[email protected]> Co-authored-by: Marek Siarkowicz <[email protected]> Co-authored-by: JunYang <[email protected]> (cherry picked from commit bdcadeb)
Signed-off-by: Steve Hipwell <[email protected]> (cherry picked from commit d5fbc0d)
…t-v3-8-2 Release chart v3.8.2
…odebatch Handle error while parsing metrics(cherrypick: kubernetes-sigs#1009)
…langci-lint update kind and golangci-lint version
…readme Fix document: replace a broken link on README.md(cherrypick:https:kubernetes-sigs#1041)
…logcheck0.6 update logcheck for release0.6
…langci-lint-0.6 try to fix golangci-lint error
[release-0.6] Update go version to 1.17.13
This change bumps the following libraries: - client_golang => 1.11.1 - golang/x/crypto => v0.0.0-20220314234659-1baeb1ce4c0b - golang/x/net => v0.0.0-20220906165146-f3363e06e74c - golang/x/text => v0.3.8 - golang/x/sys => v0.0.0-20220728004956-3c1f35247d10 Signed-off-by: Damien Grisonnet <[email protected]>
…ase-0.6 Fix CVEs impacting release-0.6 branch
Signed-off-by: Damien Grisonnet <[email protected]>
Signed-off-by: Damien Grisonnet <[email protected]>
Kubernetes 1.23.17 updated their go version to the latest 1.19.x minor version Signed-off-by: JoaoBraveCoding <[email protected]>
Bump k8s deps to 1.23.17
[release-0.6] *: update registry location to registry.k8s.io
Signed-off-by: JoaoBraveCoding <[email protected]>
*: bump release v0.6.3
Issue: kubernetes-sigs#1219 Problem: when labels for the service are defined they will also show in the annotations Signed-off-by: JoaoBraveCoding <[email protected]>
Signed-off-by: Steve Hipwell <[email protected]>
…release-v3.9.0 Helm chart release v3.9.0
Signed-off-by: Calvin Bui <[email protected]>
Signed-off-by: Calvin Bui <[email protected]>
Signed-off-by: Calvin Bui <[email protected]>
Signed-off-by: Calvin Bui <[email protected]>
Signed-off-by: Pat Riehecky <[email protected]>
Signed-off-by: Steve Hipwell <[email protected]>
Signed-off-by: Steve Hipwell <[email protected]>
Release Helm Chart v3.10.0
Signed-off-by: Damien Grisonnet <[email protected]>
[release-0.6] Build image with go 1.19.11
Signed-off-by: Damien Grisonnet <[email protected]>
*: cut release v0.6.4
Signed-off-by: Jayapriya Pai <[email protected]>
Signed-off-by: Jayapriya Pai <[email protected]>
MON-3301: Sync metrics-server with upstream v0.6.4
simonpasquier
approved these changes
Aug 16, 2023
monitoring-commit-bot bot
pushed a commit
that referenced
this pull request
Apr 4, 2024
Vulnerability #1: GO-2024-2611 Infinite loop in JSON unmarshaling in google.golang.org/protobuf More info: https://pkg.go.dev/vuln/GO-2024-2611 Module: google.golang.org/protobuf Found in: google.golang.org/[email protected] Fixed in: google.golang.org/[email protected] Example traces found: #1: json.Decoder.Peek #2: json.Decoder.Read openshift#3: protojson.Unmarshal openshift#4: protojson.UnmarshalOptions.Unmarshal Signed-off-by: Damien Grisonnet <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Since we reset the Openshift master branch last week it looks like we need to do this manually here as well for once