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 github.com/ClickHouse/clickhouse-go/v2 from 2.23.0 to 2.29.0 #3212

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2024

Bumps github.com/ClickHouse/clickhouse-go/v2 from 2.23.0 to 2.29.0.

It should also fix two CVEs:

Release notes

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

v2.29.0

What's Changed

Enhancements 🎉

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.28.3...v2.29.0

v2.28.3

What's Changed

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.28.2...v2.28.3

v2.28.2

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.28.1...v2.28.2

v2.28.1

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.28.0...v2.28.1

v2.28.0

... (truncated)

Changelog

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

v2.29.0, 2024-09-24

What's Changed

Enhancements 🎉

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.28.3...v2.29.0

v2.28.3, 2024-09-12

What's Changed

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.28.2...v2.28.3

v2.28.2, 2024-08-30

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.28.1...v2.28.2

v2.28.1, 2024-08-27

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.28.0...v2.28.1

v2.28.0, 2024-08-23

What's Changed

Fixes 🐛

... (truncated)

Commits
  • b616168 Update release notes
  • e5903e5 Bump github.com/docker/docker (#1411)
  • 014acb5 Add ability to handle context cancellations for TCP protocol (#1389)
  • 360020f Add Examples for batch.Column(n).AppendRow in columnar_insert.go (#1410)
  • 877aa63 Update release notes
  • f998d8f Revert the minimum required Go version to 1.21 (#1405)
  • b352f6e Update release notes
  • 3e777af Validate connection in bad state before query execution in the stdlib databas...
  • 2bd4c82 Update README with newer Go versions (#1393)
  • 25b8902 Bump github.com/docker/docker (#1390)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot bot requested review from a team as code owners September 25, 2024 02:05
@dependabot dependabot bot removed the request for review from a team September 25, 2024 02:05
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 25, 2024
@dependabot dependabot bot requested a review from ademidoff September 25, 2024 02:05
@dependabot dependabot bot added the go Pull requests that update Go code label Sep 25, 2024
@dependabot dependabot bot requested review from BupycHuk, idoqo and JiriCtvrtka and removed request for a team September 25, 2024 02:05
@github-actions github-actions bot enabled auto-merge (squash) September 25, 2024 02:05
@JiriCtvrtka
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/ClickHouse/clickhouse-go/v2-2.29.0 branch from 8441d5e to e0f2a84 Compare September 27, 2024 05:34
@idoqo
Copy link
Contributor

idoqo commented Oct 4, 2024

@dependabot recreate

Bumps [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) from 2.23.0 to 2.29.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.0...v2.29.0)

---
updated-dependencies:
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/ClickHouse/clickhouse-go/v2-2.29.0 branch from e0f2a84 to 7eafb64 Compare October 4, 2024 05:32
Copy link

codecov bot commented Oct 9, 2024

Codecov Report

Attention: Patch coverage is 28.57143% with 5 lines in your changes missing coverage. Please review.

Project coverage is 43.38%. Comparing base (e6119b4) to head (135fb21).
Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
admin/pkg/docker/docker.go 0.00% 2 Missing ⚠️
...ed/services/management/dbaas/components_service.go 0.00% 2 Missing ⚠️
admin/pkg/docker/pull_image.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3212      +/-   ##
==========================================
- Coverage   43.40%   43.38%   -0.03%     
==========================================
  Files         399      399              
  Lines       41698    41698              
==========================================
- Hits        18101    18091      -10     
- Misses      21581    21591      +10     
  Partials     2016     2016              
Flag Coverage Δ
admin 11.67% <40.00%> (ø)
agent 52.89% <ø> (-0.14%) ⬇️
managed 44.43% <0.00%> (+<0.01%) ⬆️
vmproxy 66.66% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

…go/v2-2.29.0' of github.com:percona/pmm into dependabot/go_modules/github.com/ClickHouse/clickhouse-go/v2-2.29.0
@ademidoff
Copy link
Member

ademidoff commented Oct 9, 2024

@BupycHuk @JiriCtvrtka @idoqo
Please review, it should fix two CVEs.

@github-actions github-actions bot merged commit 4e5e2e9 into main Oct 9, 2024
31 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/github.com/ClickHouse/clickhouse-go/v2-2.29.0 branch October 9, 2024 06:00
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.

3 participants