Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: bump the go group with 17 updates#11431

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJan 5, 2024

Bumps the go group with 17 updates:

PackageFromTo
github.com/aws/smithy-go1.17.01.19.0
github.com/coreos/go-oidc/v33.7.03.9.0
github.com/go-chi/httprate0.7.40.8.0
github.com/go-logr/logr1.3.01.4.1
github.com/gohugoio/hugo0.120.30.121.1
github.com/golang-migrate/migrate/v44.16.04.17.0
github.com/google/uuid1.4.01.5.0
github.com/hashicorp/terraform-json0.18.00.20.0
github.com/jedib0t/go-pretty/v66.4.06.5.0
github.com/open-policy-agent/opa0.58.00.60.0
github.com/prometheus/client_golang1.17.01.18.0
github.com/unrolled/secure1.13.01.14.0
golang.org/x/sync0.5.00.6.0
golang.org/x/sys0.15.00.16.0
golang.org/x/term0.15.00.16.0
google.golang.org/api0.152.00.155.0
google.golang.org/protobuf1.31.01.32.0

Updatesgithub.com/aws/smithy-go from 1.17.0 to 1.19.0

Changelog

Sourced fromgithub.com/aws/smithy-go's changelog.

Release (2023-12-07)

Module Highlights

  • github.com/aws/smithy-go: v1.19.0
    • Feature: Support modeled request compression.

Release (2023-11-30)

  • No change notes available for this release.

Release (2023-11-29)

Module Highlights

  • github.com/aws/smithy-go: v1.18.0
    • Feature: Expose Options() method on generated service clients.

Release (2023-11-15)

Module Highlights

  • github.com/aws/smithy-go: v1.17.0
    • Feature: Support identity/auth components of client reference architecture.

Release (2023-10-31)

Module Highlights

  • github.com/aws/smithy-go: v1.16.0
    • Feature:LANG: Bump minimum go version to 1.19.

Release (2023-10-06)

Module Highlights

  • github.com/aws/smithy-go: v1.15.0
    • Feature: Addhttp.WithHeaderComment middleware.

Release (2023-08-18)

  • No change notes available for this release.

Release (2023-08-07)

Module Highlights

  • github.com/aws/smithy-go: v1.14.1
    • Bug Fix: Prevent duplicated error returns in EndpointResolverV2 default implementation.

Release (2023-07-31)

General Highlights

  • Feature: Adds support for smithy-modeled endpoint resolution.

Release (2022-12-02)

... (truncated)

Commits

Updatesgithub.com/coreos/go-oidc/v3 from 3.7.0 to 3.9.0

Release notes

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

v3.9.0

What's Changed

New Contributors

Full Changelog:coreos/go-oidc@v3.8.0...v3.9.0

v3.8.0

What's Changed

New Contributors

Full Changelog:coreos/go-oidc@v3.7.0...v3.8.0

Commits
  • 6d6be43 build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1
  • 9c21d32 support provider device_authorization_endpoint
  • See full diff incompare view

Updatesgithub.com/go-chi/httprate from 0.7.4 to 0.8.0

Commits

Updatesgithub.com/go-logr/logr from 1.3.0 to 1.4.1

Release notes

Sourced fromgithub.com/go-logr/logr's releases.

v1.4.1

What's Changed

Full Changelog:go-logr/logr@v1.4.0...v1.4.1

v1.4.0

This release dramatically improves interoperability with Go'slog/slog package. In particular,logr.NewContext andlogr.NewContextWithSlogLogger use the same context key, which allowslogr.FromContext andlogr.FromContextAsSlogLogger to returnlogr.Logger or*slog.Logger respectively, including transparently converting each to the other as needed.

Functionslogr/slogr.NewLogr andlogr/slogr.ToSlogHandler have been superceded bylogr.FromSlogHandler andlogr.ToSlogHandler respectively, and typelogr/slogr.SlogSink has been superceded bylogr.SlogSink. All of the old names inlogr/slogr remain, for compatibility.

Packagelogr/funcr now supportslogr.SlogSink, meaning that it's output passes all but one of the Slog conformance tests (that exception being thatfuncr handles the timestamp itself).

Users who have alogr.Logger and need a*slog.Logger can callslog.New(logr.ToSlogHandler(...)) and all output will go through the same stack.

Users who have a*slog.Logger orslog.Handler can calllogr.FromSlogHandler(...) and all output will go through the same stack.

What's Changed

New Contributors

Full Changelog:go-logr/logr@v1.3.0...v1.4.0

Commits
  • dcdc3f2 slogr: fix unintended API break in v0.8.0 (#253)
  • 5d88f52 funcr: Add LogInfoLevel Option to skip logging level in the info log (#240)
  • 177005d build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0
  • e7f489a build(deps): bump github/codeql-action from 2.22.9 to 3.22.11
  • cf56c3b build(deps): bump actions/setup-go from 4 to 5
  • 2ad296e build(deps): bump github/codeql-action from 2.22.8 to 2.22.9
  • d55b4e2 Merge pull request#241 from thockin/master
  • 98ee9d9 Clean up slog testing and restore coverage
  • b228ba8 Break examples to new file
  • 6432877 Add benchmarks for slogSink
  • Additional commits viewable incompare view

Updatesgithub.com/gohugoio/hugo from 0.120.3 to 0.121.1

Release notes

Sourced fromgithub.com/gohugoio/hugo's releases.

v0.121.1

The only change in this release is that the release binaries are compiled withGo 1.21.5 which contains somesecurity fixes that are relevant for Hugo.

v0.121.0

There are some minor new features in this release, but it's mostly a release with bug fixes and dependency updates. One notable dependency update islibweb v1.3.2 which comes with a security fix for the Webpdecoder (chromium:#1479274,CVE-2023-4863). Hugo only uses the encoder (we use Go's native Webp decoder) so we're not affected by this, but we have been contacted by some corporate Hugo users who's eager to have a clean security report.

Notes

  • kin-openapi v0.122.0 has some minor breaking API changes which, from Hugo's side of it, can be adapted by using the new.Map accessors if you get an error.

Bug fixes and enhancements

  • github: Fix CI build on Windows 6d4b01241@​bep
  • Fix handling of dropped error in test 26a8ec207@​alrs
  • resources/resource: Fix GroupByParamDate with raw TOML dates dd6cd6268@​jmooring#11563
  • helpers: Fix TrimShortHTML used by markdownify and RenderString 0bde6931a@​jmooring#11698
  • Pull in the latest code from Go's template packages (#11771) 9f978d387@​bep#10707#11507
  • tpl: Allow using page resources on the images page parameter foropengraph,schema andtwitter_cards templates 14d85ec13@​razonyang
  • hugolib: Apply titleCaseStyle to automatic section pages 171836cdf@​jmooring#11547
  • tpl/urls: Retain query and fragment with absURL and absLangURL 9ea7103db@​jmooring#11772
  • markup: Add Level to Heading struct 3fc42da3d@​jmooring#10776
  • tpl/fmt: Print suppression help with erroridf d24da1712@​jmooring#11506
  • tpl/transform: Display Chroma highlighting errors 4583b4130@​jmooring#9642
  • common/para: Skip flaky test on CI e2a624dd6@​bep
  • watcher: Skip flaky test for now 30a18e882@​bep
  • tpl/transform: Add transform.XMLEscape template function b4c5df42f@​jmooring#3268
  • tpl/tplimpl: Remove superfluous type attr on script elements 8d32ca223@​jmooring#6379
  • common/para: Skip flaky tests on Windows 27620daa2@​bep
  • navigation: Unexport menu entry methods 80d2fdbaa@​jmooring#11670
  • markup/goldmark: Sync image render hook code with Goldmark 805cc1773@​jmooring#11681

Dependency Updates

  • build(deps): bump github.com/alecthomas/chroma/v2 from 2.11.1 to 2.12.0 558f3258a@​dependabot[bot]
  • build(deps): bump github.com/tdewolff/minify/v2 from 2.20.8 to 2.20.9 507f4e356@​dependabot[bot]
  • build(deps): bump github.com/spf13/cast from 1.5.1 to 1.6.0 a7e721e02@​dependabot[bot]
  • build(deps): bump github.com/getkin/kin-openapi from 0.121.0 to 0.122.0 2627b91d3@​dependabot[bot]
  • build(deps): bump golang.org/x/image from 0.13.0 to 0.14.0 e536d461a@​dependabot[bot]
  • deps: Update github.com/tdewolff/minify/v2 v2.20.7 => v2.20.8 bfc325f56@​jmooring#5748
  • build(deps): bump github.com/spf13/afero from 1.10.0 to 1.11.0 36a60f65d@​dependabot[bot]
  • build(deps): bump github.com/evanw/esbuild from 0.19.7 to 0.19.8 de2fcc5e1@​dependabot[bot]
  • build(deps): bump google.golang.org/api from 0.151.0 to 0.152.0 9ca889ba4@​dependabot[bot]
  • deps: Upgrade to libwebp 1.3.2 4fb40ee87@​bep#11746
  • build(deps): bump github.com/aws/aws-sdk-go from 1.48.4 to 1.48.6 bc93a3613@​dependabot[bot]
  • build(deps): bump golang.org/x/tools from 0.15.0 to 0.16.0 3e5bc6f3b@​dependabot[bot]
  • build(deps): bump github.com/getkin/kin-openapi from 0.120.0 to 0.121.0 7c47036f1@​dependabot[bot]

... (truncated)

Commits
  • 00b46fe releaser: Bump versions for release of 0.121.1
  • eb9f1eb Upgrade to Go 1.21.5
  • 5186e76 releaser: Prepare repository for 0.122.0-DEV
  • e321c35 releaser: Bump versions for release of 0.121.0
  • 255e0a9 docs: Regen docshelper
  • 558f325 build(deps): bump github.com/alecthomas/chroma/v2 from 2.11.1 to 2.12.0
  • 6580cd3 docs: Adjust last merge from docs repository
  • 7617de8 docs: Regen docs helper
  • d19ed4d Merge commit '35dec7c96f7ee3eb17dd444f7067f0c776fb56ae'
  • 35dec7c Squashed 'docs/' changes from 4d936aee6..4dd2d6415
  • Additional commits viewable incompare view

Updatesgithub.com/golang-migrate/migrate/v4 from 4.16.0 to 4.17.0

Release notes

Sourced fromgithub.com/golang-migrate/migrate/v4's releases.

v4.17.0

Changelog

  • cf03803 Add rqlite 8.0.0 to tested database versions
  • 12968a7 Add syntax highlighting to Postgres example
  • 50112e7 Add to clickhouse README.md database creation
  • 5ded96d Bump golang.org/x/crypto from 0.14.0 to 0.17.0
  • c3ebd52 Bump google.golang.org/grpc from 1.55.0 to 1.56.3
  • 5026488 Clean up require directive grouping
  • 3b02b18 Correct a spelling mistake
  • cd17c5a Drop support for Go 1.19 and add support for Go 1.21
  • 839421e Leverage quoteIdentifier from pgx
  • bad30b5 Mention migradaptor
  • fb22436 Merge remote-tracking branch 'origin/master' into upgrade-spanner
  • bfedabb Merge remote-tracking branch 'upstream/master'
  • 92dec35 Move supported go version to standard place
  • 4078ef8 New release prep
  • 9fe7383 Quote in drop as well
  • 691f687 Reformat ScyllaDB/Cassandra docs
  • 90a3ac4 Remove cluster adaptation for tables to pass tests
  • 64755d0 Update README.md
  • f2c4b52 Update aws-sdk-go from v1.44.301 to v1.49.6
  • 876a13d Update aws-sdk-go to adress vulerabilitiy
  • b567287 Update from alpine 3.18 to 3.19
  • f2e0b33 Update lib/pq to fix cert permissions issues
  • 208ac53 Update spanner to fix security issue See also:golang-migrate/migrate#952
  • 72957b6 Updated version of spanner to support sequences and generate uuid
  • 7d03609 add 8.11 and 8.12 versions and remove debug logging
  • 7a72550 add tests for scylladb. add scylladb to docs
  • 90273fe clickhouse: Quote db name in ensureVersionTable
  • 5163ac7 feature: add rqlite support
  • ee8a8e5 fix: typo
  • f8afa5a small changes to retry failed by timeout CI
  • 669437c update rqlite 8 container version to 8.0.6

v4.16.2

Changelog

  • 383386b Bump github.com/snowflakedb/gosnowflake from 1.6.3 to 1.6.19
  • 315a205 Update Dockerfiles

v4.16.1

Changelog

  • d72e5c6 Fix typo
  • 23d8d33 Support .deb packages for Ubuntu Jammy Jellyfish and Debian bookworm
  • 0b3b628 Use pgx5 connection string in README
Commits
  • cd17c5a Drop support for Go 1.19 and add support for Go 1.21
  • f2c4b52 Update aws-sdk-go from v1.44.301 to v1.49.6
  • c7c5011 Merge pull request#956 from Kenai/master
  • 9c551d4 Merge pull request#875 from no-name16/clickhouse_create_database_migrations
  • ab24e76 Merge branch 'master' into clickhouse_create_database_migrations
  • e8edcdc Merge branch 'master' into master
  • 691f687 Reformat ScyllaDB/Cassandra docs
  • eb64ffa Merge pull request#947 from mkorolyov/scylladb_support
  • a94396c Merge pull request#857 from luca-nardelli/master
  • 0ba6fc3 Merge pull request#1002 from jsabbatini-upguard/upgrade-spanner
  • Additional commits viewable incompare view

Updatesgithub.com/google/uuid from 1.4.0 to 1.5.0

Release notes

Sourced fromgithub.com/google/uuid's releases.

v1.5.0

1.5.0 (2023-12-12)

Features

  • Validate UUID without creating new UUID (#141) (9ee7366)
Changelog

Sourced fromgithub.com/google/uuid's changelog.

1.5.0 (2023-12-12)

Features

  • Validate UUID without creating new UUID (#141) (9ee7366)
Commits

Updatesgithub.com/hashicorp/terraform-json from 0.18.0 to 0.20.0

Release notes

Sourced fromgithub.com/hashicorp/terraform-json's releases.

v0.20.0

ENHANCEMENTS:

Full Changelog:hashicorp/terraform-json@v0.19.0...v0.20.0

v0.19.0

ENHANCEMENTS:

INTERNAL:

New Contributors

Full Changelog:hashicorp/terraform-json@v0.18.0...v0.19.0

Commits
  • 884568c Merge pull request#117 from sebasslash/add-replace-paths-field
  • e112901 Add ReplacePaths to Change struct
  • 41fa8df Merge pull request#113 from hashicorp/bendbennett/issues-111
  • c00e873 Merge pull request#116 from hashicorp/tsccr-auto-pinning/trusted/2023-12-18
  • 15b3438 Result of tsccr-helper -log-level=info gha update -latest .
  • 9afe2fc Result of tsccr-helper -log-level=info gha update -latest . (#115)
  • daf8e04 github: Disable dependabot for GHA (#114)
  • da9b6fa Unformat plan.json (#111)
  • a2ced5d Add test coverage for handling of numeric values by Plan.UnmarshalJSON (#111)
  • 970acde Add useJSONNumber field to Plan (#111)
  • See full diff incompare view

Updatesgithub.com/jedib0t/go-pretty/v6 from 6.4.0 to 6.5.0

Release notes

Sourced fromgithub.com/jedib0t/go-pretty/v6's releases.

v6.5.0

Features

  • table
    • SuppressTrailingSpaces() to remove trailing spaces in tables without borders; thanks@​shreddedbacon

Bug-Fixes

  • table
    • handle negative column WidthMax values gracefully; fixes#285

v6.4.9

Bug-Fixes

  • table
    • do not merge content cells with empty ones (#280)

v6.4.8

Features

v6.4.7

Features

  • text
  • progress // thanks@​NathanBaulch for all of the following
    • support rendering trackers that haven't started yet (#270)
    • secondary sort by start time (#271)
    • stability fix for descending sorts (#272)
    • render never started trackers properly (#273)
    • overall ETA never less than max ETA (#274)

v6.4.6

Features

  • table
    • honor border color overrides for title row (#260)

v6.4.5

Features

  • table
    • option to custom color borders/separators (#259)
      • table.Style().Color.Border
      • table.Style().Color.Separator
  • text

v6.4.4

Features

  • table
    • option to avoid coloring borders/separators (table.Style().Options.DoNotColorBordersAndSeparators)

v6.4.3

... (truncated)

Commits
  • f26db87 table: handle negative WidthMax values (#289)
  • a0c7cb6 table: SupressTrailingSpaces -> SuppressTrailingSpaces (#288)
  • 8dba2e0 table: SuppressTrailingSpaces to remove all trailing spaces in output (#287)
  • 63a8784 sonar: ignore the block of test for bidi warnings (#282)
  • 573bf90 fix sonar-project.properties (#281)
  • 64ffc58 table: do not merge content cells with empty ones (#280)
  • 17050b7 table: RenderTSV to render in tab-separated-values format (#277)
  • 05c0986 progress: Overall ETA never less than max ETA (#274)
  • 13d3a1d progress: render never started trackers properly (#273)
  • f16973f progress: Stability fix for descending sorts (#272)
  • Additional commits viewable incompare view

Updatesgithub.com/open-policy-agent/opa from 0.58.0 to 0.60.0

Release notes

Sourced fromgithub.com/open-policy-agent/opa's releases.

v0.60.0

Runtime, Tooling, SDK

  • OPA can be run in 1.0 compatibility mode by using the new--v1-compatible flag. When this mode is enabled, the current release of OPA will behave as OPAv1.0 will eventually behave by default. This flag is currently supported on thebuild,check,fmt,eval andtest commands (#6478) authored by@​johanfylling
  • Extend the telemetry report to include the minimum compatible version of policies loaded into OPA (#6361) co-authored by@​srenatus and@​ashutosh-narkar
  • server: Support fsnotify based reloading of certificate, key and CA cert pool when they change on disk (#5788) authored by@​charlieegan3
  • Add option on the unit test runner to surface builtin errors. This should help with debugging errors generated while running unit tests (#6489) authored by@​jalseth
  • Fix issue inopa fmt where the assignment operator and term in the rule head of chain rules are removed from the re-written rule head (#6467) authored by@​anderseknert
  • cmd/fmt: Replace dependency ondiff tool with an external golang library function (#6284) authored by@​colinjlacy

Topdown and Rego

  • topdown/providers: Preserve user provided http headers in theproviders.aws.sign_req builtin command (#6456) authored by@​c2zwdjnlcg
  • rego: Allow custom builtin function registration to provide a description for the builtin (#6449) authored by@​lcarva
  • ast+cmd: Allow bundle to contain calls to unknown functions when inspected (#6457) authored by@​johanfylling

Docs

  • Add section on the changes proposed for a future OPA v1.0 and update Rego examples to be OPA v1.0 compliant(#6453) authored by@​johanfylling
  • Clarify behavior of thesprintf builtin command when used with the%T marker (#6487) authored by@​lcarva

Website + Ecosystem

Miscellaneous

  • UpdateMakefile to allow customGOFLAGS to be provided to the golang executable (#6458) authored by@​cova-fe
  • Dependency updates; notably:
    • bump golang 1.21.4 -> 1.21.5 (#6460) authored by@​srenatus
    • bump aquasecurity/trivy-action from 0.14.0 to 0.16.0
    • bump github.com/containerd/containerd from 1.7.9 to 1.7.11
    • bump google.golang.org/grpc from 1.59.0 to 1.60.1
    • bump github.com/google/uuid from 1.4.0 to 1.5.0

v0.59.0

This release adds tooling to help prepare existing policies for the upcoming OPA 1.0 release.It also contains a mix of improvements, bugfixes and security fixes for third-party libraries.

NOTES:

  • All published OPA images now run with a non-root uid/gid. Theuid:gid is set to1000:1000 for all images. As a resultthere is no longer a need for the-rootless image variant and hence it will not be published as part of future releases.This change is in line with container security best practices. OPA can still be run with root privileges by explicitly setting the user,either with the--user argument fordocker run, or by specifying thesecurityContext in the Kubernetes Pod specification.

Rego v1

The upcoming release of OPA 1.0, which will be released at a future date, will introduce breaking changes to the Rego language. Most notably:

... (truncated)

Changelog

Sourced fromgithub.com/open-policy-agent/opa's changelog.

0.60.0

Runtime, Tooling, SDK

  • OPA can be run in 1.0 compatibility mode by using the new--v1-compatible flag. When this mode is enabled, the current release of OPA will behave as OPAv1.0 will eventually behave by default. This flag is currently supported on thebuild,check,fmt,eval andtest commands (#6478) authored by@​johanfylling
  • Extend the telemetry report to include the minimum compatible version of policies loaded into OPA (#6361) co-authored by@​srenatus and@​ashutosh-narkar
  • server: Support fsnotify based reloading of certificate, key and CA cert pool when they change on disk (#5788) authored by@​charlieegan3
  • Add option on the unit test runner to surface builtin errors. This should help with debugging errors generated while running unit tests (#6489) authored by@​jalseth
  • Fix issue inopa fmt where the assignment operator and term in the rule head of chain rules are removed from the re-written rule head (#6467) authored by@​anderseknert
  • cmd/fmt: Replace dependency ondiff tool with an external golang library function (#6284) authored by@​colinjlacy

Topdown and Rego

  • topdown/providers: Preserve user provided http headers in theproviders.aws.sign_req builtin command (#6456) authored by@​c2zwdjnlcg
  • rego: Allow custom builtin function registration to provide a description for the builtin (#6449) authored by@​lcarva
  • ast+cmd: Allow bundle to contain calls to unknown functions when inspected (#6457) authored by@​johanfylling

Docs

  • Add section on the changes proposed for a future OPA v1.0 and update Rego examples to be OPA v1.0 compliant(#6453) authored by@​johanfylling
  • Clarify behavior of thesprintf builtin command when used with the%T marker (#6487) authored by@​lcarva

Website + Ecosystem

Miscellaneous

  • UpdateMakefile to allow customGOFLAGS to be provided to the golang executable (#6458) authored by@​cova-fe
  • Dependency updates; notably:
    • bump golang 1.21.4 -> 1.21.5 (#6460) authored by@​srenatus
    • bump aquasecurity/trivy-action from 0.14.0 to 0.16.0
    • bump github.com/containerd/containerd from 1.7.9 to 1.7.11
    • bump google.golang.org/grpc from 1.59.0 to 1.60.1
    • bump github.com/google/uuid from 1.4.0 to 1.5.0

0.59.0

This release adds tooling to help prepare existing policies for the upcoming OPA 1.0 release.It also contains a mix of improvements, bugfixes and security fixes for third-party libraries.

NOTES:

  • All published OPA images now run with a non-root uid/gid. Theuid:gid is set to1000:1000 for all images. As a resultthere is no longer a need for the-rootless image variant and hence it will not be published as part of future releases.This change is in line with container security best practices. OPA can still be run with root privileges by explicitly setting the user,either with the--user argument fordocker run, or by specifying thesecurityContext in the Kubernetes Pod specification.

Rego v1

The upcoming release of OPA 1.0, which will be released at a future date, will introduce breaking changes to the Rego language. Most notably:

  • the keywords that currently must be imported throughimport future.keywords into a module before use will be part of the Rego language by default, without the need to first import them.
  • theif keyword will be required before the body of a rule.
  • thecontains keyword will be required when declaring a multi-value rule (partial set rule).

... (truncated)

Commits
  • a1a2ae3 Prepare v0.60.0 release
  • 9f63fdb ast+cmd: Allowing bundle to contain calls to unknown functions when inspected...
  • f04636a docs: Update generated CLI docs
  • 38c2f0c Adding--v1-compatible flag tobuild,opa eval (#6478)
  • 84751f0 build(deps): bump google.golang.org/grpc from 1.60.0 to 1.60.1
  • 979e626 internal/presentation: cleanup location handling (#6498)
  • b85eb64 .github/workflows: Update name of the checkout action token
  • 24f09cd .github/workflows: Update checkout action token
  • ba46112 Docs: Explain %T behavior of sprintf
  • 6d26f98 feat: Support raising builtin errors in the test runner
  • Additional commits viewable incompare view

Updatesgithub.com/prometheus/client_golang from 1.17.0 to 1.18.0

Release notes

Sourced fromgithub.com/prometheus/client_golang's releases.

v1.18.0

What's Changed

  • [FEATURE] promlint: Allow creation of custom metric validations.#1311
  • [FEATURE] Go programs using client_golang can be built in wasip1 OS.#1350
  • [BUGFIX] histograms: Add timer to reset ASAP after bucket limiting has happened.#1367
  • [BUGFIX] testutil: Fix comparison of metrics with empty Help strings.#1378
  • [ENHANCEMENT] Improved performance ofMetricVec.WithLabelValues(...).#1360

New Contributors

Full Changelog:prometheus/client_golang@v1.17.0...v1.18.0

Changelog

Sourced fromgithub.com/prometheus/client_golang's changelog.

1.18.0 / 2023-12-22

  • [FEATURE] promlint: Allow creation of custom metric validations.#1311
  • [FEATURE] Go programs using client_golang can be built in wasip1 OS.#1350
  • [BUGFIX] histograms: Add timer to reset ASAP after bucket limiting has happened.#1367
  • [BUGFIX] testutil: Fix comparison of metrics with empty Help strings.#1378
  • [ENHANCEMENT] Improved performance ofMetricVec.WithLabelValues(...).#1360
Commits
  • 53be91d Revert "change api http.client to interface"
  • 1a2d072 Add 1.18 changelog
  • 239b123 Merge pull request#1387 from tsipo/main
  • 3f8bd73 Merge pull request#1370 from prometheus/dependabot/go_modules/tutorial/whats...
  • 5e55b31 Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /tutorial/whatsup
  • e96fb18 Merge pull request#1401 from prometheus/dependabot/go_modules/golang.org/x/s...
  • 2a8fc90 Bump golang.org/x/sys from 0.13.0 to 0.15.0
  • 24d59e9 change client to interface, allow override by other implementations (e.g. git...
  • 80d3f0b Normalize empty help values in CollectAndCompare (#1378)
  • 3f80cd1 Add example of NewConstMetricWithCreatedTimestamp (#1375)
  • Additional commits viewable incompare view

Updatesgithub.com/unrolled/secure from 1.13.0 to 1.14.0

Release notes

Sourced fromgithub.com/unrolled/secure's releases.

v1.14.0

What's Changed

Full Changelog:unrolled/secure@v1.13.0...v1.14.0

Commits

Updatesgolang.org/x/sync from 0.5.0 to 0.6.0

Commits

Updatesgolang.org/x/sys from 0.15.0 to 0.16.0

CommitsDescription has been truncated

Bumps the go group with 17 updates:| Package | From | To || --- | --- | --- || [github.com/aws/smithy-go](https://github.com/aws/smithy-go) | `1.17.0` | `1.19.0` || [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc) | `3.7.0` | `3.9.0` || [github.com/go-chi/httprate](https://github.com/go-chi/httprate) | `0.7.4` | `0.8.0` || [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.3.0` | `1.4.1` || [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) | `0.120.3` | `0.121.1` || [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) | `4.16.0` | `4.17.0` || [github.com/google/uuid](https://github.com/google/uuid) | `1.4.0` | `1.5.0` || [github.com/hashicorp/terraform-json](https://github.com/hashicorp/terraform-json) | `0.18.0` | `0.20.0` || [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) | `6.4.0` | `6.5.0` || [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) | `0.58.0` | `0.60.0` || [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.18.0` || [github.com/unrolled/secure](https://github.com/unrolled/secure) | `1.13.0` | `1.14.0` || [golang.org/x/sync](https://github.com/golang/sync) | `0.5.0` | `0.6.0` || [golang.org/x/sys](https://github.com/golang/sys) | `0.15.0` | `0.16.0` || [golang.org/x/term](https://github.com/golang/term) | `0.15.0` | `0.16.0` || [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.152.0` | `0.155.0` || google.golang.org/protobuf | `1.31.0` | `1.32.0` |Updates `github.com/aws/smithy-go` from 1.17.0 to 1.19.0- [Release notes](https://github.com/aws/smithy-go/releases)- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)- [Commits](aws/smithy-go@v1.17.0...v1.19.0)Updates `github.com/coreos/go-oidc/v3` from 3.7.0 to 3.9.0- [Release notes](https://github.com/coreos/go-oidc/releases)- [Commits](coreos/go-oidc@v3.7.0...v3.9.0)Updates `github.com/go-chi/httprate` from 0.7.4 to 0.8.0- [Commits](go-chi/httprate@v0.7.4...v0.8.0)Updates `github.com/go-logr/logr` from 1.3.0 to 1.4.1- [Release notes](https://github.com/go-logr/logr/releases)- [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md)- [Commits](go-logr/logr@v1.3.0...v1.4.1)Updates `github.com/gohugoio/hugo` from 0.120.3 to 0.121.1- [Release notes](https://github.com/gohugoio/hugo/releases)- [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml)- [Commits](gohugoio/hugo@v0.120.3...v0.121.1)Updates `github.com/golang-migrate/migrate/v4` from 4.16.0 to 4.17.0- [Release notes](https://github.com/golang-migrate/migrate/releases)- [Changelog](https://github.com/golang-migrate/migrate/blob/master/.goreleaser.yml)- [Commits](golang-migrate/migrate@v4.16.0...v4.17.0)Updates `github.com/google/uuid` from 1.4.0 to 1.5.0- [Release notes](https://github.com/google/uuid/releases)- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)- [Commits](google/uuid@v1.4.0...v1.5.0)Updates `github.com/hashicorp/terraform-json` from 0.18.0 to 0.20.0- [Release notes](https://github.com/hashicorp/terraform-json/releases)- [Commits](hashicorp/terraform-json@v0.18.0...v0.20.0)Updates `github.com/jedib0t/go-pretty/v6` from 6.4.0 to 6.5.0- [Release notes](https://github.com/jedib0t/go-pretty/releases)- [Commits](jedib0t/go-pretty@v6.4.0...v6.5.0)Updates `github.com/open-policy-agent/opa` from 0.58.0 to 0.60.0- [Release notes](https://github.com/open-policy-agent/opa/releases)- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md)- [Commits](open-policy-agent/opa@v0.58.0...v0.60.0)Updates `github.com/prometheus/client_golang` from 1.17.0 to 1.18.0- [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.17.0...v1.18.0)Updates `github.com/unrolled/secure` from 1.13.0 to 1.14.0- [Release notes](https://github.com/unrolled/secure/releases)- [Commits](unrolled/secure@v1.13.0...v1.14.0)Updates `golang.org/x/sync` from 0.5.0 to 0.6.0- [Commits](golang/sync@v0.5.0...v0.6.0)Updates `golang.org/x/sys` from 0.15.0 to 0.16.0- [Commits](golang/sys@v0.15.0...v0.16.0)Updates `golang.org/x/term` from 0.15.0 to 0.16.0- [Commits](golang/term@v0.15.0...v0.16.0)Updates `google.golang.org/api` from 0.152.0 to 0.155.0- [Release notes](https://github.com/googleapis/google-api-go-client/releases)- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)- [Commits](googleapis/google-api-go-client@v0.152.0...v0.155.0)Updates `google.golang.org/protobuf` from 1.31.0 to 1.32.0---updated-dependencies:- dependency-name: github.com/aws/smithy-go  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: go- dependency-name: github.com/coreos/go-oidc/v3  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: go- dependency-name: github.com/go-chi/httprate  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: go- dependency-name: github.com/go-logr/logr  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: go- dependency-name: github.com/gohugoio/hugo  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: go- dependency-name: github.com/golang-migrate/migrate/v4  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: go- dependency-name: github.com/google/uuid  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: go- dependency-name: github.com/hashicorp/terraform-json  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: go- dependency-name: github.com/jedib0t/go-pretty/v6  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: go- dependency-name: github.com/open-policy-agent/opa  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-minor  dependency-group: go- dependency-name: github.com/unrolled/secure  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: go- dependency-name: golang.org/x/sync  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: go- dependency-name: golang.org/x/sys  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: go- dependency-name: golang.org/x/term  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: go- dependency-name: google.golang.org/api  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: go- dependency-name: google.golang.org/protobuf  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: go...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotDependabot
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubJan 5, 2024

The group that created this PR has been removed from your configuration.

@dependabotdependabotbot closed thisJan 5, 2024
@dependabotdependabotbot deleted the dependabot/go_modules/go-7f8c02f90d branchJanuary 5, 2024 13:40
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsJan 5, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@github-actionsgithub-actions[bot]github-actions[bot] approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp