-
Notifications
You must be signed in to change notification settings - Fork 2
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 35 updates #60
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 35 updates: | Package | From | To | | --- | --- | --- | | [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.8.0` | | [github.com/gorilla/mux](https://github.com/gorilla/mux) | `1.8.0` | `1.8.1` | | [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.19.0` | | [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.7.0` | `1.24.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlpmetric](https://github.com/open-telemetry/opentelemetry-go) | `0.30.0` | `0.43.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc](https://github.com/open-telemetry/opentelemetry-go) | `0.30.0` | `1.31.0` | | [go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go) | `0.30.0` | `1.31.0` | | [go.opentelemetry.io/otel/sdk/metric](https://github.com/open-telemetry/opentelemetry-go) | `0.30.0` | `1.31.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.56.3` | `1.67.1` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.31.0` | `0.31.2` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.31.0` | `0.31.2` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.31.0` | `0.31.2` | | [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) | `1.9.2` | `1.10.0` | | [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.1.3` | `4.3.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/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.7.0` | `2.22.0` | | [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.6` | `1.8.7` | | [github.com/spf13/afero](https://github.com/spf13/afero) | `1.8.2` | `1.11.0` | | [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.6.0` | | [github.com/subosito/gotenv](https://github.com/subosito/gotenv) | `1.2.0` | `1.6.0` | | [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.7.0` | `1.31.0` | | [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | `1.7.0` | `1.31.0` | | [go.opentelemetry.io/proto/otlp](https://github.com/open-telemetry/opentelemetry-proto-go) | `0.16.0` | `1.3.1` | | [golang.org/x/net](https://github.com/golang/net) | `0.26.0` | `0.30.0` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.21.0` | `0.22.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.21.0` | `0.26.0` | | [golang.org/x/term](https://github.com/golang/term) | `0.21.0` | `0.25.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.16.0` | `0.19.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.3.0` | `0.5.0` | | google.golang.org/protobuf | `1.34.2` | `1.35.1` | | gopkg.in/ini.v1 | `1.66.4` | `1.67.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.6.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.6.0...v1.8.0) Updates `github.com/gorilla/mux` from 1.8.0 to 1.8.1 - [Release notes](https://github.com/gorilla/mux/releases) - [Commits](gorilla/mux@v1.8.0...v1.8.1) Updates `github.com/spf13/viper` from 1.10.1 to 1.19.0 - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.10.1...v1.19.0) Updates `go.opentelemetry.io/otel` from 1.7.0 to 1.24.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.7.0...v1.24.0) Updates `go.opentelemetry.io/otel/exporters/otlp/otlpmetric` from 0.30.0 to 0.43.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@metric/v0.30.0...example/view/v0.43.0) Updates `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc` from 0.30.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@metric/v0.30.0...v1.31.0) Updates `go.opentelemetry.io/otel/metric` from 0.30.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@metric/v0.30.0...v1.31.0) Updates `go.opentelemetry.io/otel/sdk/metric` from 0.30.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@metric/v0.30.0...v1.31.0) Updates `google.golang.org/grpc` from 1.56.3 to 1.67.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.56.3...v1.67.1) Updates `k8s.io/api` from 0.31.0 to 0.31.2 - [Commits](kubernetes/api@v0.31.0...v0.31.2) Updates `k8s.io/apimachinery` from 0.31.0 to 0.31.2 - [Commits](kubernetes/apimachinery@v0.31.0...v0.31.2) Updates `k8s.io/client-go` from 0.31.0 to 0.31.2 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.31.0...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/cenkalti/backoff/v4` from 4.1.3 to 4.3.0 - [Commits](cenkalti/backoff@v4.1.3...v4.3.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/grpc-ecosystem/grpc-gateway/v2` from 2.7.0 to 2.22.0 - [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases) - [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml) - [Commits](grpc-ecosystem/grpc-gateway@v2.7.0...v2.22.0) Updates `github.com/magiconair/properties` from 1.8.6 to 1.8.7 - [Changelog](https://github.com/magiconair/properties/blob/main/CHANGELOG.md) - [Commits](magiconair/properties@v1.8.6...v1.8.7) Updates `github.com/spf13/afero` from 1.8.2 to 1.11.0 - [Release notes](https://github.com/spf13/afero/releases) - [Commits](spf13/afero@v1.8.2...v1.11.0) Updates `github.com/spf13/cast` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/spf13/cast/releases) - [Commits](spf13/cast@v1.5.0...v1.6.0) Updates `github.com/subosito/gotenv` from 1.2.0 to 1.6.0 - [Changelog](https://github.com/subosito/gotenv/blob/master/CHANGELOG.md) - [Commits](subosito/gotenv@v1.2.0...v1.6.0) Updates `go.opentelemetry.io/otel/sdk` from 1.7.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.7.0...v1.31.0) Updates `go.opentelemetry.io/otel/trace` from 1.7.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.7.0...v1.31.0) Updates `go.opentelemetry.io/proto/otlp` from 0.16.0 to 1.3.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-proto-go/releases) - [Commits](open-telemetry/opentelemetry-proto-go@v0.16.0...v1.3.1) Updates `golang.org/x/net` from 0.26.0 to 0.30.0 - [Commits](golang/net@v0.26.0...v0.30.0) Updates `golang.org/x/oauth2` from 0.21.0 to 0.22.0 - [Commits](golang/oauth2@v0.21.0...v0.22.0) Updates `golang.org/x/sys` from 0.21.0 to 0.26.0 - [Commits](golang/sys@v0.21.0...v0.26.0) Updates `golang.org/x/term` from 0.21.0 to 0.25.0 - [Commits](golang/term@v0.21.0...v0.25.0) Updates `golang.org/x/text` from 0.16.0 to 0.19.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.16.0...v0.19.0) Updates `golang.org/x/time` from 0.3.0 to 0.5.0 - [Commits](golang/time@v0.3.0...v0.5.0) Updates `google.golang.org/protobuf` from 1.34.2 to 1.35.1 Updates `gopkg.in/ini.v1` from 1.66.4 to 1.67.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: github.com/gorilla/mux dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: go.opentelemetry.io/otel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlpmetric dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc dependency-type: direct:production update-type: version-update:semver-major dependency-group: golang - dependency-name: go.opentelemetry.io/otel/metric dependency-type: indirect update-type: version-update:semver-major dependency-group: golang - dependency-name: go.opentelemetry.io/otel/sdk/metric dependency-type: indirect update-type: version-update:semver-major dependency-group: golang - dependency-name: google.golang.org/grpc 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/cenkalti/backoff/v4 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/grpc-ecosystem/grpc-gateway/v2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/magiconair/properties dependency-type: indirect update-type: version-update:semver-patch dependency-group: golang - dependency-name: github.com/spf13/afero 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: github.com/subosito/gotenv dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: go.opentelemetry.io/otel/sdk dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: go.opentelemetry.io/otel/trace dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: go.opentelemetry.io/proto/otlp dependency-type: indirect update-type: version-update:semver-major dependency-group: golang - dependency-name: golang.org/x/net 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/sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: golang.org/x/term dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: golang.org/x/text 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: google.golang.org/protobuf dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: gopkg.in/ini.v1 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] <[email protected]>
dependabot
bot
requested review from
chimanjain,
taohe1012,
P-Cao and
donatwork
as code owners
November 4, 2024 21:01
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
anandrajak1,
nitesh3108,
Prabhu-Dell,
rajendraindukuri,
rajkumar-palani,
shefali-malhotra,
panigs7 and
tdawe
as code owners
November 4, 2024 21:01
Can one of the admins verify this patch? |
Superseded by #62. |
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 35 updates:
1.6.0
1.8.0
1.8.0
1.8.1
1.10.1
1.19.0
1.7.0
1.24.0
0.30.0
0.43.0
0.30.0
1.31.0
0.30.0
1.31.0
0.30.0
1.31.0
1.56.3
1.67.1
0.31.0
0.31.2
0.31.0
0.31.2
0.31.0
0.31.2
1.9.2
1.10.0
4.1.3
4.3.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
2.7.0
2.22.0
1.8.6
1.8.7
1.8.2
1.11.0
1.5.0
1.6.0
1.2.0
1.6.0
1.7.0
1.31.0
1.7.0
1.31.0
0.16.0
1.3.1
0.26.0
0.30.0
0.21.0
0.22.0
0.21.0
0.26.0
0.21.0
0.25.0
0.16.0
0.19.0
0.3.0
0.5.0
1.34.2
1.35.1
1.66.4
1.67.0
4.4.1
4.4.2
Updates
github.com/fsnotify/fsnotify
from 1.6.0 to 1.8.0Release notes
Sourced from github.com/fsnotify/fsnotify's releases.
... (truncated)
Changelog
Sourced from github.com/fsnotify/fsnotify's changelog.
... (truncated)
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
github.com/gorilla/mux
from 1.8.0 to 1.8.1Release notes
Sourced from github.com/gorilla/mux's releases.
Commits
b4617d0
update GitHub workflows (#734)3401478
fix SPA handler in README.md (#733)4a671cb
Add GetVarNames() (#676)85123bf
changed the routeVariables text content. (#708)79f2f45
Clarify documentation examples of Route methods (#672)395ad81
[BUG] Inconsistent HTTP status code on query mismatch (#712)24c3e7f
FixSingle Page Application
example inREADME.md
file (#678)546dd0c
run go fmt with Go 1.20 (#725)651928c
Update issues.yml (#727)cfc696d
Update issues.yml (#726)Updates
github.com/spf13/viper
from 1.10.1 to 1.19.0Release notes
Sourced from github.com/spf13/viper's releases.
... (truncated)
Commits
b9733f0
build(deps): bump actions/checkout from 4.1.4 to 4.1.66ecc5c8
build(deps): bump cachix/install-nix-action from 26 to 27248c6fd
build(deps): bump github/codeql-action from 3.25.4 to 3.25.7abea773
Update references to bketelsen/cryptf17acb4
build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.18e285a5
build(deps): bump github/codeql-action from 3.25.2 to 3.25.44017620
build(deps): bump actions/setup-go from 5.0.0 to 5.0.1b67e814
build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.24a182c7
build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.245a0e12
build(deps): bump mheap/github-action-required-labelsUpdates
go.opentelemetry.io/otel
from 1.7.0 to 1.24.0Release notes
Sourced from go.opentelemetry.io/otel's releases.
Changelog
Sourced from go.opentelemetry.io/otel's changelog.
... (truncated)
Commits
e6e186b
Release v1.24.0/v0.46.0/v0.0.1-alpha (#4966)a5ec3fc
Add experimental-logs module set (#4961)27e495d
Fix output exponential histogram negative buckets (#4956)8df89f6
log: Remove Value.AsAny (#4963)7cc660f
log: Add allocation tests (#4957)6ea99af
log: Add benchmark tests (#4958)7b3382e
log: Implement Value and KeyValue types (#4949)f793a05
Fix registration of multiple callbacks when using the global meter provider (...c2fdbca
design: log value accessors must not panic (#4948)dd3b00f
Add thelog/noop
package (#4943)Updates
go.opentelemetry.io/otel/exporters/otlp/otlpmetric
from 0.30.0 to 0.43.0Changelog
Sourced from go.opentelemetry.io/otel/exporters/otlp/otlpmetric's changelog.
... (truncated)
Commits
85e4c46
Release v1.20.0/v0.43.0 (#4705)94a41d7
logs: Update project status (#4702)be5064a
Use url.PathUnescape rather than url.QueryUnescape when parsing OTLP headers ...0c5ebd5
otlp: Refine documentation (#4695)0f5179f
Deprecate otlpmetric (#4693)3560dc5
dependabot updates Sun Nov 5 15:10:14 UTC 2023 (#4692)1635737
Add summary support in the OpenCensus bridge (#4668)480edcc
otlpmetricgrpc otlpmetrichttp: Add README.md (#4336)e3d0c50
Use WithExplicitBucketBoundaries in the prometheus example (#4686)437bc82
otlptracegrpc otlpmetricgrpc: Remove redundant append of DialOptions (#4684)Updates
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
from 0.30.0 to 1.31.0Release notes
Sourced from go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc's releases.
Changelog
Sourced from go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc's changelog.