Sourced from github.com/hashicorp/golang-lru/v2's releases.
golang-lru 2.0.6
This release removes calling the eviction callback when the
Add
method is called with an item that is already in the cache (#154); it reverts PR #135 which caused issue #141.What's Changed
- [COMPLIANCE] Add Copyright and License Headers by
@hashicorp-copywrite
in hashicorp/golang-lru#149- Revert #135 and add tests for eviction callback by
@mgaffney
in hashicorp/golang-lru#154Full Changelog: https://github.com/hashicorp/golang-lru/compare/v2.0.5...v2.0.6
fcfbdce
check in prod dependenciesdbd80d2
version 6.1a1afa11
Correctly parse create_annotated_tag
(#137)3f9dffd
Merge pull request #147
from JohnTitor/nodejs16c4f56e7
Merge pull request #146
from JohnTitor/actions-core923acce
Update @actions/core
to v1.10.0c5ababc
Update to Node.js 16e923a61
Merge pull request #142
from mathieudutour/dependabot/npm_and_yarn/actions/co...8bee2b2
Bump @actions/core
from 1.6.0 to 1.9.192dc56e
Merge pull request #124
from mathieudutour/dependabot/npm_and_yarn/node-fetch...Sourced from goreleaser/goreleaser-action's releases.
v5.0.0
What's Changed
- feat: node 20 as default runtime (requires Actions Runner v2.308.0 or later) by
@crazy-max
in goreleaser/goreleaser-action#432- chore(deps): bump
@actions/core
from 1.10.0 to 1.10.1 in goreleaser/goreleaser-action#434Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.6.0...v5.0.0
v4.6.0
Reverts the change to
node20
runtime.Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.5.0...v4.6.0
v4.5.0
What's Changed
- chore(deps): bump word-wrap from 1.2.3 to 1.2.5 by
@dependabot
in goreleaser/goreleaser-action#427- feat: bump to use node20 runtime, actions/checkout to v4 by
@kbdharun
in goreleaser/goreleaser-action#430New Contributors
@kbdharun
made their first contribution in goreleaser/goreleaser-action#430Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.4.0...v4.5.0
v4.4.0
What's Changed
- chore(deps): bump semver from 7.5.0 to 7.5.1 by
@dependabot
in goreleaser/goreleaser-action#417- feat: support oss nightlies by
@caarlos0
in goreleaser/goreleaser-action#424Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.3.0...v4.4.0
v4.3.0
What's Changed
- Update in command examples by
@arnaduga
in goreleaser/goreleaser-action#393- chore(deps): bump yargs from 17.6.2 to 17.7.0 by
@dependabot
in goreleaser/goreleaser-action#395- Improve documentation for use of
GITHUB_TOKEN
by@jamietanna
in goreleaser/goreleaser-action#399- chore(deps): bump actions/setup-go from 3 to 4 by
@dependabot
in goreleaser/goreleaser-action#403- chore(deps): bump docker/bake-action from 2 to 3 by
@dependabot
in goreleaser/goreleaser-action#408- chore(deps): bump semver from 7.3.8 to 7.5.0 by
@dependabot
in goreleaser/goreleaser-action#407- Bump setup-go action version to v4 in README by
@kishaningithub
in goreleaser/goreleaser-action#411- ci: split test and validate workflow by
@crazy-max
in goreleaser/goreleaser-action#413- chore: update yarn to 3.5.1 by
@crazy-max
in goreleaser/goreleaser-action#412- chore(deps): bump yargs from 17.7.1 to 17.7.2 by
@dependabot
in goreleaser/goreleaser-action#410- feat: support nightly by
@caarlos0
in goreleaser/goreleaser-action#419New Contributors
@arnaduga
made their first contribution in goreleaser/goreleaser-action#393@jamietanna
made their first contribution in goreleaser/goreleaser-action#399@kishaningithub
made their first contribution in goreleaser/goreleaser-action#411Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.2.0...v4.3.0
... (truncated)
Sourced from celestiaorg/.github's releases.
Release v0.2.3
Fixes unknown/unknown in our ghcr.io packages
Sourced from go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp's changelog.
[1.18.0/0.41.0/0.0.6] 2023-09-12
This release drops the compatibility guarantee of [Go 1.19].
Added
- Add
WithProducer
option ingo.opentelemetry.op/otel/exporters/prometheus
to restore the ability to register producers on the prometheus exporter's manual reader. (#4473)- Add
IgnoreValue
option ingo.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest
to allow ignoring values when comparing metrics. (#4447)Changed
- Use a
TestingT
interface instead of*testing.T
struct ingo.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest
. (#4483)Deprecated
- The
NewMetricExporter
ingo.opentelemetry.io/otel/bridge/opencensus
was deprecated inv0.35.0
(#3541). The deprecation notice format for the function has been corrected to trigger Go documentation and build tooling. (#4470)Removed
- Removed the deprecated
go.opentelemetry.io/otel/exporters/jaeger
package. (#4467)- Removed the deprecated
go.opentelemetry.io/otel/example/jaeger
package. (#4467)- Removed the deprecated
go.opentelemetry.io/otel/sdk/metric/aggregation
package. (#4468)- Removed the deprecated internal packages in
go.opentelemetry.io/otel/exporters/otlp
and its sub-packages. (#4469)- Dropped guaranteed support for versions of Go less than 1.20. (#4481)
4242228
Release v1.18.0/v0.41.0/v0.0.6 (#4489)ac4fca2
Use a TB interface in metricdatatest (#4483)77d6237
Bump actions/checkout from 3 to 4 (#4490)8ef7339
dependabot updates Sun Sep 10 14:30:56 UTC 2023 (#4498)e44ea5c
Revert "Collector example: add metrics and use official port (#4466)"
(#4487)9737995
Drop support for Go 1.19 (#4481)6eedabf
Collector example: add metrics and use official port (#4466)76c370f
Document public metric SDK interfaces to remain stable (#4396)01d64c3
Update go versions used in workflows (#4480)fc70923
Ignore value option for metricdatatest (#4447)