kobsio / kobs

Kubernetes Observability Platform
https://kobs.io
MIT License
153 stars 10 forks source link

Bump the gomod group with 22 updates #628

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the gomod group with 22 updates:

Package From To
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.9.2 1.10.0
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob 1.3.0 1.3.1
github.com/ClickHouse/clickhouse-go/v2 2.19.0 2.22.4
github.com/DataDog/datadog-api-client-go/v2 2.23.0 2.24.0
github.com/alecthomas/kong 0.8.1 0.9.0
github.com/coreos/go-oidc/v3 3.9.0 3.10.0
github.com/go-sql-driver/mysql 1.7.1 1.8.1
github.com/kiali/kiali 1.80.0 1.82.0
github.com/minio/minio-go/v7 7.0.67 7.0.69
github.com/mmcdole/gofeed 1.2.1 1.3.0
github.com/prometheus/client_golang 1.18.0 1.19.0
github.com/prometheus/common 0.48.0 0.51.1
github.com/signalsciences/go-sigsci 0.1.19 0.1.20
github.com/stretchr/testify 1.8.4 1.9.0
github.com/vmware-tanzu/velero 1.11.1 1.13.1
golang.org/x/crypto 0.20.0 0.21.0
golang.org/x/oauth2 0.17.0 0.18.0
google.golang.org/api 0.167.0 0.171.0
k8s.io/api 0.29.2 0.29.3
k8s.io/apiextensions-apiserver 0.29.2 0.29.3
k8s.io/apimachinery 0.29.2 0.29.3
k8s.io/client-go 0.29.2 0.29.3

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.9.2 to 1.10.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.

sdk/azcore/v1.10.0

1.10.0 (2024-02-29)

Features Added

  • Added logging event log.EventResponseError that will contain the contents of ResponseError.Error() whenever an azcore.ResponseError is created.
  • Added runtime.NewResponseErrorWithErrorCode for creating an azcore.ResponseError with a caller-supplied error code.
  • Added type MatchConditions for use in conditional requests.

Bugs Fixed

  • Fixed a potential race condition between NullValue and IsNullValue.
  • runtime.EncodeQueryParams will escape semicolons before calling url.ParseQuery.

Other Changes

  • Update dependencies.
Commits


Updates github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.3.0 to 1.3.1

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/storage/azblob's releases.

sdk/storage/azblob/v1.3.1

1.3.1 (2024-02-28)

Bugs Fixed

  • Re-enabled SharedKeyCredential authentication mode for non TLS protected endpoints.
  • Use random write in DownloadFile method. Fixes #22426.
Commits


Updates github.com/ClickHouse/clickhouse-go/v2 from 2.19.0 to 2.22.4

Release notes

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

v2.22.4

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: https://github.com/ClickHouse/clickhouse-go/compare/v2.22.3...v2.22.4

v2.22.3

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: https://github.com/ClickHouse/clickhouse-go/compare/v2.22.2...v2.22.3

v2.22.2

What's Changed

Fixes 🐛

New Contributors

Full Changelog: https://github.com/ClickHouse/clickhouse-go/compare/v2.22.1...v2.22.2

v2.22.1

What's Changed

Fixes 🐛

Full Changelog: https://github.com/ClickHouse/clickhouse-go/compare/v2.22.0...v2.22.1

v2.22.0

... (truncated)

Changelog

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

v2.22.4, 2024-03-25

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: https://github.com/ClickHouse/clickhouse-go/compare/v2.22.3...v2.22.4

v2.22.3, 2024-03-25

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: https://github.com/ClickHouse/clickhouse-go/compare/v2.22.2...v2.22.3

v2.22.2, 2024-03-18

What's Changed

Fixes 🐛

New Contributors

Full Changelog: https://github.com/ClickHouse/clickhouse-go/compare/v2.22.1...v2.22.2

v2.22.1, 2024-03-18

What's Changed

Fixes 🐛

Full Changelog: https://github.com/ClickHouse/clickhouse-go/compare/v2.22.0...v2.22.1

v2.20.0, 2024-02-28

What's Changed

Enhancements 🎉

Other Changes 🛠

... (truncated)

Commits


Updates github.com/DataDog/datadog-api-client-go/v2 from 2.23.0 to 2.24.0

Release notes

Sourced from github.com/DataDog/datadog-api-client-go/v2's releases.

v2.24.0

What's Changed

Fixed

Added

Deprecated

New Contributors

Full Changelog: https://github.com/DataDog/datadog-api-client-go/compare/v2.23.0...v2.24.0

Changelog

Sourced from github.com/DataDog/datadog-api-client-go/v2's changelog.

2.24.0 / 2024-03-13

Fixed

Added

Deprecated

New Contributors

Full Changelog: https://github.com/DataDog/datadog-api-client-go/compare/v2.23.0...v2.24.0

Commits


Updates github.com/alecthomas/kong from 0.8.1 to 0.9.0

Commits
  • a41b2e8 fix: slices/maps of existingfile would fail to work
  • 8e675d6 fix: broken test
  • 4a9fe05 Support string pointers for path mapper (#360)
  • 088cd78 chore(deps): update all non-major dependencies (#410)
  • 51e3de8 chore(renovate): disable golangci-lint
  • dc13080 feat: Add info about optional flags to usage (#416)
  • fa9b636 Support aliases for flags (#409)
  • 30e8461 chore(deps): update module github.com/alecthomas/assert/v2 to v2.5.0 (#407)
  • 5e5a0cf chore(deps): update all non-major dependencies (#406)
  • 4907efc chore(deps): update all non-major dependencies (#405)
  • Additional commits viewable in compare view


Updates github.com/coreos/go-oidc/v3 from 3.9.0 to 3.10.0

Release notes

Sourced from github.com/coreos/go-oidc/v3's releases.

v3.10.0

What's Changed

New Contributors

Full Changelog: https://github.com/coreos/go-oidc/compare/v3.9.0...v3.10.0

Commits


Updates github.com/go-sql-driver/mysql from 1.7.1 to 1.8.1

Release notes

Sourced from github.com/go-sql-driver/mysql's releases.

v1.8.1

What's Changed

Bugfixes:

  • fix race condition when context is canceled in #1562 and #1570

Full Changelog: https://github.com/go-sql-driver/mysql/compare/v1.8.0...v1.8.1

v1.8.0

What's Changed

Major changes

  • Use SET NAMES charset COLLATE collation. by @​methane in go-sql-driver/mysql#1437

    • Older go-mysql-driver used collation_id in the handshake packet. But it caused collation mismatch in some situation.
    • If you don't specify charset nor collation, go-mysql-driver sends SET NAMES utf8mb4 for new connection. This uses server's default collation for utf8mb4.
    • If you specify charset, go-mysql-driver sends SET NAMES <charset>. This uses the server's default collation for <charset>.
    • If you specify collation and/or charset, go-mysql-driver sends SET NAMES charset COLLATE collation.
  • PathEscape dbname in DSN. by @​methane in go-sql-driver/mysql#1432

    • This is backward incompatible in rare case. Check your DSN.
  • Drop Go 1.13-17 support by @​methane in go-sql-driver/mysql#1420

    • Use Go 1.18+
  • Parse numbers on text protocol too by @​methane in go-sql-driver/mysql#1452

    • When text protocol is used, go-mysql-driver passed bare []byte to database/sql for avoid unnecessary allocation and conversion.
    • If user specified *any to Scan(), database/sql passed the []byte into the target variabe.
    • This confused users because most user doesn't know when text/binary protocol used.
    • go-mysql-driver 1.8 converts integer/float values into int64/double even in text protocol. This doesn't increase allocation compared to []byte and conversion cost is negilible.
  • New options start using the Functional Option Pattern to avoid increasing technical debt in the Config object. Future version may introduce Functional Option for existing options, but not for now.

Other changes

... (truncated)

Changelog

Sourced from github.com/go-sql-driver/mysql's changelog.

Version 1.8.1 (2024-03-26)

Bugfixes:

  • fix race condition when context is canceled in #1562 and #1570

Version 1.8.0 (2024-03-09)

Major Changes:

  • Use SET NAMES charset COLLATE collation. by @​methane in #1437
    • Older go-mysql-driver used collation_id in the handshake packet. But it caused collation mismatch in some situation.
    • If you don't specify charset nor collation, go-mysql-driver sends SET NAMES utf8mb4 for new connection. This uses server's default collation for utf8mb4.
    • If you specify charset, go-mysql-driver sends SET NAMES <charset>. This uses the server's default collation for <charset>.
    • If you specify collation and/or charset, go-mysql-driver sends SET NAMES charset COLLATE collation.
  • PathEscape dbname in DSN. by @​methane in #1432
    • This is backward incompatible in rare case. Check your DSN.
  • Drop Go 1.13-17 support by @​methane in #1420
    • Use Go 1.18+
  • Parse numbers on text protocol too by @​methane in #1452
    • When text protocol is used, go-mysql-driver passed bare []byte to database/sql for avoid unnecessary allocation and conversion.
    • If user specified *any to Scan(), database/sql passed the []byte into the target variable.
    • This confused users because most user doesn't know when text/binary protocol used.
    • go-mysql-driver 1.8 converts integer/float values into int64/double even in text protocol. This doesn't increase allocation compared to []byte and conversion cost is negatable.
  • New options start using the Functional Option Pattern to avoid increasing technical debt in the Config object. Future version may introduce Functional Option for existing options, but not for now.

Other changes:

Commits


Updates github.com/kiali/kiali from 1.80.0 to 1.82.0

Release notes

Sourced from github.com/kiali/kiali's releases.

Kiali v1.82.0

https://kiali.io/news/release-notes/

Kiali v1.81.0

https://kiali.io/news/release-notes/

Commits
  • 986b724 Release v1.82.0
  • 935f83f Skip forbidden namespaces in multi-cluster mode (#7219)
  • 76c4ec1 Apps lists page optimized to query per cluster (#7211)
  • 076f52e Translate overview page and update frontend dev README with i18n section (#7189)
  • 2a06bbb [hack] silly copy-paste typos in hack script (#7212)
  • 9d1f496 Add cy.session to Cypress auth (#7075)
  • 18e0829 remove verbose_mode that has been deprecated (#7209)
  • 470b68b [hack] make sure we get a version from github (#7204)
  • 0aeaca8 Cache namespaces per cluster and per token (#7200)
  • da7be8e Make Service objects more dependably cluster-aware (#7199)
  • Additional commits viewable in compare view


Updates github.com/minio/minio-go/v7 from 7.0.67 to 7.0.69

Release notes

Sourced from github.com/minio/minio-go/v7's releases.

Bugfix Release

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.67...v7.0.68

Commits


Updates github.com/mmcdole/gofeed from 1.2.1 to 1.3.0

Release notes

Sourced from github.com/mmcdole/gofeed's releases.

v1.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/mmcdole/gofeed/compare/v1.2.1...v1.3.0

Commits


Updates github.com/prometheus/client_golang from 1.18.0 to 1.19.0

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.19.0

What's Changed

The module prometheus/common v0.48.0 introduced an incompatibility when used together with client_golang (See prometheus/client_golang#1448 for more details). If your project uses client_golang and you want to use prometheus/common v0.48.0 or higher, please update client_golang to v1.19.0.

  • [CHANGE] Minimum required go version is now 1.20 (we also test client_golang against new 1.22 version). #1445 #1449
  • [FEATURE] collectors: Add version collector. #1422 #1427

New Contributors

Full Changelog: https://github.com/prometheus/client_golang/compare/v1.18.0...v1.19.0

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.19.0 / 2023-02-27

The module prometheus/common v0.48.0 introduced an incompatibility when used together with client_golang (See prometheus/client_golang#1448 for more details). If your project uses client_golang and you want to use prometheus/common v0.48.0 or higher, please update client_golang to v1.19.0.

  • [CHANGE] Minimum required go version is now 1.20 (we also test client_golang against new 1.22 version). #1445 #1449
  • [FEATURE] collectors: Add version collector. #1422... _Description has been truncated_
codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 71.73%. Comparing base (06b505d) to head (cb1934b). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #628 +/- ## ========================================== + Coverage 71.54% 71.73% +0.18% ========================================== Files 442 442 Lines 67222 65056 -2166 Branches 2872 2872 ========================================== - Hits 48092 46666 -1426 + Misses 18831 18091 -740 Partials 299 299 ``` | [Flag](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | Coverage Δ | | |---|---|---| | [go](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | `68.32% <ø> (+0.47%)` | :arrow_up: | | [node-app](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | `0.00% <ø> (ø)` | | | [node-azure](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | `94.57% <ø> (ø)` | | | [node-core](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | `42.10% <ø> (ø)` | | | [node-datadog](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | `92.77% <ø> (ø)` | | | [node-elasticsearch](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | `91.68% <ø> (ø)` | | | [node-flux](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | `65.99% <ø> (ø)` | | | [node-github](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | `98.30% <ø> (ø)` | | | [node-grafana](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | `89.65% <ø> (ø)` | | | [node-harbor](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | `94.88% <ø> (ø)` | | | [node-helm](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | `99.15% <ø> (ø)` | | | [node-jaeger](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | `90.96% <ø> (ø)` | | | [node-jira](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | `95.66% <ø> (ø)` | | | [node-kiali](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | `89.98% <ø> (ø)` | | | [node-klogs](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | `93.41% <ø> (ø)` | | | [node-mongodb](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | `95.89% <ø> (ø)` | | | [node-opsgenie](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | `83.77% <ø> (ø)` | | | [node-prometheus](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | `88.14% <ø> (ø)` | | | [node-rss](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | `96.16% <ø> (ø)` | | | [node-runbooks](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | `96.36% <ø> (ø)` | | | [node-signalsciences](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | `97.47% <ø> (ø)` | | | [node-sonarqube](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | `96.12% <ø> (ø)` | | | [node-sql](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | `88.80% <ø> (ø)` | | | [node-techdocs](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | `93.14% <ø> (ø)` | | | [node-velero](https://app.codecov.io/gh/kobsio/kobs/pull/628/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio) | `80.71% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kobsio#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.