Bumps the go group with 17 updates:
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: Add
http.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.19c21d32
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.0e7f489a
build(deps): bump github/codeql-action from 2.22.9 to 3.22.11cf56c3b
build(deps): bump actions/setup-go from 4 to 52ad296e
build(deps): bump github/codeql-action from 2.22.8 to 2.22.9d55b4e2
Merge pull request#241 from thockin/master98ee9d9
Clean up slog testing and restore coverageb228ba8
Break examples to new file6432877
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 for
opengraph
,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.1eb9f1eb
Upgrade to Go 1.21.55186e76
releaser: Prepare repository for 0.122.0-DEVe321c35
releaser: Bump versions for release of 0.121.0255e0a9
docs: Regen docshelper558f325
build(deps): bump github.com/alecthomas/chroma/v2 from 2.11.1 to 2.12.06580cd3
docs: Adjust last merge from docs repository7617de8
docs: Regen docs helperd19ed4d
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.21f2c4b52
Update aws-sdk-go from v1.44.301 to v1.49.6c7c5011
Merge pull request#956 from Kenai/master9c551d4
Merge pull request#875 from no-name16/clickhouse_create_database_migrationsab24e76
Merge branch 'master' into clickhouse_create_database_migrationse8edcdc
Merge branch 'master' into master691f687
Reformat ScyllaDB/Cassandra docseb64ffa
Merge pull request#947 from mkorolyov/scylladb_supporta94396c
Merge pull request#857 from luca-nardelli/master0ba6fc3
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-fielde112901
Add ReplacePaths to Change struct41fa8df
Merge pull request#113 from hashicorp/bendbennett/issues-111c00e873
Merge pull request#116 from hashicorp/tsccr-auto-pinning/trusted/2023-12-1815b3438
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 in
opa 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 on
diff
tool with an external golang library function (#6284) authored by@colinjlacy
Topdown and Rego
- topdown/providers: Preserve user provided http headers in the
providers.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 the
sprintf
builtin command when used with the%T
marker (#6487) authored by@lcarva
Website + Ecosystem
Miscellaneous
- Update
Makefile
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. The
uid: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 in
opa 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 on
diff
tool with an external golang library function (#6284) authored by@colinjlacy
Topdown and Rego
- topdown/providers: Preserve user provided http headers in the
providers.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 the
sprintf
builtin command when used with the%T
marker (#6487) authored by@lcarva
Website + Ecosystem
Miscellaneous
- Update
Makefile
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. The
uid: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 through
import future.keywords
into a module before use will be part of the Rego language by default, without the need to first import them. - the
if
keyword will be required before the body of a rule. - the
contains
keyword will be required when declaring a multi-value rule (partial set rule).
... (truncated)
Commits
a1a2ae3
Prepare v0.60.0 release9f63fdb
ast+cmd: Allowing bundle to contain calls to unknown functions when inspected...f04636a
docs: Update generated CLI docs38c2f0c
Adding--v1-compatible
flag tobuild
,opa eval
(#6478)84751f0
build(deps): bump google.golang.org/grpc from 1.60.0 to 1.60.1979e626
internal/presentation: cleanup location handling (#6498)b85eb64
.github/workflows: Update name of the checkout action token24f09cd
.github/workflows: Update checkout action tokenba46112
Docs: Explain %T behavior of sprintf6d26f98
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 of
MetricVec.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 of
MetricVec.WithLabelValues(...)
.#1360
Commits
53be91d
Revert "change api http.client to interface"1a2d072
Add 1.18 changelog239b123
Merge pull request#1387 from tsipo/main3f8bd73
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/whatsupe96fb18
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.024d59e9
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:
1.17.0
1.19.0
3.7.0
3.9.0
0.7.4
0.8.0
1.3.0
1.4.1
0.120.3
0.121.1
4.16.0
4.17.0
1.4.0
1.5.0
0.18.0
0.20.0
6.4.0
6.5.0
0.58.0
0.60.0
1.17.0
1.18.0
1.13.0
1.14.0
0.5.0
0.6.0
0.15.0
0.16.0
0.15.0
0.16.0
0.152.0
0.155.0
1.31.0
1.32.0
Updates
github.com/aws/smithy-go
from 1.17.0 to 1.19.0Changelog
Sourced fromgithub.com/aws/smithy-go's changelog.
... (truncated)
Commits
f982aed
Release 2023-12-071b78114
export request compression const690fcaa
Add Gzip request compression feature (#467)88d16be
upgrade smithy core (#486)7be1336
fix: correct error wrapping in auth codegen (#484)81ebcd0
Release 2023-11-304bd5edc
add unit tests (#483)f345e6c
Release 2023-11-295ea2952
codegen: add Options() method to read copied client config (#482)3280c19
add unit tests to increase test coverage (#481)Updates
github.com/coreos/go-oidc/v3
from 3.7.0 to 3.9.0Release notes
Sourced fromgithub.com/coreos/go-oidc/v3's releases.
Commits
6d6be43
build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.19c21d32
support provider device_authorization_endpointUpdates
github.com/go-chi/httprate
from 0.7.4 to 0.8.0Commits
3327e65
Add IncrementBy (#21)Updates
github.com/go-logr/logr
from 1.3.0 to 1.4.1Release notes
Sourced fromgithub.com/go-logr/logr's releases.
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.0e7f489a
build(deps): bump github/codeql-action from 2.22.9 to 3.22.11cf56c3b
build(deps): bump actions/setup-go from 4 to 52ad296e
build(deps): bump github/codeql-action from 2.22.8 to 2.22.9d55b4e2
Merge pull request#241 from thockin/master98ee9d9
Clean up slog testing and restore coverageb228ba8
Break examples to new file6432877
Add benchmarks for slogSinkUpdates
github.com/gohugoio/hugo
from 0.120.3 to 0.121.1Release notes
Sourced fromgithub.com/gohugoio/hugo's releases.
... (truncated)
Commits
00b46fe
releaser: Bump versions for release of 0.121.1eb9f1eb
Upgrade to Go 1.21.55186e76
releaser: Prepare repository for 0.122.0-DEVe321c35
releaser: Bump versions for release of 0.121.0255e0a9
docs: Regen docshelper558f325
build(deps): bump github.com/alecthomas/chroma/v2 from 2.11.1 to 2.12.06580cd3
docs: Adjust last merge from docs repository7617de8
docs: Regen docs helperd19ed4d
Merge commit '35dec7c96f7ee3eb17dd444f7067f0c776fb56ae'35dec7c
Squashed 'docs/' changes from 4d936aee6..4dd2d6415Updates
github.com/golang-migrate/migrate/v4
from 4.16.0 to 4.17.0Release notes
Sourced fromgithub.com/golang-migrate/migrate/v4's releases.
Commits
cd17c5a
Drop support for Go 1.19 and add support for Go 1.21f2c4b52
Update aws-sdk-go from v1.44.301 to v1.49.6c7c5011
Merge pull request#956 from Kenai/master9c551d4
Merge pull request#875 from no-name16/clickhouse_create_database_migrationsab24e76
Merge branch 'master' into clickhouse_create_database_migrationse8edcdc
Merge branch 'master' into master691f687
Reformat ScyllaDB/Cassandra docseb64ffa
Merge pull request#947 from mkorolyov/scylladb_supporta94396c
Merge pull request#857 from luca-nardelli/master0ba6fc3
Merge pull request#1002 from jsabbatini-upguard/upgrade-spannerUpdates
github.com/google/uuid
from 1.4.0 to 1.5.0Release notes
Sourced fromgithub.com/google/uuid's releases.
Changelog
Sourced fromgithub.com/google/uuid's changelog.
Commits
4d47f8e
chore(master): release 1.5.0 (#145)9ee7366
feat: Validate UUID without creating new UUID (#141)b35aa6a
add uuid version 6 and 7 (#139)Updates
github.com/hashicorp/terraform-json
from 0.18.0 to 0.20.0Release notes
Sourced fromgithub.com/hashicorp/terraform-json's releases.
Commits
884568c
Merge pull request#117 from sebasslash/add-replace-paths-fielde112901
Add ReplacePaths to Change struct41fa8df
Merge pull request#113 from hashicorp/bendbennett/issues-111c00e873
Merge pull request#116 from hashicorp/tsccr-auto-pinning/trusted/2023-12-1815b3438
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)Updates
github.com/jedib0t/go-pretty/v6
from 6.4.0 to 6.5.0Release notes
Sourced fromgithub.com/jedib0t/go-pretty/v6's releases.
... (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)Updates
github.com/open-policy-agent/opa
from 0.58.0 to 0.60.0Release notes
Sourced fromgithub.com/open-policy-agent/opa's releases.
... (truncated)
Changelog
Sourced fromgithub.com/open-policy-agent/opa's changelog.
... (truncated)
Commits
a1a2ae3
Prepare v0.60.0 release9f63fdb
ast+cmd: Allowing bundle to contain calls to unknown functions when inspected...f04636a
docs: Update generated CLI docs38c2f0c
Adding--v1-compatible
flag tobuild
,opa eval
(#6478)84751f0
build(deps): bump google.golang.org/grpc from 1.60.0 to 1.60.1979e626
internal/presentation: cleanup location handling (#6498)b85eb64
.github/workflows: Update name of the checkout action token24f09cd
.github/workflows: Update checkout action tokenba46112
Docs: Explain %T behavior of sprintf6d26f98
feat: Support raising builtin errors in the test runnerUpdates
github.com/prometheus/client_golang
from 1.17.0 to 1.18.0Release notes
Sourced fromgithub.com/prometheus/client_golang's releases.
Changelog
Sourced fromgithub.com/prometheus/client_golang's changelog.
Commits
53be91d
Revert "change api http.client to interface"1a2d072
Add 1.18 changelog239b123
Merge pull request#1387 from tsipo/main3f8bd73
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/whatsupe96fb18
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.024d59e9
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)Updates
github.com/unrolled/secure
from 1.13.0 to 1.14.0Release notes
Sourced fromgithub.com/unrolled/secure's releases.
Commits
58f2e47
Removing HPKP and Expect-CT (#92)1b1c685
Bump CI versions, fix a few linting errors (#90)b5069f3
linting (#89)bedd69e
tweak test runner8faec28
update ci versionUpdates
golang.org/x/sync
from 0.5.0 to 0.6.0Commits
59c1ca1
errgroup: add reference to sync.WaitGroupUpdates
golang.org/x/sys
from 0.15.0 to 0.16.0CommitsDescription has been truncated