dfc720d
go.mod: update golang.org/x dependencies8e66b04
html: use strings.EqualFold instead of lowering ourselvesb935f7b
html: avoid endless loop on error token9af49ef
route: remove unused sizeof* consts6705db9
quic: clean up crypto streams when dropping packet protection keys4ef7588
quic: handle ACK frame in packet which drops number space552d8ac
Revert "route: change from syscall to x/sys/unix"13a7c01
Revert "route: remove unused sizeof* consts on freebsd"Sourced from actions/configure-pages's releases.
v5.0.0
Breaking Changes
:warning: This version contains breaking changes! :warning:
- When using the input param
static_site_generator: next
:
- Added support for Next.js >= 13.3.0
- Consequently, also dropped support for Next.js < 13.3.0
Full Changelog
- Attempt to auto-detect configuration files with varying file extensions
@JamesMGreene
(#139)- Convert errors into Actions-compatible logging with annotations
@JamesMGreene
(#138)- Bump
@actions/github
from 5.1.1 to 6.0.0@dependabot
(#123)- Bump the non-breaking-changes group with 2 updates
@dependabot
(#136)- Update the Next.js configuration for v14
@JamesMGreene
(#137)- Bump the non-breaking-changes group with 3 updates
@dependabot
(#132)- Bump release-drafter/release-drafter from 5 to 6
@dependabot
(#133)- Bump github/codeql-action from 2 to 3
@dependabot
(#127)- Bump actions/checkout from 3 to 4
@dependabot
(#120)- Bump actions/setup-node from 3 to 4
@dependabot
(#118)- Bump the non-breaking-changes group with 1 update
@dependabot
(#131)- Update Dependabot config to group non-breaking changes
@JamesMGreene
(#130)See details of all code changes since previous release.
v4.0.0
Changelog
- Use a centralized
.node-version
file@JamesMGreene
(#117)- Update action to node20
@takost
(#108)See details of all code changes since previous release.
v3.0.7
Changelog
- Update Actions workflows to use Node 20.x
@JamesMGreene
(#116)- Bump eslint-plugin-github from 4.7.0 to 4.10.1
@dependabot
(#114)- Bump word-wrap from 1.2.3 to 1.2.5
@dependabot
(#113)- Bump jest from 29.5.0 to 29.7.0
@dependabot
(#112)- Bump
@babel/traverse
from 7.21.3 to 7.23.5@dependabot
(#110)- Bump espree from 9.5.2 to 9.6.1
@dependabot
(#111)- Bump eslint from 8.38.0 to 8.40.0
@dependabot
(#93)See details of all code changes since previous release.
v3.0.6
Changelog
... (truncated)
983d773
Merge pull request #139
from actions/config-auto-detect9cf6e24
Tweak commentf304bd8
Update distributables215cd51
Attempt to detect existing config files matching the expected basename
plus o...e9382ac
Front-load the file extension warning7781abd
Merge pull request #138
from actions/error-utilsfc47e3c
Update distributables9c9f8a2
Update tests to use the Octokit RequestError class9a4705d
Update distributablesf6ded38
Fix syntax error and formattingSourced from actions/deploy-pages's releases.
v4.0.0
Changelog
- Deploy pages using artifact IDs
@konradpabjan
(#251)- This version requires the permission
actions: read
in the workflows which use it.
ℹ️ This version of
actions/deploy-pages
is ONLY compatible with artifacts uploaded by either:
actions/upload-pages-artifact@v3
or neweractions/upload-artifact@v4
or newer.See details of all code changes since previous release.
:warning: For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.
v3.0.1
Changelog
- Bump eslint from 8.54.0 to 8.55.0
@dependabot
(#266)- Bump nock from 13.3.8 to 13.4.0
@dependabot
(#267)- Bump eslint-config-prettier from 9.0.0 to 9.1.0
@dependabot
(#268)- Bump
@actions/core
from 1.10.0 to 1.10.1@dependabot
(#269)- Bump
@actions/github
from 5.1.1 to 6.0.0@dependabot
(#261)- Update compatibility table for v3
@JamesMGreene
(#270)🧰 Maintenance
- chore/docs: update version, fix typos
@kbdharun
(#272)
See details of all code changes since previous release.
:warning: For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.
v3.0.0
Changelog
See details of all code changes since previous release.
:warning: For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.
v2.0.5
Changelog
... (truncated)
d6db901
Merge pull request #324
from actions/error-message-request-id055f425
compile changes5ab929b
Include request id in the error message of an error response3ff795b
Merge pull request #318
from actions/dependabot/npm_and_yarn/non-breaking-cha...f5a2f0d
Update distributables after Dependabot 🤖1364cde
Bump the non-breaking-changes group with 2 updates2ed07f7
Merge pull request #316
from actions/dependabot/npm_and_yarn/non-breaking-cha...d5a892b
Bump the non-breaking-changes group with 1 update05977f5
Merge pull request #314
from actions/dependabot/npm_and_yarn/non-breaking-cha...9414024
Update distributables after Dependabot 🤖Sourced from github.com/stretchr/testify's releases.
v1.10.0
What's Changed
Functional Changes
- Add PanicAssertionFunc by
@fahimbagar
in stretchr/testify#1337- assert: deprecate CompareType by
@dolmen
in stretchr/testify#1566- assert: make YAML dependency pluggable via build tags by
@dolmen
in stretchr/testify#1579- assert: new assertion NotElementsMatch by
@hendrywiranto
in stretchr/testify#1600- mock: in order mock calls by
@ReyOrtiz
in stretchr/testify#1637- Add assertion for NotErrorAs by
@palsivertsen
in stretchr/testify#1129- Record Return Arguments of a Call by
@jayd3e
in stretchr/testify#1636- assert.EqualExportedValues: accepts everything by
@redachl
in stretchr/testify#1586Fixes
- assert: make tHelper a type alias by
@dolmen
in stretchr/testify#1562- Do not get argument again unnecessarily in Arguments.Error() by
@TomWright
in stretchr/testify#820- Fix time.Time compare by
@myxo
in stretchr/testify#1582- assert.Regexp: handle []byte array properly by
@kevinburkesegment
in stretchr/testify#1587- assert: collect.FailNow() should not panic by
@marshall-lee
in stretchr/testify#1481- mock: simplify implementation of FunctionalOptions by
@dolmen
in stretchr/testify#1571- mock: caller information for unexpected method call by
@spirin
in stretchr/testify#1644- suite: fix test failures by
@stevenh
in stretchr/testify#1421- Fix issue #1662 (comparing infs should fail) by
@ybrustin
in stretchr/testify#1663- NotSame should fail if args are not pointers #1661 by
@sikehish
in stretchr/testify#1664- Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI by
@sikehish
in stretchr/testify#1667- fix: compare functional option names for indirect calls by
@arjun-1
in stretchr/testify#1626Documantation, Build & CI
- .gitignore: ignore "go test -c" binaries by
@dolmen
in stretchr/testify#1565- mock: improve doc by
@dolmen
in stretchr/testify#1570- mock: fix FunctionalOptions docs by
@snirye
in stretchr/testify#1433- README: link out to the excellent testifylint by
@brackendawson
in stretchr/testify#1568- assert: fix typo in comment by
@JohnEndson
in stretchr/testify#1580- Correct the EventuallyWithT and EventuallyWithTf example by
@JonCrowther
in stretchr/testify#1588- CI: bump softprops/action-gh-release from 1 to 2 by
@dependabot
in stretchr/testify#1575- mock: document more alternatives to deprecated AnythingOfTypeArgument by
@dolmen
in stretchr/testify#1569- assert: Correctly document EqualValues behavior by
@brackendawson
in stretchr/testify#1593- fix: grammar in godoc by
@miparnisari
in stretchr/testify#1607- .github/workflows: Run tests for Go 1.22 by
@HaraldNordgren
in stretchr/testify#1629- Document suite's lack of support for t.Parallel by
@brackendawson
in stretchr/testify#1645- assert: fix typos in comments by
@alexandear
in stretchr/testify#1650- mock: fix doc comment for NotBefore by
@alexandear
in stretchr/testify#1651- Generate better comments for require package by
@Neokil
in stretchr/testify#1610- README: replace Testify V2 notice with
@dolmen
's V2 manifesto by@hendrywiranto
in stretchr/testify#1518New Contributors
@fahimbagar
made their first contribution in stretchr/testify#1337@TomWright
made their first contribution in stretchr/testify#820@snirye
made their first contribution in stretchr/testify#1433@myxo
made their first contribution in stretchr/testify#1582@JohnEndson
made their first contribution in stretchr/testify#1580
... (truncated)
89cbdd9
Merge pull request #1626
from arjun-1/fix-functional-options-diff-indirect-calls07bac60
Merge pull request #1667
from sikehish/flaky716de8d
Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in
CI118fb83
NotSame should fail if args are not pointers #1661
(#1664)7d99b2b
attempt 205f87c0
more similarea7129e
better fmta1b9c9e
Merge pull request #1663
from ybrustin/master8302de9
Merge branch 'master' into master89352f7
Merge pull request #1518
from hendrywiranto/adjust-readme-remove-v2Sourced from github.com/prometheus/client_golang's releases.
v1.20.5 / 2024-10-15
We decided to revert the
testutil
change that made our util functions less error-prone, but created a lot of work for our downstream users. Apologies for the pain! This revert should not cause any major breaking change, even if you already did the work--unless you depend on the exact error message.Going forward, we plan to reinforce our release testing strategy [1],[2] and deliver an enhanced
testutil
package/module with more flexible and safer APIs.Thanks to
@dashpole
@dgrisonnet
@kakkoyun
@ArthurSens
@vesari
@logicalhan
@krajorama
@bwplotka
who helped in this patch release! 🤗Changelog
[BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input. #1645
v1.20.4
- [BUGFIX] histograms: Fix a possible data race when appending exemplars vs metrics gather. #1623
v1.20.3
- [BUGFIX] histograms: Fix possible data race when appending exemplars. #1608
v1.20.2
- [BUGFIX] promhttp: Unset Content-Encoding header when data is uncompressed. #1596
v1.20.1
This release contains the critical fix for the issue. Thanks to
@geberl
,@CubicrootXYZ
,@zetaab
and@timofurrer
for helping us with the investigation!
- [BUGFIX] process-collector: Fixed unregistered descriptor error when using process collector with PedanticRegistry on Linux machines. #1587
v1.20.0
Thanks everyone for contributions!
:warning: In this release we remove one (broken anyway, given Go runtime changes) metric and add three new (representing GOGC, GOMEMLIMIT and GOMAXPROCS flags) to the default
collectors.NewGoCollector()
collector. Given its popular usage, expect your binary to expose two additional metric.Changes
- [CHANGE] :warning: go-collector: Remove
go_memstat_lookups_total
metric which was always 0; Go runtime stopped sharing pointer lookup statistics. #1577- [FEATURE] :warning: go-collector: Add 3 default metrics:
go_gc_gogc_percent
,go_gc_gomemlimit_bytes
andgo_sched_gomaxprocs_threads
as those are recommended by the Go team. #1559- [FEATURE] go-collector: Add more information to all metrics' HELP e.g. the exact
runtime/metrics
sourcing each metric (if relevant). #1568 #1578- [FEATURE] testutil: Add CollectAndFormat method. #1503
- [FEATURE] histograms: Add support for exemplars in native histograms. #1471
- [FEATURE] promhttp: Add experimental support for
zstd
on scrape, controlled by the requestAccept-Encoding
header. #1496- [FEATURE] api/v1: Add
WithLimit
parameter to all API methods that supports it. #1544- [FEATURE] prometheus: Add support for created timestamps in constant histograms and constant summaries. #1537
- [FEATURE] process-collectors: Add network usage metrics:
process_network_receive_bytes_total
andprocess_network_transmit_bytes_total
. #1555- [FEATURE] promlint: Add duplicated metric lint rule. #1472
- [BUGFIX] promlint: Relax metric type in name linter rule. #1455
- [BUGFIX] promhttp: Make sure server instrumentation wrapping supports new and future extra responseWriter methods. #1480
- [BUGFIX] testutil: Functions using compareMetricFamilies are now failing if filtered metricNames are not in the input. #1424
... (truncated)
Sourced from github.com/prometheus/client_golang's changelog.
1.20.5 / 2024-10-15
- [BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input.
1.20.4 / 2024-09-07
- [BUGFIX] histograms: Fix possible data race when appending exemplars vs metrics gather. #1623
1.20.3 / 2024-09-05
- [BUGFIX] histograms: Fix possible data race when appending exemplars. #1608
1.20.2 / 2024-08-23
- [BUGFIX] promhttp: Unset Content-Encoding header when data is uncompressed. #1596
1.20.1 / 2024-08-20
- [BUGFIX] process-collector: Fixed unregistered descriptor error when using process collector with
PedanticRegistry
on linux machines. #15871.20.0 / 2024-08-14
- [CHANGE] :warning: go-collector: Remove
go_memstat_lookups_total
metric which was always 0; Go runtime stopped sharing pointer lookup statistics. #1577- [FEATURE] :warning: go-collector: Add 3 default metrics:
go_gc_gogc_percent
,go_gc_gomemlimit_bytes
andgo_sched_gomaxprocs_threads
as those are recommended by the Go team. #1559- [FEATURE] go-collector: Add more information to all metrics' HELP e.g. the exact
runtime/metrics
sourcing each metric (if relevant). #1568 #1578- [FEATURE] testutil: Add CollectAndFormat method. #1503
- [FEATURE] histograms: Add support for exemplars in native histograms. #1471
- [FEATURE] promhttp: Add experimental support for
zstd
on scrape, controlled by the requestAccept-Encoding
header. #1496- [FEATURE] api/v1: Add
WithLimit
parameter to all API methods that supports it. #1544- [FEATURE] prometheus: Add support for created timestamps in constant histograms and constant summaries. #1537
- [FEATURE] process-collector: Add network usage metrics:
process_network_receive_bytes_total
andprocess_network_transmit_bytes_total
. #1555- [FEATURE] promlint: Add duplicated metric lint rule. #1472
- [BUGFIX] promlint: Relax metric type in name linter rule. #1455
- [BUGFIX] promhttp: Make sure server instrumentation wrapping supports new and future extra responseWriter methods. #1480
- [BUGFIX] breaking testutil: Functions using compareMetricFamilies are now failing if filtered metricNames are not in the input. #1424 (reverted in 1.20.5)
1.19.0 / 2024-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 useprometheus/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
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
... (truncated)
48e12a1
Merge pull request #1645
from prometheus/cut-1204-pr1424504ad9b
Cut 1.20.5; update comments.584a7ce
Revert "testutil compareMetricFamilies: make less error-prone (#1424)"05fcde9
Merge pull request #1623
from krajorama/data-race-in-histogram-write209f4c0
Add changelog1e398cc
native histogram: Fix race between Write and addExemplaref2f87e
Merge pull request #1620
from prometheus/arthursens/prepare-1.20.3937ac63
Add changelog entry for 1.20.36e9914d
Merge pull request #1608
from krajorama/index-out-of-range-native-histogram-e...d6b8c89
Update comments with more explanationsSourced from docker/build-push-action's releases.
v6.0.0
- Export build record and generate build summary by
@crazy-max
in docker/build-push-action#1120- Bump
@docker/actions-toolkit
from 0.24.0 to 0.26.0 in docker/build-push-action#1132 docker/build-push-action#1136 docker/build-push-action#1138- Bump braces from 3.0.2 to 3.0.3 in docker/build-push-action#1137
[!NOTE] This major release adds support for generating Build summary and exporting build record for your build. You can disable this feature by setting
DOCKER_BUILD_SUMMARY: false
environment variable in your workflow.Full Changelog: https://github.com/docker/build-push-action/compare/v5.4.0...v6.0.0
v5.4.0
- Show builder information before building by
@crazy-max
in docker/build-push-action#1128- Handle attestations correctly with provenance and sbom inputs by
@crazy-max
in docker/build-push-action#1086- Bump
@docker/actions-toolkit
from 0.19.0 to 0.24.0 in docker/build-push-action#1088 docker/build-push-action#1105 docker/build-push-action#1121 docker/build-push-action#1127- Bump undici from 5.28.3 to 5.28.4 in docker/build-push-action#1090
Full Changelog: https://github.com/docker/build-push-action/compare/v5.3.0...v5.4.0
v5.3.0
- Bump
@docker/actions-toolkit
from 0.18.0 to 0.19.0 in docker/build-push-action#1080Full Changelog: https://github.com/docker/build-push-action/compare/v5.2.0...v5.3.0
v5.2.0
- Disable quotes detection for
outputs
input by@crazy-max
in docker/build-push-action#1074- Warn about ignored inputs by
@favonia
in docker/build-push-action#1019- Bump
@docker/actions-toolkit
from 0.14.0 to 0.18.0 in docker/build-push-action#1070- Bump undici from 5.26.3 to 5.28.3 in docker/build-push-action#1057
Full Changelog: https://github.com/docker/build-push-action/compare/v5.1.0...v5.2.0
v5.1.0
- Add
annotations
input by@crazy-max
in docker/build-push-action#992- Add
secret-envs
input by@elias-lundgren
in docker/build-push-action#980- Bump
@babel/traverse
from 7.17.3 to 7.23.2 in docker/build-push-action#991- Bump
@docker/actions-toolkit
from 0.13.0-rc.1 to 0.14.0 in docker/build-push-action#990 docker/build-push-action#1006Full Changelog: https://github.com/docker/build-push-action/compare/v5.0.0...v5.1.0
v5.0.0
- Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by
@crazy-max
in docker/build-push-action#954- Bump
@actions/core
from 1.10.0 to 1.10.1 in docker/build-push-action#959Full Changelog: https://github.com/docker/build-push-action/compare/v4.2.1...v5.0.0
v4.2.1
Note
Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using
provenance: false
.
... (truncated)
48aba3b
Merge pull request #1268
from docker/dependabot/npm_and_yarn/docker/actions-t...678328c
chore: update generated contentcdf0a37
chore(deps): Bump @docker/actions-toolkit
from 0.39.0 to
0.46.0d719b79
Merge pull request #1238
from docker/dependabot/npm_and_yarn/actions/core-1.11.1c333dfd
chore: update generated content6b56a4c
chore(deps): Bump @actions/core
from 1.10.1 to 1.11.192fb0d7
Merge pull request #1259
from docker/dependabot/github_actions/codecov/codeco...40532c5
ci: fix deprecated input for codecov-action70dd953
Merge pull request #1267
from crazy-max/fix-allow41b4e80
Merge pull request #1261
from docker/dependabot/npm_and_yarn/cross-spawn-7.0.6Sourced from gotest.tools/v3's releases.
v3.5.1
What's Changed
- Make assert and golden packages compatible with other golden packages by
@dnephin
in gotestyourself/gotest.tools#271- Also remove cr from file by
@filintod
in gotestyourself/gotest.tools#273- fs: add go doc links by
@dolmen
in gotestyourself/gotest.tools#275New Contributors
@filintod
made their first contribution in gotestyourself/gotest.tools#273Full Changelog: https://github.com/gotestyourself/gotest.tools/compare/v3.5.0...v3.5.1
v3.5.0
What's Changed
- go.mod: update dependencies and go version by
@thaJeztah
in gotestyourself/gotest.tools#248- Use Go1.20 by
@dnephin
in gotestyourself/gotest.tools#252- Fix couple of typos by
@wallyqs
in gotestyourself/gotest.tools#253- Added WithStdout and WithStderr helpers by
@ericfialkowski
in gotestyourself/gotest.tools#258- Moved cmdOperators handling from RunCmd to StartCmd by
@ericfialkowski
in gotestyourself/gotest.tools#259- Deprecate assert.ErrorType by
@dnephin
in gotestyourself/gotest.tools#254- Remove outdated Dockerfile by
@dolmen
in gotestyourself/gotest.tools#261- env: add godoc links by
@dolmen
in gotestyourself/gotest.tools#263- poll: add godoc links by
@dolmen
in gotestyourself/gotest.tools#264- doc: add godoc links by
@dolmen
in gotestyourself/gotest.tools#262New Contributors
@wallyqs
made their first contribution in gotestyourself/gotest.tools#253@ericfialkowski
made their first contribution in gotestyourself/gotest.tools#258@dolmen
made their first contribution in gotestyourself/gotest.tools#261Full Changelog: https://github.com/gotestyourself/gotest.tools/compare/v3.4.0...v3.5.0
81cea1a
Merge pull request #275
from gotestyourself/fs-add-godoc-links9af8f4e
fs: add go doc links2891300
Merge pull request #273
from filintod/also-remove-cr-from-file4ed7350
fix lint line length7306428
rebase/fix only doce15fa27
Merge pull request #271
from dnephin/gate-update-flag56c3123
Make assert and golden compatible with other golden packagesa80f057
Merge pull request #262
from dolmen-go/add-godoc-links684bd43
Merge pull request #264
from dolmen-go/poll-add-godoc-linkse2be4be
Merge pull request #263
from dolmen-go/env-add-godoc-links