-
Notifications
You must be signed in to change notification settings - Fork 4
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
Bump the golang group with 24 updates #301
Closed
Closed
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
Bumps the golang group with 24 updates: | Package | From | To | | --- | --- | --- | | [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.7.0` | `1.8.0` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.31.1` | `0.31.2` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.31.1` | `0.31.2` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.31.1` | `0.31.2` | | [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) | `1.9.2` | `1.10.0` | | [github.com/emicklei/go-restful/v3](https://github.com/emicklei/go-restful) | `3.11.0` | `3.12.1` | | [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.6` | `0.21.0` | | [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.2` | `0.21.0` | | [github.com/go-openapi/swag](https://github.com/go-openapi/swag) | `0.22.4` | `0.23.0` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.9` | `1.17.11` | | [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.0.2` | `1.1.0` | | [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) | `2.2.2` | `2.2.3` | | [github.com/prometheus/common](https://github.com/prometheus/common) | `0.55.0` | `0.60.1` | | [github.com/sagikazarmark/locafero](https://github.com/sagikazarmark/locafero) | `0.4.0` | `0.6.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go) | `1.28.0` | `1.31.0` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.22.0` | `0.23.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.5.0` | `0.7.0` | | [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.5.2` | `0.6.2` | | [github.com/docker/docker](https://github.com/docker/docker) | `26.1.5+incompatible` | `27.3.1+incompatible` | | [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.4.0` | `0.5.0` | | [github.com/docker/go-units](https://github.com/docker/go-units) | `0.4.0` | `0.5.0` | | [github.com/spf13/cast](https://github.com/spf13/cast) | `1.6.0` | `1.7.0` | | [go.uber.org/multierr](https://github.com/uber-go/multierr) | `1.10.0` | `1.11.0` | | [sigs.k8s.io/structured-merge-diff/v4](https://github.com/kubernetes-sigs/structured-merge-diff) | `4.4.1` | `4.4.2` | Updates `github.com/fsnotify/fsnotify` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/fsnotify/fsnotify/releases) - [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md) - [Commits](fsnotify/fsnotify@v1.7.0...v1.8.0) Updates `k8s.io/api` from 0.31.1 to 0.31.2 - [Commits](kubernetes/api@v0.31.1...v0.31.2) Updates `k8s.io/apimachinery` from 0.31.1 to 0.31.2 - [Commits](kubernetes/apimachinery@v0.31.1...v0.31.2) Updates `k8s.io/client-go` from 0.31.1 to 0.31.2 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.31.1...v0.31.2) Updates `github.com/PuerkitoBio/goquery` from 1.9.2 to 1.10.0 - [Release notes](https://github.com/PuerkitoBio/goquery/releases) - [Commits](PuerkitoBio/goquery@v1.9.2...v1.10.0) Updates `github.com/emicklei/go-restful/v3` from 3.11.0 to 3.12.1 - [Release notes](https://github.com/emicklei/go-restful/releases) - [Changelog](https://github.com/emicklei/go-restful/blob/v3/CHANGES.md) - [Commits](emicklei/go-restful@v3.11.0...v3.12.1) Updates `github.com/go-openapi/jsonpointer` from 0.19.6 to 0.21.0 - [Commits](go-openapi/jsonpointer@v0.19.6...v0.21.0) Updates `github.com/go-openapi/jsonreference` from 0.20.2 to 0.21.0 - [Commits](go-openapi/jsonreference@v0.20.2...v0.21.0) Updates `github.com/go-openapi/swag` from 0.22.4 to 0.23.0 - [Commits](go-openapi/swag@v0.22.4...v0.23.0) Updates `github.com/klauspost/compress` from 1.17.9 to 1.17.11 - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](klauspost/compress@v1.17.9...v1.17.11) Updates `github.com/opencontainers/image-spec` from 1.0.2 to 1.1.0 - [Release notes](https://github.com/opencontainers/image-spec/releases) - [Changelog](https://github.com/opencontainers/image-spec/blob/main/RELEASES.md) - [Commits](opencontainers/image-spec@v1.0.2...v1.1.0) Updates `github.com/pelletier/go-toml/v2` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/pelletier/go-toml/releases) - [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml) - [Commits](pelletier/go-toml@v2.2.2...v2.2.3) Updates `github.com/prometheus/common` from 0.55.0 to 0.60.1 - [Release notes](https://github.com/prometheus/common/releases) - [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md) - [Commits](prometheus/common@v0.55.0...v0.60.1) Updates `github.com/sagikazarmark/locafero` from 0.4.0 to 0.6.0 - [Commits](sagikazarmark/locafero@v0.4.0...v0.6.0) Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp` from 1.28.0 to 1.31.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.28.0...v1.31.0) Updates `golang.org/x/oauth2` from 0.22.0 to 0.23.0 - [Commits](golang/oauth2@v0.22.0...v0.23.0) Updates `golang.org/x/time` from 0.5.0 to 0.7.0 - [Commits](golang/time@v0.5.0...v0.7.0) Updates `github.com/Microsoft/go-winio` from 0.5.2 to 0.6.2 - [Release notes](https://github.com/Microsoft/go-winio/releases) - [Commits](microsoft/go-winio@v0.5.2...v0.6.2) Updates `github.com/docker/docker` from 26.1.5+incompatible to 27.3.1+incompatible - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v26.1.5...v27.3.1) Updates `github.com/docker/go-connections` from 0.4.0 to 0.5.0 - [Commits](docker/go-connections@v0.4.0...v0.5.0) Updates `github.com/docker/go-units` from 0.4.0 to 0.5.0 - [Commits](docker/go-units@v0.4.0...v0.5.0) Updates `github.com/spf13/cast` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/spf13/cast/releases) - [Commits](spf13/cast@v1.6.0...v1.7.0) Updates `go.uber.org/multierr` from 1.10.0 to 1.11.0 - [Release notes](https://github.com/uber-go/multierr/releases) - [Changelog](https://github.com/uber-go/multierr/blob/master/CHANGELOG.md) - [Commits](uber-go/multierr@v1.10.0...v1.11.0) Updates `sigs.k8s.io/structured-merge-diff/v4` from 4.4.1 to 4.4.2 - [Release notes](https://github.com/kubernetes-sigs/structured-merge-diff/releases) - [Changelog](https://github.com/kubernetes-sigs/structured-merge-diff/blob/master/RELEASE.md) - [Commits](kubernetes-sigs/structured-merge-diff@v4.4.1...v4.4.2) --- updated-dependencies: - dependency-name: github.com/fsnotify/fsnotify dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang - dependency-name: github.com/PuerkitoBio/goquery dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/emicklei/go-restful/v3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/go-openapi/jsonpointer dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/go-openapi/jsonreference dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/go-openapi/swag dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/klauspost/compress dependency-type: indirect update-type: version-update:semver-patch dependency-group: golang - dependency-name: github.com/opencontainers/image-spec dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/pelletier/go-toml/v2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: golang - dependency-name: github.com/prometheus/common dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/sagikazarmark/locafero dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: golang.org/x/oauth2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: golang.org/x/time dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/Microsoft/go-winio dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/docker/docker dependency-type: indirect update-type: version-update:semver-major dependency-group: golang - dependency-name: github.com/docker/go-connections dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/docker/go-units dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/spf13/cast dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: go.uber.org/multierr dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: sigs.k8s.io/structured-merge-diff/v4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: golang ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
go
Pull requests that update Go code
labels
Nov 4, 2024
dependabot
bot
requested review from
gallacher,
tdawe,
alikdell,
atye,
hoppea2,
coulof,
shaynafinocchiaro,
sharmilarama,
EvgenyUglov,
bjiang27,
xuluna,
KerryKovacevic,
jooseppi-luna,
Sahiba-Gupta,
jackieung-dell,
anandrajak1,
abhi16394,
chimanjain,
shefali-malhotra,
panigs7,
nitesh3108,
rajendraindukuri and
HarishH-DELL
as code owners
November 4, 2024 20:50
Can one of the admins verify this patch? |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Bumps the golang group with 24 updates:
1.7.0
1.8.0
0.31.1
0.31.2
0.31.1
0.31.2
0.31.1
0.31.2
1.9.2
1.10.0
3.11.0
3.12.1
0.19.6
0.21.0
0.20.2
0.21.0
0.22.4
0.23.0
1.17.9
1.17.11
1.0.2
1.1.0
2.2.2
2.2.3
0.55.0
0.60.1
0.4.0
0.6.0
1.28.0
1.31.0
0.22.0
0.23.0
0.5.0
0.7.0
0.5.2
0.6.2
26.1.5+incompatible
27.3.1+incompatible
0.4.0
0.5.0
0.4.0
0.5.0
1.6.0
1.7.0
1.10.0
1.11.0
4.4.1
4.4.2
Updates
github.com/fsnotify/fsnotify
from 1.7.0 to 1.8.0Release notes
Sourced from github.com/fsnotify/fsnotify's releases.
Changelog
Sourced from github.com/fsnotify/fsnotify's changelog.
Commits
a9bc2e0
Prepare 1.8.0 release2d133b8
inotify: fix panic on Remove()1626962
Update CIc1467c0
test/kqueue: watch symlinks800ed83
kqueue: don't change internal state when Add() returns error (#638)ad74244
remove extra "to" from doc comment (#634)bec8903
Split out Watcher and backends (#632)a618f07
inotify: add recursive watcher (#472)17d9053
Print diffs for test failures53b06a8
inotify: implement WithNoFollow() (#631)Updates
k8s.io/api
from 0.31.1 to 0.31.2Commits
bc73ef7
Update dependencies to v0.31.2 tagUpdates
k8s.io/apimachinery
from 0.31.1 to 0.31.2Commits
Updates
k8s.io/client-go
from 0.31.1 to 0.31.2Commits
270e5ab
Update dependencies to v0.31.2 tagUpdates
github.com/PuerkitoBio/goquery
from 1.9.2 to 1.10.0Release notes
Sourced from github.com/PuerkitoBio/goquery's releases.
Commits
7d37930
Update readme to prepare 1.10 version9551ee5
Merge pull request #489 from PuerkitoBio/amikai-itereach-pr291e2cf
Merge branch 'master' into amikai-itereach-pr7019296
Update CI to target go1.23+eec8e87
Revert "Re-orangize code for compitable"957a864
Prepare 1.9.3 release34d91db
Merge pull request #488 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...0984c44
Bump golang.org/x/net from 0.28.0 to 0.29.0fbfb78c
Merge pull request #487 from Kiyo510/fix_ci_teste91ee4d
Fixed checkout to repo before executing actions/setup-go@v5 step to avoid err...Updates
github.com/emicklei/go-restful/v3
from 3.11.0 to 3.12.1Changelog
Sourced from github.com/emicklei/go-restful/v3's changelog.
Commits
4e4aaa1
update historye5fed1c
fix misroute when dealing multiple webservice with regex (#549)77fc969
golang workflows for restful (#550)9a7c368
better naming for routing related variable (#548)26f2628
path template casing example (#546)59b17dc
update depdencies in examplesd027240
update chgs951a11c
add Flush method #529 (#538)b3a6f77
fix: Improper handling of empty POST requests (#543)c0e56c8
Update README.md: remove build badge until another setupUpdates
github.com/go-openapi/jsonpointer
from 0.19.6 to 0.21.0Commits
8b546b9
chore(go): go-openapi requires go.1.20 across the board5d6253e
updated dependencies8e6deda
chore(lint): relinted9352cad
fix(ci): remove dependency-type from dependabot groupse344ef7
Bump the development-dependencies group with 1 updatee0c759b
ci: remove paths-ignoref9d3b1b
Bump the development-dependencies group with 1 update92c7c39
chore(ci): prevents duplicate workflow runs5767083
ci: regroup & auto-approve all github actions updatesb635cd3
ci: auto-merge dependabot PRsUpdates
github.com/go-openapi/jsonreference
from 0.20.2 to 0.21.0Commits
c5fa756
chore(go): go-openapi requires go.1.20 across the board12387f8
updated dependencies5aeffa5
fix(ci): remove dependency-type from dependabot groups95a16b7
Bump github.com/stretchr/testify from 1.8.4 to 1.9.06a06213
Bump the development-dependencies group with 1 updateaad9db7
ci: remove paths-ignoreeef6c6a
Bump the development-dependencies group with 1 update7c2c0ac
chore(ci): prevents duplicate workflow runs19d90a5
ci: regroup & auto-approve all github actions updates6dced31
ci(dependencies): automate dependencies updatesUpdates
github.com/go-openapi/swag
from 0.22.4 to 0.23.0Commits
53e32e8
chore(go): go-openapi requires go.1.20 across the board5e655d8
fix(ci): remove dependency-type from dependabot groups54f3f80
chore(lint): relinted4896833
Bump github.com/stretchr/testify from 1.8.4 to 1.9.06b32215
Bump the development-dependencies group with 1 updatedb91acc
ci: remove paths-ignoresfec0b4e
Bump the development-dependencies group with 1 update14fcae4
chore(ci): prevents duplicate workflow runsd33767c
Bump the development-dependencies group with 1 updatec877230
ci(dependencies): automate dependencies updatesUpdates
github.com/klauspost/compress
from 1.17.9 to 1.17.11Release notes
Sourced from github.com/klauspost/compress's releases.
Commits
72cd4a9
zstd: Fix extra CRC written with multiple Close calls (#1017)dbd6c38
s2: Don't use stack for index tables (#1014)f73ab1e
Do not set the content-type when response has no body (#1013)f2a4f25
build(deps): bump github/codeql-action in the github-actions group (#1012)8e14b1b
No content-type on no body response code (#1011)13a1ce6
ci: Match goreleaser version (#1009)6c5a195
Update README.md2a46d6b
Update README.md4dafca9
ci: Upgrade Go & other (#1008)26519f8
zstd: Improve memory usage on small streaming encodes (#1007)Updates
github.com/opencontainers/image-spec
from 1.0.2 to 1.1.0Release notes
Sourced from github.com/opencontainers/image-spec's releases.
... (truncated)
Commits
e7f7c0c
version: release v1.1.0365fa41
Merge pull request #1160 from sudo-bmitch/pr-subject-dag-associationd0f90e6
Clarify that subject references a separate DAG9703222
Merge pull request #1157 from sudo-bmitch/pr-v1.1.0-rc68b1e951
version: bump back to +dev6c2b5fa
version: release v1.1.0-rc656fb783
Merge pull request #1107 from sudo-bmitch/pr-release-noticea6d741a
Merge pull request #1148 from dejanu/update_oci_implementations53d9855
new section for projects no longer maintainedceeb2eb
Merge pull request #1114 from sudo-bmitch/pr-go-1.21Updates
github.com/pelletier/go-toml/v2
from 2.2.2 to 2.2.3Release notes
Sourced from github.com/pelletier/go-toml/v2's releases.
Commits
b730b2b
Bump testing to go 1.23 (#961)a437caa
Fix reflect.Pointer backward compatibility (#956)be6c57b
Fix readme typo(#951)d553047
Allow int, uint, and floats as map keys (#958)0977c05
Update goreleaser action tov6
and set goreleaser binary tov2
(#959)bccd6e4
allocate unstable.Parser as part of decoder (#953)9b890cf
go.mod: bump minimum and language to 1.21 (#949)Updates
github.com/prometheus/common
from 0.55.0 to 0.60.1Release notes
Sourced from github.com/prometheus/common's releases.
... (truncated)
Commits
653e0fa
Update common Prometheus files (#701)0d2e2e5
Reload certificates even when no CA is used (#707)a9d2e3f
Merge pull request #705 from roidelapluie/sourcefilefdc50c7
promslog: Only log basename, not full pathdae848d
Update supported Go versions (#700)63ff77e
Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 (#698)b7aa68c
Bump golang.org/x/net from 0.28.0 to 0.29.0 (#699)4e3a6fd
feat: addpromslog.NewNopLogger()
convenience func (#697)d66e745
promslog: use UTC timestamps for go-kit log style (#696)14bac55
Merge pull request #695 from prometheus/repo_syncUpdates
github.com/sagikazarmark/locafero
from 0.4.0 to 0.6.0Commits
3add67b
Merge pull request #43 from sagikazarmark/windows04b4097
test: tune windows tests7bfd1cc
fix: glob match on windowsb8166da
test: tune OS pathsecfb568
test: tune examples for unix and windows39ac328
test: fix tests on windows where slash does not matter66c08f5
ci: fix ci platform38fcd92
test: use path addressing even on windowse6ab3fd
test: add tests for absolute paths028db96
Merge pull request #42 from sagikazarmark/dependabot/github_actions/Determina...Updates
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
from 1.28.0 to 1.31.0Changelog
Sourced from go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp's changelog.
... (truncated)
Commits
bc2fe88
Release v1.31.0/v0.53.0/v0.7.0/v0.0.10 (#5883)a7d5c1a
Add an option to configure the exporter buffer of the BatchProcessor (#5877)eb9279b
fix(deps): update golang.org/x/exp digest to f66d83c (#5880)6441653
Performance improvements for the trace SDK inSpan
. (#5874)8e9baf2
chore(deps): update lycheeverse/lychee-action action to v2 (#5878)8fbaa97
ReducenewEvictedQueueLink
andnewEvictedQueueEvent
memory allocations (#...4a911f9
chore(deps): update googleapis to 5fefd90 (#5876)98cbdcb
fix(deps): update module google.golang.org/protobuf to v1.35.1 (#5875)3cbd967
Performance improvements forrecordingSpan
SetAttributes
and `addOverCapA...9e791a6
fix(deps): update golang.org/x (#5872)Updates
golang.org/x/oauth2
from 0.22.0 to 0.23.0Commits
3e64809
x/oauth2: add Token.ExpiresIn16a9973
jwt: rename example to avoid vet errorb52af7d
endpoints: add GitLab DeviceAuthURLUpdates
golang.org/x/time
from 0.5.0 to 0.7.0Commits
772484e
x/time/rate: correctly handle 0 limits5d9ef58
LICENSE: update per Google LegalUpdates
github.com/Microsoft/go-winio
from 0.5.2 to 0.6.2Release notes
Sourced from github.com/Microsoft/go-winio's releases.