-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 go group with 33 updates #43828
Conversation
Bumps the go group with 33 updates: | Package | From | To | | --- | --- | --- | | [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.42.0` | `1.43.0` | | [connectrpc.com/connect](https://github.com/connectrpc/connect-go) | `1.16.1` | `1.16.2` | | [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.11.1` | `1.12.0` | | [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) | `1.6.0` | `1.7.0` | | [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) | `2.23.2` | `2.26.0` | | [github.com/alicebob/miniredis/v2](https://github.com/alicebob/miniredis) | `2.32.1` | `2.33.0` | | [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.54.13` | `1.54.14` | | [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.27.23` | `1.27.24` | | [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.17.23` | `1.17.24` | | [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.17.4` | `1.17.5` | | [github.com/beevik/etree](https://github.com/beevik/etree) | `1.3.0` | `1.4.0` | | [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) | `0.26.1` | `0.26.6` | | [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) | `0.10.0` | `0.11.0` | | [github.com/elastic/go-elasticsearch/v8](https://github.com/elastic/go-elasticsearch) | `8.13.1` | `8.14.0` | | [github.com/fsouza/fake-gcs-server](https://github.com/fsouza/fake-gcs-server) | `1.48.0` | `1.49.2` | | [github.com/fxamacker/cbor/v2](https://github.com/fxamacker/cbor) | `2.6.0` | `2.7.0` | | [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) | `2.12.0` | `2.13.1` | | [github.com/gofrs/flock](https://github.com/gofrs/flock) | `0.8.1` | `0.12.0` | | [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.19.1` | `0.19.2` | | [github.com/google/go-tpm](https://github.com/google/go-tpm) | `0.9.0` | `0.9.1` | | [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.1` | `1.5.3` | | [github.com/microsoftgraph/msgraph-sdk-go](https://github.com/microsoftgraph/msgraph-sdk-go) | `1.40.0` | `1.45.0` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.19.0` | `1.19.1` | | [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) | `3.14.2` | `3.14.4` | | [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore) | `1.8.3` | `1.8.6` | | [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) | `1.9.0` | `1.10.1` | | [github.com/spiffe/go-spiffe/v2](https://github.com/spiffe/go-spiffe) | `2.2.0` | `2.3.0` | | [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) | `0.103.0` | `0.106.0` | | [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) | `3.5.13` | `3.5.14` | | [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) | `3.5.13` | `3.5.14` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.17.0` | `0.18.0` | | [helm.sh/helm/v3](https://github.com/helm/helm) | `3.14.4` | `3.15.2` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.18.1` | `0.18.4` | Updates `cloud.google.com/go/storage` from 1.42.0 to 1.43.0 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@spanner/v1.42.0...spanner/v1.43.0) Updates `connectrpc.com/connect` from 1.16.1 to 1.16.2 - [Release notes](https://github.com/connectrpc/connect-go/releases) - [Changelog](https://github.com/connectrpc/connect-go/blob/main/RELEASE.md) - [Commits](connectrpc/connect-go@v1.16.1...v1.16.2) Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.11.1 to 1.12.0 - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md) - [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.11.1...sdk/azcore/v1.12.0) Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md) - [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.6.0...sdk/azcore/v1.7.0) Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.23.2 to 2.26.0 - [Release notes](https://github.com/ClickHouse/clickhouse-go/releases) - [Changelog](https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md) - [Commits](ClickHouse/clickhouse-go@v2.23.2...v2.26.0) Updates `github.com/alicebob/miniredis/v2` from 2.32.1 to 2.33.0 - [Release notes](https://github.com/alicebob/miniredis/releases) - [Changelog](https://github.com/alicebob/miniredis/blob/master/CHANGELOG.md) - [Commits](alicebob/miniredis@v2.32.1...v2.33.0) Updates `github.com/aws/aws-sdk-go` from 1.54.13 to 1.54.14 - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.54.13...v1.54.14) Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.23 to 1.27.24 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@config/v1.27.23...config/v1.27.24) Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.23 to 1.17.24 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@credentials/v1.17.23...credentials/v1.17.24) Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.17.4 to 1.17.5 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.17.5/CHANGELOG.md) - [Commits](aws/aws-sdk-go-v2@v1.17.4...v1.17.5) Updates `github.com/beevik/etree` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/beevik/etree/releases) - [Changelog](https://github.com/beevik/etree/blob/main/RELEASE_NOTES.md) - [Commits](beevik/etree@v1.3.0...v1.4.0) Updates `github.com/charmbracelet/bubbletea` from 0.26.1 to 0.26.6 - [Release notes](https://github.com/charmbracelet/bubbletea/releases) - [Changelog](https://github.com/charmbracelet/bubbletea/blob/master/.goreleaser.yml) - [Commits](charmbracelet/bubbletea@v0.26.1...v0.26.6) Updates `github.com/charmbracelet/lipgloss` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/charmbracelet/lipgloss/releases) - [Commits](charmbracelet/lipgloss@v0.10.0...v0.11.0) Updates `github.com/elastic/go-elasticsearch/v8` from 8.13.1 to 8.14.0 - [Release notes](https://github.com/elastic/go-elasticsearch/releases) - [Changelog](https://github.com/elastic/go-elasticsearch/blob/main/CHANGELOG.md) - [Commits](elastic/go-elasticsearch@v8.13.1...v8.14.0) Updates `github.com/fsouza/fake-gcs-server` from 1.48.0 to 1.49.2 - [Release notes](https://github.com/fsouza/fake-gcs-server/releases) - [Commits](fsouza/fake-gcs-server@v1.48.0...v1.49.2) Updates `github.com/fxamacker/cbor/v2` from 2.6.0 to 2.7.0 - [Release notes](https://github.com/fxamacker/cbor/releases) - [Commits](fxamacker/cbor@v2.6.0...v2.7.0) Updates `github.com/go-resty/resty/v2` from 2.12.0 to 2.13.1 - [Release notes](https://github.com/go-resty/resty/releases) - [Commits](go-resty/resty@v2.12.0...v2.13.1) Updates `github.com/gofrs/flock` from 0.8.1 to 0.12.0 - [Release notes](https://github.com/gofrs/flock/releases) - [Commits](gofrs/flock@v0.8.1...v0.12.0) Updates `github.com/google/go-containerregistry` from 0.19.1 to 0.19.2 - [Release notes](https://github.com/google/go-containerregistry/releases) - [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml) - [Commits](google/go-containerregistry@v0.19.1...v0.19.2) Updates `github.com/google/go-tpm` from 0.9.0 to 0.9.1 - [Release notes](https://github.com/google/go-tpm/releases) - [Commits](google/go-tpm@v0.9.0...v0.9.1) Updates `github.com/gorilla/websocket` from 1.5.1 to 1.5.3 - [Release notes](https://github.com/gorilla/websocket/releases) - [Commits](gorilla/websocket@v1.5.1...v1.5.3) Updates `github.com/microsoftgraph/msgraph-sdk-go` from 1.40.0 to 1.45.0 - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-go/releases) - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-go/blob/main/CHANGELOG.md) - [Commits](microsoftgraph/msgraph-sdk-go@v1.40.0...v1.45.0) Updates `github.com/prometheus/client_golang` from 1.19.0 to 1.19.1 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.19.0...v1.19.1) Updates `github.com/schollz/progressbar/v3` from 3.14.2 to 3.14.4 - [Release notes](https://github.com/schollz/progressbar/releases) - [Commits](schollz/progressbar@v3.14.2...v3.14.4) Updates `github.com/sigstore/sigstore` from 1.8.3 to 1.8.6 - [Release notes](https://github.com/sigstore/sigstore/releases) - [Commits](sigstore/sigstore@v1.8.3...v1.8.6) Updates `github.com/snowflakedb/gosnowflake` from 1.9.0 to 1.10.1 - [Release notes](https://github.com/snowflakedb/gosnowflake/releases) - [Changelog](https://github.com/snowflakedb/gosnowflake/blob/master/release.go) - [Commits](snowflakedb/gosnowflake@v1.9.0...v1.10.1) Updates `github.com/spiffe/go-spiffe/v2` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/spiffe/go-spiffe/releases) - [Changelog](https://github.com/spiffe/go-spiffe/blob/main/CHANGELOG.md) - [Commits](spiffe/go-spiffe@v2.2.0...v2.3.0) Updates `github.com/xanzy/go-gitlab` from 0.103.0 to 0.106.0 - [Changelog](https://github.com/xanzy/go-gitlab/blob/main/releases_test.go) - [Commits](xanzy/go-gitlab@v0.103.0...v0.106.0) Updates `go.etcd.io/etcd/api/v3` from 3.5.13 to 3.5.14 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.5.13...v3.5.14) Updates `go.etcd.io/etcd/client/v3` from 3.5.13 to 3.5.14 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.5.13...v3.5.14) Updates `golang.org/x/mod` from 0.17.0 to 0.18.0 - [Commits](golang/mod@v0.17.0...v0.18.0) Updates `helm.sh/helm/v3` from 3.14.4 to 3.15.2 - [Release notes](https://github.com/helm/helm/releases) - [Commits](helm/helm@v3.14.4...v3.15.2) Updates `sigs.k8s.io/controller-runtime` from 0.18.1 to 0.18.4 - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.18.1...v0.18.4) --- updated-dependencies: - dependency-name: cloud.google.com/go/storage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: connectrpc.com/connect dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/ClickHouse/clickhouse-go/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/alicebob/miniredis/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/aws/aws-sdk-go-v2/config dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/aws/aws-sdk-go-v2/credentials dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/beevik/etree dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/charmbracelet/bubbletea dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/charmbracelet/lipgloss dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/elastic/go-elasticsearch/v8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/fsouza/fake-gcs-server dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/fxamacker/cbor/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/go-resty/resty/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/gofrs/flock dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/google/go-containerregistry dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/google/go-tpm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/gorilla/websocket dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/microsoftgraph/msgraph-sdk-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/schollz/progressbar/v3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/sigstore/sigstore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/snowflakedb/gosnowflake dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/spiffe/go-spiffe/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/xanzy/go-gitlab dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: go.etcd.io/etcd/api/v3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: go.etcd.io/etcd/client/v3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: golang.org/x/mod dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: helm.sh/helm/v3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: sigs.k8s.io/controller-runtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go ... Signed-off-by: dependabot[bot] <[email protected]>
github.com/fsouza/fake-gcs-server v1.48.0 | ||
github.com/fxamacker/cbor/v2 v2.6.0 | ||
github.com/fsouza/fake-gcs-server v1.49.2 | ||
github.com/fxamacker/cbor/v2 v2.7.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is probably harmless, although go-webauthn is still on 2.6.0. I'm inclined to let it be if it clears tests.
github.com/go-webauthn/webauthn v0.10.2 | ||
github.com/gobwas/ws v1.4.0 | ||
github.com/gocql/gocql v1.6.0 | ||
github.com/gofrs/flock v0.8.1 | ||
github.com/gofrs/flock v0.12.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flurry of releases, but the release logs seem fine: https://github.com/gofrs/flock/releases.
go.mod
Outdated
@@ -146,7 +146,7 @@ require ( | |||
github.com/mdlayher/netlink v1.7.2 | |||
github.com/microsoft/go-mssqldb v1.7.2 // replaced | |||
github.com/microsoft/kiota-authentication-azure-go v1.0.2 | |||
github.com/microsoftgraph/msgraph-sdk-go v1.40.0 | |||
github.com/microsoftgraph/msgraph-sdk-go v1.45.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rather large jump, but it looks like that's how they work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hopefully we can ditch this one soon. #42594.
k8s.io/cli-runtime v0.29.3 | ||
k8s.io/client-go v0.30.0 | ||
k8s.io/component-base v0.30.0 | ||
helm.sh/helm/v3 v3.15.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Security patch:
go.mod
Outdated
github.com/google/go-tpm-tools v0.4.4 | ||
github.com/google/renameio/v2 v2.0.0 | ||
github.com/google/safetext v0.0.0-20240104143208-7a7d9b3d812f | ||
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 | ||
github.com/google/uuid v1.6.0 | ||
github.com/googleapis/gax-go/v2 v2.12.5 | ||
github.com/gorilla/websocket v1.5.1 | ||
github.com/gorilla/websocket v1.5.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is marked as prerelease, I'm unsure if we should take it.
I'll tell the bot to ignore the gorilla/websocket minor after we merge, so it doesn't prematurely close this PR. |
serviceprincipals.NewItemAddTokenSigningCertificatePostRequestBody is looking weird since v1.44.0.
Code looks the same, but perhaps some automated codegen mangled the names? Maybe we should downgrade to 1.43.0? WDYT @justinas. |
Downgraded, seems saner to me. We can update it on its own later, or maybe they'll catch on and patch it in the meantime. |
Bumps the go group with 33 updates:
1.42.0
1.43.0
1.16.1
1.16.2
1.11.1
1.12.0
1.6.0
1.7.0
2.23.2
2.26.0
2.32.1
2.33.0
1.54.13
1.54.14
1.27.23
1.27.24
1.17.23
1.17.24
1.17.4
1.17.5
1.3.0
1.4.0
0.26.1
0.26.6
0.10.0
0.11.0
8.13.1
8.14.0
1.48.0
1.49.2
2.6.0
2.7.0
2.12.0
2.13.1
0.8.1
0.12.0
0.19.1
0.19.2
0.9.0
0.9.1
1.5.1
1.5.3
1.40.0
1.45.0
1.19.0
1.19.1
3.14.2
3.14.4
1.8.3
1.8.6
1.9.0
1.10.1
2.2.0
2.3.0
0.103.0
0.106.0
3.5.13
3.5.14
3.5.13
3.5.14
0.17.0
0.18.0
3.14.4
3.15.2
0.18.1
0.18.4
Updates
cloud.google.com/go/storage
from 1.42.0 to 1.43.0Release notes
Sourced from cloud.google.com/go/storage's releases.
Commits
fdccf3f
chore(main): release spanner 1.43.0 (#7212)e2bb947
chore(main): release 0.109.0 (#7226)7737696
chore: release main (#7243)9018b83
refactor: simplify options, instrumentation for multiplexing (#7257)edf3c24
chore: fix postprocessor pathing and branch issues (#7270)5bd944d
chore(internal/postprocessor): reduce OwlBot scope (#7269)b371558
fix(bigquery): create/update an isolated dataset for collation feature (#7256)ecf14d4
chore: new owl bot post processor docker image (#7258)6f72b3c
chore(internal): fixups for postprocessor (#7239)4f82b6c
chore: update docker digest (#7250)Updates
connectrpc.com/connect
from 1.16.1 to 1.16.2Release notes
Sourced from connectrpc.com/connect's releases.
Commits
2972b2d
Prepare for v1.16.2 (#733)30cddf8
Update conformance module to use newer version of Go and quic-go dependency (...f7f3814
Bump golang.org/x/net from 0.22.0 to 0.23.0 in /internal/conformance (#730)a6be0d0
Bump golang.org/x/net from 0.21.0 to 0.23.0 (#729)a5906bd
Back to development (#728)Updates
github.com/Azure/azure-sdk-for-go/sdk/azcore
from 1.11.1 to 1.12.0Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.
Commits
e58902b
Prep azcore v1.12.0 for release (#23005)9ad32c5
Increment package version after release of internal (#23004)897e903
Update ignore-links.txt (#23003)ac7cc04
[keyvault] fix test recording sanitizers (#22911)276cf8c
update readme (#22971)5eb479f
[azopenai] Updating hash to merged PR. (#22998)9c4f5c5
Prepare sdk/internal v1.9.0 for release (#22991)b407f56
Increment version for messaging/azwebpubsub releases (#22466)3af4c7e
update mgmt live test (#22996)b7d018e
fix sdk/resourcemanager/internal module (#22994)Updates
github.com/Azure/azure-sdk-for-go/sdk/azidentity
from 1.6.0 to 1.7.0Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.
Commits
624baba
bump azcore version numberce7217c
Prep for azcore v1.7.0 release (#21149)62a8079
Add support for shallow cloning azcore.Client instances (#21065) (#21098)47286b0
Add flag to enable skipping of dependency checks (#21146)ee762d4
Fix populating module name in telemetry policy (#20967) (#20971)0243175
Prep azcore v1.6.1 for release (#20961)9c9d62a
Increment package version after release of azcore (#20740)Updates
github.com/ClickHouse/clickhouse-go/v2
from 2.23.2 to 2.26.0Release notes
Sourced from github.com/ClickHouse/clickhouse-go/v2's releases.
... (truncated)
Changelog
Sourced from github.com/ClickHouse/clickhouse-go/v2's changelog.
... (truncated)
Commits
bb1f194
Update release notes8113366
Use HTTPs scheme in std connection failover tests (#1332)8a0701f
Alignallow_suspicious_low_cardinality_types
and `allow_suspicious_low_card...3391e46
BatchInsert parentheses issue fix (#1327)de6b568
Retry on network errors and fix retries on async inserts withdatabase/sql
...8ad6ec6
BatchColumns() []column.Interface
method (#1277)3a49215
Setting X-Clickhouse-SSL-Certificate-Auth off when password is set, and setti...7127f98
ClickHouse 24.5 (#1319)4d96914
Fix rows.Close function (#1314)dd45741
Removing data_helpers.go and all references (#1315)Updates
github.com/alicebob/miniredis/v2
from 2.32.1 to 2.33.0Release notes
Sourced from github.com/alicebob/miniredis/v2's releases.
Changelog
Sourced from github.com/alicebob/miniredis/v2's changelog.
Commits
4923b04
changelog for v2.33.080eb7b3
Merge pull request #376 from WKBae/srandmember_count_nilc007f55
Add integration test for SRANDMEMBER on nonexistent key1a30325
Return empty array for SRANDMEMBER on nonexistent key49d1b75
Merge pull request #368 from TingluoHuang/master890a1c8
Merge pull request #375 from Jahaja/xadd-nomkstream73e4e17
use the option237ef14
but skip the invalid one1e41757
few more test casese5f58c0
Support for the NOMKSTREAM option for XADDUpdates
github.com/aws/aws-sdk-go
from 1.54.13 to 1.54.14Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Commits
7255e05
Release v1.54.14 (2024-07-03) (#5302)Updates
github.com/aws/aws-sdk-go-v2/config
from 1.27.23 to 1.27.24Commits
9005edf
Release 2024-07-034d2473c
Regenerated Clientsa04e146
Update endpoints model1dfec25
Update API model66f75b6
Release 2024-07-02607ebbf
Regenerated Clients2307971
Update API model59bb031
Release 2024-07-01bdced9d
Regenerated Clientsee8f044
Update endpoints modelUpdates
github.com/aws/aws-sdk-go-v2/credentials
from 1.17.23 to 1.17.24Commits
9005edf
Release 2024-07-034d2473c
Regenerated Clientsa04e146
Update endpoints model1dfec25
Update API model66f75b6
Release 2024-07-02607ebbf
Regenerated Clients2307971
Update API model59bb031
Release 2024-07-01bdced9d
Regenerated Clientsee8f044
Update endpoints modelUpdates
github.com/aws/aws-sdk-go-v2/feature/s3/manager
from 1.17.4 to 1.17.5Changelog
Sourced from github.com/aws/aws-sdk-go-v2/feature/s3/manager's changelog.
... (truncated)
Commits
b1af56e
Release 2023-02-204f504d9
Regenerated Clientsc6191ff
Update API model8e6fa27
Merge pull request #2026 from aws/firstissue9af2842
Don't skip anonymous (embedded) fields with named tags (#2022)1ca1e18
add changelog entryb19c337
fix int overflow on 32 bit architecture50d82a9
Release 2023-02-1719dc375
Regenerated Clients8fe3523
Update endpoints modelUpdates
github.com/beevik/etree
from 1.3.0 to 1.4.0Release notes
Sourced from github.com/beevik/etree's releases.
Changelog
Sourced from github.com/beevik/etree's changelog.
Commits
4fe8b8c
Release v1.4.0cc099d9
Add NextSibling and PrevSibling element functionscda5fc4
Oldest supported version of go is now 1.1626abf92
Fix bug in ValidateInputfc65111
Fix github actions checkout action version number65acdc1
Update github actions to use setup-go@v58843636
Update github actions for go 1.228bd2f9e
Add ValidateInput option to ReadSettings (#131)f4e0a85
Add element NotNil function (#130)d21e1ce
Add support for auto-closing tagsUpdates
github.com/charmbracelet/bubbletea
from 0.26.1 to 0.26.6Release notes
Sourced from github.com/charmbracelet/bubbletea's releases.
... (truncated)
Commits
60a57ea
fix: nil deref on release terminal42a7dd8
feat(ci): use goreleaser for releases (#1023)a08802e
fix(windows): coninput not handling control sequences (#1041)ab28057
chore: update codeowners (correctly this time)3c6fe8a
chore: update codeowners7899f0f
chore(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0 (#1035)2d65ed6
Removed use of deprecated Copyeb78a8c
fix: program renderer commands (#1030)5331b83
chore(deps): bump github.com/charmbracelet/lipgloss in /examples (#1025)c900512
chore(deps): bump github.com/charmbracelet/x/ansi from 0.1.1 to 0.1.2 (#1026)Updates
github.com/charmbracelet/lipgloss
from 0.10.0 to 0.11.0Release notes
Sourced from github.com/charmbracelet/lipgloss's releases.