-
Notifications
You must be signed in to change notification settings - Fork 2.1k
chore: Prep v2.16
release
#2692
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
base: release-2.16
Are you sure you want to change the base?
Conversation
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.64.0 to 0.65.0. - [Release notes](https://github.com/prometheus/common/releases) - [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md) - [Commits](prometheus/common@v0.64.0...v0.65.0) --- updated-dependencies: - dependency-name: github.com/prometheus/common dependency-version: 0.65.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This issue is currently awaiting triage. If kube-state-metrics contributors determine this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
8cd865c
to
d07ff92
Compare
It looks like this didn't update the examples/daemonsetsharding |
…les/github.com/prometheus/common-0.65.0 build(deps): Bump github.com/prometheus/common from 0.64.0 to 0.65.0
This adds an Authentication/Authorization filter through Kubernetes' TokenReview / SubjectAccessReview resources. The client config for kube-state-metrics needs a clusterrole for * apiGroups: authentication.k8s.io, resources: tokenreviews, verbs: create * apiGroups: authorization.k8s.io, resources: subjectaccessreviews, verbs: create The Prometheus client needs a clusterrole for * nonResourceURLs: "/metrics", verbs: get
Co-authored-by: Pranshu Srivastava <prasriva@redhat.com>
Co-authored-by: Pranshu Srivastava <prasriva@redhat.com>
feat: Add AuthFilter
Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
eda8f89
to
f572290
Compare
Thank you for catching that, rebased this over #2693. |
fix: Fix `examples` target
105d5a5
to
61cad5c
Compare
Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
/hold /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mrueg, rexagod The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Pending PRs to be included in this release:
examples
target #2693Maintainers should have edit access, so feel free to edit this section to add any PRs you'd want to see to go in.