Skip to content

Commit

Permalink
build(deps): Bump k8s.io/component-base from 0.27.4 to 0.28.0 (#110)
Browse files Browse the repository at this point in the history
Bumps
[k8s.io/component-base](https://github.com/kubernetes/component-base)
from 0.27.4 to 0.28.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/component-base/commit/44f31b29cc46816113a74802aade8f3256483bee"><code>44f31b2</code></a>
Update dependencies to v0.28.0 tag</li>
<li><a
href="https://github.com/kubernetes/component-base/commit/8d0fca9837464b03b7a11c96c9ce6eddc2bad8bd"><code>8d0fca9</code></a>
Merge remote-tracking branch 'origin/master' into release-1.28</li>
<li><a
href="https://github.com/kubernetes/component-base/commit/c2ee70c8b2a71bf618534374e705e0b22f1cd191"><code>c2ee70c</code></a>
.*: bump golang.org/x/net to v0.13.0</li>
<li><a
href="https://github.com/kubernetes/component-base/commit/a69210f80f534974ad35943de29a9a5db7c70d4c"><code>a69210f</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/component-base/issues/118204">#118204</a>
from sttts/sttts-openapi-v2-parameter-refs</li>
<li><a
href="https://github.com/kubernetes/component-base/commit/590f17cba0882ddae93f3e64509152c841a2f405"><code>590f17c</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/component-base/issues/119312">#119312</a>
from pacoxu/prometheus/common-v0.44</li>
<li><a
href="https://github.com/kubernetes/component-base/commit/cce60d40b2063961e26bd9dd7f3798c11ff36818"><code>cce60d4</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/component-base/issues/119264">#119264</a>
from logicalhan/promote-metrics</li>
<li><a
href="https://github.com/kubernetes/component-base/commit/add99862d419ac56e49c1726b3016421bfbe43d8"><code>add9986</code></a>
fix histogram vec compare using ignore fields</li>
<li><a
href="https://github.com/kubernetes/component-base/commit/77c6a2c8c5956b97aec78a17eaff76190418cafb"><code>77c6a2c</code></a>
upgrade prometheus common to v0.44.0</li>
<li><a
href="https://github.com/kubernetes/component-base/commit/44d187ffa76a315bb9f922facecdfc678868fbf8"><code>44d187f</code></a>
fix tests</li>
<li><a
href="https://github.com/kubernetes/component-base/commit/c4e269a845b1d6029d441a57bdb2a61d159851b7"><code>c4e269a</code></a>
fix metric names</li>
<li>Additional commits viewable in <a
href="https://github.com/kubernetes/component-base/compare/v0.27.4...v0.28.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=k8s.io/component-base&package-manager=go_modules&previous-version=0.27.4&new-version=0.28.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent 414c0f7 commit ba830d7
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 145 deletions.
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ require (
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.4
golang.org/x/sync v0.3.0
k8s.io/api v0.27.4
k8s.io/apimachinery v0.27.4
k8s.io/client-go v0.27.4
k8s.io/component-base v0.27.4
k8s.io/api v0.28.0
k8s.io/apimachinery v0.28.0
k8s.io/client-go v0.28.0
k8s.io/component-base v0.28.0
k8s.io/klog/v2 v2.100.1
sigs.k8s.io/cluster-api v1.5.0
sigs.k8s.io/controller-runtime v0.15.1
Expand All @@ -30,13 +30,13 @@ require (
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/jsonreference v0.20.1 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
github.com/gobuffalo/flect v1.0.2 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/gnostic v0.6.9 // indirect
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.3.0 // indirect
Expand All @@ -54,10 +54,10 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.16.0 // indirect
github.com/prometheus/client_model v0.4.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.10.1 // indirect
github.com/spf13/cobra v1.7.0 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/net v0.13.0 // indirect
golang.org/x/oauth2 v0.10.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/term v0.10.0 // indirect
Expand All @@ -71,8 +71,8 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiextensions-apiserver v0.27.2 // indirect
k8s.io/cluster-bootstrap v0.27.2 // indirect
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
Expand Down
Loading

0 comments on commit ba830d7

Please sign in to comment.