Sourced from docker/build-push-action's releases.
v6.8.0
- Bump
@docker/actions-toolkit
from 0.37.1 to 0.38.0 in docker/build-push-action#1230Full Changelog: https://github.com/docker/build-push-action/compare/v6.7.0...v6.8.0
32945a3
Merge pull request #1230
from docker/dependabot/npm_and_yarn/docker/actions-t...e0fe9cf
chore: update generated content8f1ff6b
chore(deps): Bump @docker/actions-toolkit
from 0.37.1 to
0.38.0Sourced from github.com/go-git/go-git/v5's releases.
v5.12.0
What's Changed
- git: Worktree.AddWithOptions: add skipStatus option when providing a specific path by
@moranCohen26
in go-git/go-git#994- git: Signer: fix usage of crypto.Signer interface by
@wlynch
in go-git/go-git#1029- git: Remote, fetch, adds the prune option. by
@juliens
in go-git/go-git#366- git: Add crypto.Signer option to CommitOptions. by
@wlynch
in go-git/go-git#996- git: Worktree checkout tag hash id (#959) by
@aymanbagabas
in go-git/go-git#966- git: Worktree, Don't panic on empty or root path when checking if it is valid by
@tim775
in go-git/go-git#1042- git: Add commit validation for Reset by
@pjbgf
in go-git/go-git#1048- git: worktree_commit, Fix amend commit to apply changes. Fixes #1024 by
@onee-only
in go-git/go-git#1045- git: Implement Merge function with initial
FastForwardMerge
support by@pjbgf
in go-git/go-git#1044- plumbing: object, Make first commit visible on logs filtered with filename. Fixes #191 by
@onee-only
in go-git/go-git#1036- plumbing: no panic in printStats function. Fixes #177 by
@nodivbyzero
in go-git/go-git#971- plumbing: object, Optimize logging with file. by
@onee-only
in go-git/go-git#1046- plumbing: object, check legitimacy in (*Tree).Encode by
@niukuo
in go-git/go-git#967- plumbing: format/gitattributes, close file in ReadAttributesFile by
@prskr
in go-git/go-git#1018- plumbing: check setAuth error. Fixes #185 by
@nodivbyzero
in go-git/go-git#969- plumbing: object, fix variable defaultUtf8CommitMessageEncoding name spell error by
@Jerry-yz
in go-git/go-git#987- utils: merkletrie, calculate filesystem node's hash lazily. by
@candid82
in go-git/go-git#825- utils: update comment in node.go's Hash() by
@codablock
in go-git/go-git#992- _example: fix 404 link and added ssh-agent clone link by
@grinish21
in go-git/go-git#1022- _example: checkout-branch example by
@dlambda
in go-git/go-git#446- _example: example for git clone using ssh-agent by
@pjbgf
in go-git/go-git#998New Contributors
@candid82
made their first contribution in go-git/go-git#825@codablock
made their first contribution in go-git/go-git#992@Jerry-yz
made their first contribution in go-git/go-git#987@wlynch
made their first contribution in go-git/go-git#996@moranCohen26
made their first contribution in go-git/go-git#994@grinish21
made their first contribution in go-git/go-git#1022@prskr
made their first contribution in go-git/go-git#1018@dlambda
made their first contribution in go-git/go-git#446@juliens
made their first contribution in go-git/go-git#366@onee-only
made their first contribution in go-git/go-git#1036@tim775
made their first contribution in go-git/go-git#1042@niukuo
made their first contribution in go-git/go-git#967@avoidalone
made their first contribution in go-git/go-git#1047Full Changelog: https://github.com/go-git/go-git/compare/v5.11.0...v5.12.0
302ddde
Merge pull request #1060
from go-git/dependabot/go_modules/github.com/gliderl...6bba34d
build: bump github.com/gliderlabs/ssh from 0.3.6 to 0.3.7feaeb36
Merge pull request #937
from matejrisek/feature/rename-short-fields7959a42
Merge pull request #1052
from go-git/dependabot/go_modules/github.com/skeema/...4c17ce7
build: bump github.com/skeema/knownhosts from 1.2.1 to 1.2.23f77e6f
Merge pull request #1048
from pjbgf/fix-reset-validation6af38e0
Merge pull request #1047
from avoidalone/mastere6c3e58
Merge pull request #1044
from pjbgf/ff-merge04f7b23
*: fix some commentsf4f1a87
Merge pull request #971
from nodivbyzero/fix-177-diff-print-file-statsSourced from github.com/sasha-s/go-deadlock's releases.
v0.3.3
What's Changed
- Add missing sync.NewCond wrapper by
@ncw
in sasha-s/go-deadlock#22- fixed the comment of Opts.DeadlockTimeout in deadlock.go by
@h3n4l
in sasha-s/go-deadlock#23- deadlock: Add TryLock wrappers by
@jrajahalme
in sasha-s/go-deadlock#30- Reuse timers with sync.Pool by
@millfort
in sasha-s/go-deadlock#31New Contributors
@ncw
made their first contribution in sasha-s/go-deadlock#22@h3n4l
made their first contribution in sasha-s/go-deadlock#23@jrajahalme
made their first contribution in sasha-s/go-deadlock#30@millfort
made their first contribution in sasha-s/go-deadlock#31Full Changelog: https://github.com/sasha-s/go-deadlock/compare/v0.3.1...v0.3.3
464d343
update github workflows to test on go 1.23564b73d
update goided6f7f6
Reuse timers with sync.Pool (#31)20e556a
deadlock: Add TryLock wrappers (#30)5afde13
fixed the comment of Opts.DeadlockTimeout in deadlock.go (#23)f58e139
Add missing sync.NewCond wrapper (#22)4a6d8f3
Create go.ymle8cdaa4
update go versions in CI1182f78
Update Readme.md82c26c5
migrate to travis-ci.comSourced from github.com/lib/pq's releases.
v1.10.9
- Fixes backwards incompat bug with 1.13.
- Fixes pgpass issue
2a217b9
add version check for go 1.15 (#1123)d8d93a3
fix handle pgpass (#1120)c10fcfe
remove stray debugging code96e73eb
conn: Implement driver.Validator, SessionResetter for cancelation922c00e
Update codeql-analysis.ymla2a3173
Update test.yml3a6282f
Reduced the complexity of handlePgpass (#1101)133ac67
Improved the performance of CopyIn and CopyInSchema and added
BufferQuoteIden...Sourced from github.com/prometheus/common's releases.
v0.59.1
What's Changed
- fix(utf8): Fix multiple metric name inside braces validation by
@fedetorres93
in prometheus/common#691Full Changelog: https://github.com/prometheus/common/compare/v0.59.0...v0.59.1
v0.59.0
What's Changed
- expfmt: Add WithEscapingScheme to help construct Formats by
@ywwg
in prometheus/common#688- Change the default escape method to UnderscoreEscaping by
@ywwg
in prometheus/common#690Full Changelog: https://github.com/prometheus/common/compare/v0.58.0...v0.59.0
v0.58.0
What's Changed
- docs: mention new promslog package in package list in README by
@tjhop
in prometheus/common#683- Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 by
@dependabot
in prometheus/common#684- Bump golang.org/x/net from 0.27.0 to 0.28.0 by
@dependabot
in prometheus/common#685- Remove secret file existence check in Validate for headers by
@roidelapluie
in prometheus/common#687Full Changelog: https://github.com/prometheus/common/compare/v0.57.0...v0.58.0
be8a747
fix(utf8): Fix multiple metric name inside braces validation (#691)bf4843e
Merge pull request #690
from ywwg/owilliams/default-escaping01da226
Change the default escape method to UnderscoreEscaping4f8e8f4
expfmt: Add WithEscapingScheme to help construct Formats (#688)b1880d0
Merge pull request #687
from roidelapluie/checkheader334963d
Change the logic for SetDirectoryd64a747
Remove secret file existence check in Validate for headers06c2425
Bump golang.org/x/net from 0.27.0 to 0.28.0 (#685)4606c0a
Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 (#684)d98411b
Merge pull request #683
from tjhop/docs/promslog-READMESourced from github.com/adlio/schema's releases.
v1.3.6
What's Changed
- Bump golang.org/x/net from 0.10.0 to 0.23.0 by
@dependabot
in adlio/schema#30Full Changelog: https://github.com/adlio/schema/compare/v1.3.5...v1.3.6
v1.3.5
What's Changed
- Fix embedded migrations example by
@kalafut
in adlio/schema#24- Bump golang.org/x/crypto from 0.1.0 to 0.17.0 by
@dependabot
in adlio/schema#27- Bump github.com/docker/docker from 20.10.24+incompatible to 24.0.7+incompatible by
@dependabot
in adlio/schema#26- Bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 by
@dependabot
in adlio/schema#28- Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible by
@dependabot
in adlio/schema#29Full Changelog: https://github.com/adlio/schema/compare/v1.3.4...v1.3.5
v1.3.4
What's Changed
- Bump golang.org/x/net from 0.0.0-20220617184016-355a448f1bc9 to 0.7.0 by
@dependabot
in adlio/schema#18- Update golangci-lint by
@adlio
in adlio/schema#22- Bump golang.org/x/crypto from 0.0.0-20201016220609-9e8e0b390897 to 0.1.0 by
@dependabot
in adlio/schema#19- Bump github.com/docker/docker from 20.10.17+incompatible to 20.10.24+incompatible by
@dependabot
in adlio/schema#21- Bump github.com/opencontainers/runc from 1.1.3 to 1.1.5 by
@dependabot
in adlio/schema#20Full Changelog: https://github.com/adlio/schema/compare/v1.3.3...v1.3.4
3dd37bb
Merge pull request #30 from
adlio/dependabot/go_modules/golang.org/x/net-0.23.0898b2da
Bump golang.org/x/net from 0.10.0 to 0.23.03d4bda6
Merge pull request #29 from
adlio/dependabot/go_modules/github.com/docker/doc...6cab430
Merge pull request #28 from
adlio/dependabot/go_modules/github.com/opencontai...60e7bc5
Bump github.com/docker/docker1084587
Bump github.com/opencontainers/runc from 1.1.5 to 1.1.121b012c9
Merge pull request #26 from
adlio/dependabot/go_modules/github.com/docker/doc...2330eec
Merge pull request #27 from
adlio/dependabot/go_modules/golang.org/x/crypto-0...99d0e6c
Adjust CircleCI config64f5676
Bump golang.org/x/crypto from 0.1.0 to 0.17.0Sourced from github.com/go-kit/kit's releases.
v0.13.0
Go kit v0.13.0 is released, containing mostly minor fixes and dependency updates.
What's Changed
- Remove unused code by
@sashamelentyev
in go-kit/kit#1188- Use errors.Is for error handling by
@sashamelentyev
in go-kit/kit#1187- Fix docs by
@sashamelentyev
in go-kit/kit#1198- Refactor metrics/cloudwatch by
@sina-devel
in go-kit/kit#1202- README: add chaseSpace/kit, closes #1027 by
@peterbourgon
in go-kit/kit#1052- feat: move from
streadway/amqp
torabbitmq-amqp091-go
by@Juneezee
in go-kit/kit#1210- feat(http): make interceptingWriter reimplement common interfaces by
@Reasno
in go-kit/kit#1212- Fixes Framework Beego URL by
@vpereira01
in go-kit/kit#1219- Fixed instancer loop logic that was causing Consul to get spammed by
@jkratz55
in go-kit/kit#1215- go.mod | go.sum: update dependencies for prometheus client_golang by
@vcruzmj
in go-kit/kit#1225- ci: add go 1.18 by
@sashamelentyev
in go-kit/kit#1233- Update README.md by
@cxtruong70
in go-kit/kit#1239- ci: add go 1.19 by
@sashamelentyev
in go-kit/kit#1245- go.mod | go.sum: Update nats-io/jwt/v2 & nats-io/nats-server/v2 dependencies to fix CVE-2021-3127 & CVE-2022-24450 by
@denopink
in go-kit/kit#1237- Update link pointing to protobuf generator by
@sagikazarmark
in go-kit/kit#1248- Update github.com/hashicorp/serf and github.com/hashicorp/consul/api to fix CVE-2019-19794 by
@francogeller
in go-kit/kit#1250- Replace microgen with the maintained fork by
@ShayNehmad-RecoLabs
in go-kit/kit#1254- Remove dead link to code generator from README by
@heymatthew
in go-kit/kit#1256- README: update codegen link to truss by
@matthewhartstonge
in go-kit/kit#1262New Contributors
@sashamelentyev
made their first contribution in go-kit/kit#1188@sina-devel
made their first contribution in go-kit/kit#1202@Juneezee
made their first contribution in go-kit/kit#1210@Reasno
made their first contribution in go-kit/kit#1212@vpereira01
made their first contribution in go-kit/kit#1219@jkratz55
made their first contribution in go-kit/kit#1215@vcruzmj
made their first contribution in go-kit/kit#1225@cxtruong70
made their first contribution in go-kit/kit#1239@denopink
made their first contribution in go-kit/kit#1237@francogeller
made their first contribution in go-kit/kit#1250@ShayNehmad-RecoLabs
made their first contribution in go-kit/kit#1254@heymatthew
made their first contribution in go-kit/kit#1256@matthewhartstonge
made their first contribution in go-kit/kit#1262Full Changelog: https://github.com/go-kit/kit/compare/v0.12.0...v0.13.0
dfe43fa
README: update codegen link to truss (#1262)7f14cb4
Remove dead link to code generator from README (#1256)e923d5d
Replace microgen with the maintained fork (#1254)a7ba4fa
Update github.com/hashicorp/serf and github.com/hashicorp/consul/api (#1250)04090c3
Update link pointing to protobuf generator (#1248)62c81a0
Update nats-io/jwt/v2 & nats-io/nats-server/v2 dependencies to fix
CVE-2021-3...0cd2b27
Merge pull request #1245 from
sashamelentyev/patch-135bf401
ci: add go 1.1950c3826
Update README.md (#1239)44ed829
ci: add go 1.18 (#1233)Sourced from github.com/prometheus/client_golang's releases.
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
Sourced from github.com/prometheus/client_golang's changelog.
Unreleased
- [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
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 explanations504566f
Use simplified solution from #1609
for the data racedc8e9a4
fix: native histogram: Simplify and fix addExemplardc819ce
Use a trivial solution to #1605Sourced from google.golang.org/grpc's releases.
Release 1.67.0
Bug Fixes
- ringhash: when used with multiple EDS priorities, fix bug that could prevent a higher priority from recovering from transient failure. (#7364)
- Special Thanks:
@atollena
Behavior Changes
- In accordance with RFC 7540, clients and servers will now reject TLS connections that don't support ALPN. This can be disabled by setting the environment variable
GRPC_ENFORCE_ALPN_ENABLED
tofalse
(case insensitive). Please file a bug if you encounter any issues with this behavior. The environment variable to revert this behavior will be removed in an upcoming release. (#7535)Release 1.66.2
Dependencies
- Remove unintentional dependency on the
testing
package (#7579)- Remove unintentional dependency on the
flate
package (#7595)
- Special Thanks:
@ash2k
Bug Fixes
6f50403
Change version to 1.67.0 (#7604)3c3a025
mem: replace flate.Reader reference (#7595)
(#7637)3ffb98b
.*: fix revive lints redefines-builtin-id
(#7552)5666049
vet: enforce revive linter (#7589)c6ad07f
protoc: regenerate protos (#7590)70f19ee
credentials/tls: default GRPC_ENFORCE_ALPN_ENABLED to true (#7535)92111dc
xds: keep ads flow control local to xdsclient/transport package (#7578)535bdce
estats: remove dependency on testing package (#7579)0f03c74
.*: fix revive lint issues unused-parameter
(#7580)6147c81
stats/opentelemetry: Optimize slice allocations (#7525)Sourced from bufbuild/buf-setup-action's releases.
v1.44.0
Release v1.44.0
v1.43.0
Release v1.43.0
e7628ee
Release v1.44.0 (#227)62ee926
Release v1.43.0 (#226)Sourced from docker/build-push-action's releases.
v6.9.0
- Bump
@docker/actions-toolkit
from 0.38.0 to 0.39.0 in docker/build-push-action#1234- Bump path-to-regexp from 6.2.2 to 6.3.0 in docker/build-push-action#1232
Full Changelog: https://github.com/docker/build-push-action/compare/v6.8.0...v6.9.0
4f58ea7
Merge pull request #1234
from docker/dependabot/npm_and_yarn/docker/actions-t...49b5ea6
chore: update generated content13c9fdd
chore(deps): Bump @docker/actions-toolkit
from 0.38.0 to
0.39.0e44afff
Merge pull request #1232
from docker/dependabot/npm_and_yarn/path-to-regexp-6...67ebad3
chore(deps): Bump path-to-regexp from 6.2.2 to 6.3.0Sourced from docker/setup-buildx-action's releases.
v3.7.1
- Switch back to
uuid
package by@crazy-max
in docker/setup-buildx-action#369Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.7.0...v3.7.1
v3.7.0
- Always set
buildkitd-flags
if opt-in by@crazy-max
in docker/setup-buildx-action#363- Remove
uuid
package and switch tocrypto
by@crazy-max
in docker/setup-buildx-action#366- Bump
@docker/actions-toolkit
from 0.35.0 to 0.39.0 in docker/setup-buildx-action#362- Bump path-to-regexp from 6.2.2 to 6.3.0 in docker/setup-buildx-action#354
Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.6.1...v3.7.0
c47758b
Merge pull request #369
from crazy-max/revert-crypto8fea382
chore: update generated content2874e98
switch back to uuid package8026d2b
Merge pull request #362
from docker/dependabot/npm_and_yarn/docker/actions-to...e51aab5
chore: update generated contentfd7390e
build(deps): bump @docker/actions-toolkit
from 0.35.0 to
0.39.0910a304
Merge pull request #366
from crazy-max/remove-uuid3623ee4
chore: update generated contente0e5ecf
remove uuid package and switch to crypto5334dd0
Merge pull request #363
from crazy-max/set-buildkitd-flags-optinSourced 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
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.
adef4cc
go.mod: update golang.org/x dependenciesa0819fb
sha3: fix cSHAKE initialization for extremely large N and or S42ee18b
ssh: return ServerAuthError after too many auth failures9e92970
bn256: add missing symbols in comment08d8572
secp256k1: Prepare v4.3.0.fe9a28c
secp256k1: No allocs in slow scalar base mult path.2104419
wire: Fix typo in comment.b9d8d49
wire: add p2p mixing messages25adf60
secp256k1: Add scalar base mult variant benchmarks.2ee2ebe
secp256k1: Add TinyGo support.c6322d5
docker: Update image to golang:1.22.1-alpine3.19.20dedca
server: Update required minimum protocol version.eb3de8e
docs: Update README.md to required Go 1.21/1.22.fedbaf9
build: Test against Go 1.22.Sourced from github.com/prometheus/common's releases.
v0.60.1
What's Changed
- promslog: Only log basename, not full path by
@roidelapluie
in prometheus/common#705- Reload certificates even when no CA is used by
@roidelapluie
in prometheus/common#707- Synchronize common files from prometheus/prometheus by
@prombot
in prometheus/common#701Full Changelog: https://github.com/prometheus/common/compare/v0.60.0...v0.60.1
v0.60.0
What's Changed
- Synchronize common files from prometheus/prometheus by
@prombot
in prometheus/common#692- slog: expose io.Writer by
@jkroepke
in prometheus/common#694- Synchronize common files from prometheus/prometheus by
@prombot
in prometheus/common#695- promslog: use UTC timestamps for go-kit log style by
@dswarbrick
in prometheus/common#696- feat: add
promslog.NewNopLogger()
convenience func by@tjhop
in prometheus/common#697- Bump golang.org/x/net from 0.28.0 to 0.29.0 by
@dependabot
in prometheus/common#699- Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 by
@dependabot
in prometheus/common#698- Update supported Go versions by
@SuperQ
in prometheus/common#700Full Changelog: https://github.com/prometheus/common/compare/v0.59.1...v0.60.0
653e0fa
Update common Prometheus files (#701)0d2e2e5
Reload certificates even when no CA is used (#707)a9d2e3f
Merge pull request #705
from roidelapluie/sourcefilefdc50c7
promslog: Only log basename, not full pathdae848d
Update supported Go versions (#700)63ff77e
Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 (#698)b7aa68c
Bump golang.org/x/net from 0.28.0 to 0.29.0 (#699)4e3a6fd
feat: add promslog.NewNopLogger()
convenience func (#697)d66e745
promslog: use UTC timestamps for go-kit log style (#696)14bac55
Merge pull request #695
from prometheus/repo_sync6cc5ac4
go.mod: update golang.org/x dependenciesf88258d
websocket: update nhooyr.io/websocket to github.com/coder/websocket7191757
http2: add support for net/http HTTP2 config field4790dc7
http2: add support for server-originated pings541dbe5
http2: add Server.WriteByteTimeout3c333c0
route: fix address parsing of messages on Darwin