Skip to content
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-mod group across 1 directory with 5 updates #12

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps the go-mod group with 5 updates in the / directory:

Package From To
github.com/ClickHouse/clickhouse-go/v2 2.23.1 2.24.0
github.com/testcontainers/testcontainers-go 0.30.0 0.31.0
github.com/testcontainers/testcontainers-go/modules/clickhouse 0.30.0 0.31.0
golang.org/x/text 0.14.0 0.15.0
golang.org/x/tools 0.20.0 0.21.0

Updates github.com/ClickHouse/clickhouse-go/v2 from 2.23.1 to 2.24.0

Release notes

Sourced from github.com/ClickHouse/clickhouse-go/v2's releases.

v2.24.0

What's Changed

Enhancements 🎉

Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.23.2...v2.24.0

v2.23.2

What's Changed

Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.23.1...v2.23.2

Changelog

Sourced from github.com/ClickHouse/clickhouse-go/v2's changelog.

v2.24.0, 2024-05-08

What's Changed

Enhancements 🎉

Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.23.2...v2.24.0

v2.23.2, 2024-04-25

What's Changed

Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.23.1...v2.23.2

Commits
  • 28fd6a4 Update release notes
  • 544f2a7 fix: fix some nil checks (#1283)
  • cd37406 Optional flag to close query with flush (#1276)
  • 1ae716e Bump go.opentelemetry.io/otel/trace from 1.24.0 to 1.26.0 (#1282)
  • 0771fb3 Bump github.com/docker/docker (#1289)
  • a9bbb75 Fix prepare batch does not break on values substring in table name (#1290)
  • c3f7a77 Always compress responses when the client compression is on (#1286)
  • 6985077 Merge pull request #1291 from ClickHouse/gg/append_block_lc_fix
  • 42eeaa8 Don't recreate keys from LC columns from direct stream
  • 8b2d0a8 Update release notes
  • Additional commits viewable in compare view

Updates github.com/testcontainers/testcontainers-go from 0.30.0 to 0.31.0

Release notes

Sourced from github.com/testcontainers/testcontainers-go's releases.

v0.31.0

What's Changed

⚠️ Breaking Changes

Are you hosting your own Testcontainers for Go module?

If you are hosting your own module, please update all the custom options you created for the module, updating them to return an error in the case it occurs. This breaking change is needed to provide a more robust and consistent API for creating modules, allowing module authors to create custom code to customise the container avoiding panics.

🔒 Security

  • chore(deps): bump github.com/containerd/containerd from 1.7.12 to 1.7.15 (#2517) @​mdelapenya

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

... (truncated)

Commits
  • 896f379 chore: use new version (v0.31.0) in modules and examples
  • 788097d feat(mongodb): add replica set support via opts (#2469)
  • de893e1 fix(modules.kafka): Use broker container IP instead of host IP for advertised...
  • 5fa6548 feat: expose JSON representation of a container with Inspect (#2534)
  • b181e3e chore(deps): bump test-summary action to v2.3 (#2535)
  • b5541e6 chore(deps): bump jinja2 from 3.1.3 to 3.1.4 (#2533)
  • 5c5ff44 Update devcontainer image (#2531)
  • 4effa16 chore(influxdb): include more characters in wait for log regex (#2532)
  • 5e97046 fix(compose): avoid race conditions when caching services (#2528)
  • da2d5c5 chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 5.1.0 (#2525)
  • Additional commits viewable in compare view

Updates github.com/testcontainers/testcontainers-go/modules/clickhouse from 0.30.0 to 0.31.0

Release notes

Sourced from github.com/testcontainers/testcontainers-go/modules/clickhouse's releases.

v0.31.0

What's Changed

⚠️ Breaking Changes

Are you hosting your own Testcontainers for Go module?

If you are hosting your own module, please update all the custom options you created for the module, updating them to return an error in the case it occurs. This breaking change is needed to provide a more robust and consistent API for creating modules, allowing module authors to create custom code to customise the container avoiding panics.

🔒 Security

  • chore(deps): bump github.com/containerd/containerd from 1.7.12 to 1.7.15 (#2517) @​mdelapenya

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

... (truncated)

Commits
  • 896f379 chore: use new version (v0.31.0) in modules and examples
  • 788097d feat(mongodb): add replica set support via opts (#2469)
  • de893e1 fix(modules.kafka): Use broker container IP instead of host IP for advertised...
  • 5fa6548 feat: expose JSON representation of a container with Inspect (#2534)
  • b181e3e chore(deps): bump test-summary action to v2.3 (#2535)
  • b5541e6 chore(deps): bump jinja2 from 3.1.3 to 3.1.4 (#2533)
  • 5c5ff44 Update devcontainer image (#2531)
  • 4effa16 chore(influxdb): include more characters in wait for log regex (#2532)
  • 5e97046 fix(compose): avoid race conditions when caching services (#2528)
  • da2d5c5 chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 5.1.0 (#2525)
  • Additional commits viewable in compare view

Updates golang.org/x/text from 0.14.0 to 0.15.0

Commits

Updates golang.org/x/tools from 0.20.0 to 0.21.0

Commits
  • cc29c91 go.mod: update golang.org/x dependencies
  • 397fef9 gopls/internal/protocol: add links to LSP spec
  • e2a352c internal/refactor/inline: extensible API
  • c16c816 go/analysis/passes/stdversion: test *.go < go.mod version
  • 629a7be go/analysis/analysistest: stricter errors and GOWORK setting
  • 4db1697 go/packages/packagestest: fold modules_111.go into modules.go
  • ccdef3c gopls/internal/golang: fix nil panic in InlayHint
  • 74c9cfe go/analysis: add Pass.ReadFile
  • 5ef4fc9 gopls/internal/golang/completion: fix the isEmptyInterface predicate
  • 77f691b internal/gcimporter: use Alias.Rhs, not unsafe hack
  • Additional commits viewable in compare view

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 commands and options

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 13, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-mod-30043cad5e branch 2 times, most recently from ffa1203 to 39162e1 Compare May 20, 2024 11:39
Bumps the go-mod group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) | `2.23.1` | `2.24.0` |
| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.30.0` | `0.31.0` |
| [github.com/testcontainers/testcontainers-go/modules/clickhouse](https://github.com/testcontainers/testcontainers-go) | `0.30.0` | `0.31.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.14.0` | `0.15.0` |
| [golang.org/x/tools](https://github.com/golang/tools) | `0.20.0` | `0.21.0` |



Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.23.1 to 2.24.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.1...v2.24.0)

Updates `github.com/testcontainers/testcontainers-go` from 0.30.0 to 0.31.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.30.0...v0.31.0)

Updates `github.com/testcontainers/testcontainers-go/modules/clickhouse` from 0.30.0 to 0.31.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.30.0...v0.31.0)

Updates `golang.org/x/text` from 0.14.0 to 0.15.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.14.0...v0.15.0)

Updates `golang.org/x/tools` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.20.0...v0.21.0)

---
updated-dependencies:
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/testcontainers/testcontainers-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/testcontainers/testcontainers-go/modules/clickhouse
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-mod-30043cad5e branch from 39162e1 to 2dd090c Compare May 27, 2024 11:14
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 3, 2024

Superseded by #17.

@dependabot dependabot bot closed this Jun 3, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/go-mod-30043cad5e branch June 3, 2024 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants