Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2023

Bumps the stable-updates group with 12 updates:

Package From To
github.com/felixge/httpsnoop 1.0.3 1.0.4
github.com/go-chi/chi/v5 5.0.7 5.0.10
github.com/go-chi/render 1.0.2 1.0.3
github.com/minio/minio-go/v7 7.0.22 7.0.63
github.com/rs/cors 1.8.2 1.10.1
github.com/spf13/afero 1.9.3 1.10.0
github.com/spf13/cobra 1.5.0 1.8.0
go.opentelemetry.io/otel/sdk 1.16.0 1.19.0
go.uber.org/zap 1.23.0 1.26.0
k8s.io/api 0.25.1 0.28.3
k8s.io/client-go 0.25.1 0.28.3
k8s.io/code-generator 0.25.1 0.28.3

Updates github.com/felixge/httpsnoop from 1.0.3 to 1.0.4

Release notes

Sourced from github.com/felixge/httpsnoop's releases.

v1.0.4

felixge/httpsnoop@v1.0.3...v1.0.4

Commits

Updates github.com/go-chi/chi/v5 from 5.0.7 to 5.0.10

Release notes

Sourced from github.com/go-chi/chi/v5's releases.

v5.0.10

Thank you to all contributors and reviewers :)

v5.0.9

v5.0.8

Changelog

Sourced from github.com/go-chi/chi/v5's changelog.

v5.0.10 (2023-07-13)

v5.0.9 (2023-07-13)

v5.0.8 (2022-12-07)

Commits

Updates github.com/go-chi/render from 1.0.2 to 1.0.3

Commits

Updates github.com/minio/minio-go/v7 from 7.0.22 to 7.0.63

Release notes

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

Bugfix release

What's Changed

Full Changelog: minio/minio-go@v7.0.62...v7.0.63

Bugfix release

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.61...v7.0.62

Bugfix Release

What's Changed

Full Changelog: minio/minio-go@v7.0.60...v7.0.61

Bugfix release

What's Changed

Full Changelog: minio/minio-go@v7.0.59...v7.0.60

Feature Release

What's Changed

Full Changelog: minio/minio-go@v7.0.58...v7.0.59

... (truncated)

Commits

Updates github.com/rs/cors from 1.8.2 to 1.10.1

Commits
  • e19471c Prevent empty Access-Control-Expose-Headers header (#160)
  • 20a76bd Update benchmark
  • 46855ae Remove travis build report from README
  • cefce9c Fix action file
  • 5288ed0 Remove Origin always added to allowed header
  • 080e86e Remove most allocations
  • d3f0a2b Allow 0 max-age
  • 6599721 Add AllowOriginVaryRequestFunc to correctly handle Vary header
  • 6c6189c Migrate from gocover
  • 41a5eef Keep method case-sensitive
  • Additional commits viewable in compare view

Updates github.com/spf13/afero from 1.9.3 to 1.10.0

Release notes

Sourced from github.com/spf13/afero's releases.

v1.10.0

What's Changed

New Contributors

Full Changelog: spf13/afero@v1.9.5...v1.10.0

v1.9.5

Full Changelog: spf13/afero@v1.9.4...v1.9.5

v1.9.4

What's Changed

New Contributors

Full Changelog: spf13/afero@v1.9.3...v1.9.4

Commits
  • ee6eef7 Fix rename mem fs with descendants
  • 45ef346 Add zos build flags
  • 1882278 Add sftpfs files ReadAt method
  • d92c300 Fix failing tests on Windows with Go 1.20
  • 501e8d3 Fix io.Seek* deprecation errors
  • 1edd01a Run go mod tidy
  • 4ba522f fix(deps): golang.org/x/crypto, golang.org/x/text
  • cf95922 all: Run gofumpt -l -w .
  • a6023d2 github: Update Go build matrix
  • 3b1116b memmap: Fix renaming a dir with sub-directories (#239)
  • See full diff in compare view

Updates github.com/spf13/cobra from 1.5.0 to 1.8.0

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.8.0

✨ Features

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation


Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍

Full Changelog: spf13/cobra@v1.7.0...v1.8.0

v1.7.0

... (truncated)

Commits
  • a0a6ae0 Improve API to get flag completion function (#2063)
  • 890302a Support usage as plugin for tools like kubectl (#2018)
  • 48cea5c build(deps): bump actions/checkout from 3 to 4 (#2028)
  • 22953d8 Replace all non-alphanumerics in active help env var program prefix (#1940)
  • 00b68a1 Add tests for flag completion registration (#2053)
  • b711e87 Don't complete --help flag when flag parsing disabled (#2061)
  • 8b1eba4 Fix linter errors (#2052)
  • 4cafa37 Allow running persistent run hooks of all parents (#2044)
  • 5c962a2 build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.2 to 2.0.3 (#2047)
  • efe8fa3 build(deps): bump actions/setup-go from 3 to 4 (#1934)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel/sdk from 1.16.0 to 1.19.0

Changelog

Sourced from go.opentelemetry.io/otel/sdk's changelog.

[1.19.0/0.42.0/0.0.7] 2023-09-28

This release contains the first stable release of the OpenTelemetry Go [metric SDK]. Our project stability guarantees now apply to the go.opentelemetry.io/otel/sdk/metric package. See our versioning policy for more information about these stability guarantees.

Added

  • Add the "Roll the dice" getting started application example in go.opentelemetry.io/otel/example/dice. (#4539)
  • The WithWriter and WithPrettyPrint options to go.opentelemetry.io/otel/exporters/stdout/stdoutmetric to set a custom io.Writer, and allow displaying the output in human-readable JSON. (#4507)

Changed

  • Allow '/' characters in metric instrument names. (#4501)
  • The exporter in go.opentelemetry.io/otel/exporters/stdout/stdoutmetric does not prettify its output by default anymore. (#4507)
  • Upgrade gopkg.io/yaml from v2 to v3 in go.opentelemetry.io/otel/schema. (#4535)

Fixed

  • In go.opentelemetry.op/otel/exporters/prometheus, don't try to create the Prometheus metric on every Collect if we know the scope is invalid. (#4499)

Removed

  • Remove "go.opentelemetry.io/otel/bridge/opencensus".NewMetricExporter, which is replaced by NewMetricProducer. (#4566)

[1.19.0-rc.1/0.42.0-rc.1] 2023-09-14

This is a release candidate for the v1.19.0/v0.42.0 release. That release is expected to include the v1 release of the OpenTelemetry Go metric SDK and will provide stability guarantees of that SDK. See our versioning policy for more information about these stability guarantees.

Changed

  • Allow '/' characters in metric instrument names. (#4501)

Fixed

  • In go.opentelemetry.op/otel/exporters/prometheus, don't try to create the prometheus metric on every Collect if we know the scope is invalid. (#4499)

[1.18.0/0.41.0/0.0.6] 2023-09-12

This release drops the compatibility guarantee of [Go 1.19].

Added

  • Add WithProducer option in go.opentelemetry.op/otel/exporters/prometheus to restore the ability to register producers on the prometheus exporter's manual reader. (#4473)
  • Add IgnoreValue option in go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest to allow ignoring values when comparing metrics. (#4447)

Changed

... (truncated)

Commits

Updates go.uber.org/zap from 1.23.0 to 1.26.0

Release notes

Sourced from go.uber.org/zap's releases.

v1.26.0

Enhancements:

  • #1297[]: Add Dict as a Field.
  • #1319[]: Add WithLazy method to Logger which lazily evaluates the structured context.
  • #1350[]: String encoding is much (~50%) faster now.

Thanks to @​hhk7734, @​jquirke, @​cdvr1993 for their contributions to this release.

#1297: uber-go/zap#1297 #1319: uber-go/zap#1319 #1350: uber-go/zap#1350

v1.25.0

This release contains several improvements including performance, API additions, and two new experimental packages whose APIs are unstable and may change in the future.

Enhancements:

  • #1246[]: Add zap/exp/zapslog package for integration with slog.
  • #1273[]: Add Name to Logger which returns the Logger's name if one is set.
  • #1281[]: Add zap/exp/expfield package which contains helper methods Str and Strs for constructing String-like zap.Fields.
  • #1310[]: Reduce stack size on Any.

Thanks to @​knight42, @​dzakaammar, @​bcspragu, and @​rexywork for their contributions to this release.

#1246: uber-go/zap#1246 #1273: uber-go/zap#1273 #1281: uber-go/zap#1281 #1310: uber-go/zap#1310

v1.24.0

Enhancements:

  • #1148[]: Add Level to both Logger and SugaredLogger that reports the current minimum enabled log level.
  • #1185[]: SugaredLogger turns errors to zap.Error automatically.

Thanks to @​Abirdcfly, @​craigpastro, @​nnnkkk7, and @​sashamelentyev for their contributions to this release.

#1148: uber-go/zap#1148 #1185: uber-go/zap#1185

Changelog

Sourced from go.uber.org/zap's changelog.

1.26.0 (14 Sep 2023)

Enhancements:

  • #1297[]: Add Dict as a Field.
  • #1319[]: Add WithLazy method to Logger which lazily evaluates the structured context.
  • #1350[]: String encoding is much (~50%) faster now.

Thanks to @​hhk7734, @​jquirke, and @​cdvr1993 for their contributions to this release.

#1297: uber-go/zap#1297 #1319: uber-go/zap#1319 #1350: uber-go/zap#1350

1.25.0 (1 Aug 2023)

This release contains several improvements including performance, API additions, and two new experimental packages whose APIs are unstable and may change in the future.

Enhancements:

  • #1246[]: Add zap/exp/zapslog package for integration with slog.
  • #1273[]: Add Name to Logger which returns the Logger's name if one is set.
  • #1281[]: Add zap/exp/expfield package which contains helper methods Str and Strs for constructing String-like zap.Fields.
  • #1310[]: Reduce stack size on Any.

Thanks to @​knight42, @​dzakaammar, @​bcspragu, and @​rexywork for their contributions to this release.

#1246: uber-go/zap#1246 #1273: uber-go/zap#1273 #1281: uber-go/zap#1281 #1310: uber-go/zap#1310

1.24.0 (30 Nov 2022)

Enhancements:

  • #1148[]: Add Level to both Logger and SugaredLogger that reports the current minimum enabled log level.
  • #1185[]: SugaredLogger turns errors to zap.Error automatically.

Thanks to @​Abirdcfly, @​craigpastro, @​nnnkkk7, and @​sashamelentyev for their contributions to this release.

#1148: https://github.coml/uber-go/zap/pull/1148 #1185: https://github.coml/uber-go/zap/pull/1185

Commits

Updates k8s.io/api from 0.25.1 to 0.28.3

Commits
  • 59c6b15 Update dependencies to v0.28.3 tag
  • 579c82b Merge pull request #121128 from MadhavJivrajani/bump-x-net-128
  • f72d479 .: bump golang.org/x/net to v0.17.0
  • 546e425 Merge pull request #120329liggitt/automated-cherry-pick-of-#120327
  • 7315e44 Revert to json-patch 4.12.0
  • 962dfd4 Merge pull request #120208mimowo/automated-cherry-pick-of-#120204
  • 37b4561 Mark Job onPodConditions as optional in pod failure policy
  • ac59949 Merge remote-tracking branch 'origin/master' into release-1.28
  • e32cee6 Merge pull request #119876 from marosset/revert-118895
  • b582191 Revert "Merge pull request #118895 from RyanAoh/kep-1860"
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.25.1 to 0.28.3

Commits
  • 9d454d6 Update dependencies to v0.28.3 tag
  • fb42861 Merge pull request #121128 from MadhavJivrajani/bump-x-net-128
  • a013666 .: bump golang.org/x/net to v0.17.0
  • 745513a Merge pull request #120359Jefftree/automated-cherry-pick-of-#119870
  • 29a840d Merge pull request #120329liggitt/automated-cherry-pick-of-#120327
  • 805102c Revert to json-patch 4.12.0
  • fe76ecc Merge remote-tracking branch 'origin/master' into release-1.28
  • a715d8b Merge pull request #119876 from marosset/revert-118895
  • 3163e5a Revert "Merge pull request #118895 from RyanAoh/kep-1860"
  • 43a6d93 Fallback to legacy discovery on a wider range of conditions in aggregator
  • Additional commits viewable in compare view

Updates k8s.io/code-generator from 0.25.1 to 0.28.3

Commits
  • 69e9240 Merge pull request #121128 from MadhavJivrajani/bump-x-net-128
  • 6cf3458 .: bump golang.org/x/net to v0.17.0
  • 791c213 Merge remote-tracking branch 'origin/master' into release-1.28
  • a66bf75 .*: bump golang.org/x/net to v0.13.0
  • fee1cc9 Merge pull request #118204 from sttts/sttts-openapi-v2-parameter-refs
  • 44fe511 Merge pull request #119312 from pacoxu/prometheus/common-v0.44
  • c56ebf3 upgrade prometheus common to v0.44.0
  • 3cea41d Merge pull request #119330 from bertinatto/fix-conn-reuse-test
  • c293887 Proactively bump golang.org/x/net to v0.12.0
  • b265455 Fix lifecycle generator to check the version correctly (#119268)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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

Bumps the stable-updates group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/felixge/httpsnoop](https://github.com/felixge/httpsnoop) | `1.0.3` | `1.0.4` |
| [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) | `5.0.7` | `5.0.10` |
| [github.com/go-chi/render](https://github.com/go-chi/render) | `1.0.2` | `1.0.3` |
| [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.22` | `7.0.63` |
| [github.com/rs/cors](https://github.com/rs/cors) | `1.8.2` | `1.10.1` |
| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.3` | `1.10.0` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.5.0` | `1.8.0` |
| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.16.0` | `1.19.0` |
| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.23.0` | `1.26.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.25.1` | `0.28.3` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.25.1` | `0.28.3` |
| [k8s.io/code-generator](https://github.com/kubernetes/code-generator) | `0.25.1` | `0.28.3` |


Updates `github.com/felixge/httpsnoop` from 1.0.3 to 1.0.4
- [Release notes](https://github.com/felixge/httpsnoop/releases)
- [Commits](felixge/httpsnoop@v1.0.3...v1.0.4)

Updates `github.com/go-chi/chi/v5` from 5.0.7 to 5.0.10
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](go-chi/chi@v5.0.7...v5.0.10)

Updates `github.com/go-chi/render` from 1.0.2 to 1.0.3
- [Commits](go-chi/render@v1.0.2...v1.0.3)

Updates `github.com/minio/minio-go/v7` from 7.0.22 to 7.0.63
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](minio/minio-go@v7.0.22...v7.0.63)

Updates `github.com/rs/cors` from 1.8.2 to 1.10.1
- [Release notes](https://github.com/rs/cors/releases)
- [Commits](rs/cors@v1.8.2...v1.10.1)

Updates `github.com/spf13/afero` from 1.9.3 to 1.10.0
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](spf13/afero@v1.9.3...v1.10.0)

Updates `github.com/spf13/cobra` from 1.5.0 to 1.8.0
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.5.0...v1.8.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.16.0 to 1.19.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.16.0...v1.19.0)

Updates `go.uber.org/zap` from 1.23.0 to 1.26.0
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.23.0...v1.26.0)

Updates `k8s.io/api` from 0.25.1 to 0.28.3
- [Commits](kubernetes/api@v0.25.1...v0.28.3)

Updates `k8s.io/client-go` from 0.25.1 to 0.28.3
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.25.1...v0.28.3)

Updates `k8s.io/code-generator` from 0.25.1 to 0.28.3
- [Commits](kubernetes/code-generator@v0.25.1...v0.28.3)

---
updated-dependencies:
- dependency-name: github.com/felixge/httpsnoop
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stable-updates
- dependency-name: github.com/go-chi/chi/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stable-updates
- dependency-name: github.com/go-chi/render
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stable-updates
- dependency-name: github.com/minio/minio-go/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stable-updates
- dependency-name: github.com/rs/cors
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
- dependency-name: github.com/spf13/afero
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
- dependency-name: k8s.io/code-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@codecov-commenter
Copy link

Codecov Report

Merging #293 (6be2571) into master (d244a20) will not change coverage.
Report is 1 commits behind head on master.
The diff coverage is n/a.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@           Coverage Diff           @@
##           master     #293   +/-   ##
=======================================
  Coverage   56.04%   56.04%           
=======================================
  Files          37       37           
  Lines        4116     4116           
=======================================
  Hits         2307     2307           
  Misses       1686     1686           
  Partials      123      123           

@s-radyuk s-radyuk merged commit f9eea7e into master Nov 7, 2023
@s-radyuk s-radyuk deleted the dependabot/go_modules/stable-updates-1426d83b91 branch November 7, 2023 10:45
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants