deps: update module github.com/prometheus/common to v0.63.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/prometheus/common | v0.47.0 -> v0.63.0 |
||||
| github.com/prometheus/common | v0.55.0 -> v0.63.0 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
prometheus/common (github.com/prometheus/common)
v0.63.0
What's Changed
- Making the map a public variable for promtheus-operator by @dongjiang1989 in https://github.com/prometheus/common/pull/741
- setup ossf scorecard and codeql workflows by @mmorel-35 in https://github.com/prometheus/common/pull/564
- feat(promslog): implement reserved keys, rename duplicates by @tjhop in https://github.com/prometheus/common/pull/746
- Bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 by @dependabot in https://github.com/prometheus/common/pull/750
- Bump golang.org/x/net from 0.33.0 to 0.34.0 by @dependabot in https://github.com/prometheus/common/pull/749
- Bump google.golang.org/protobuf from 1.36.1 to 1.36.3 by @dependabot in https://github.com/prometheus/common/pull/751
- promslog: Make AllowedLevel concurrency safe. by @bwplotka in https://github.com/prometheus/common/pull/754
- Fix typo 'the an' by @petern48 in https://github.com/prometheus/common/pull/752
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/757
- build(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4 by @dependabot in https://github.com/prometheus/common/pull/756
- build(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 by @dependabot in https://github.com/prometheus/common/pull/761
- build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in https://github.com/prometheus/common/pull/763
- build(deps): bump golang.org/x/net from 0.34.0 to 0.35.0 by @dependabot in https://github.com/prometheus/common/pull/762
- model: Clarify the purpose of model.NameValidationScheme by @ywwg in https://github.com/prometheus/common/pull/765
- Fix spelling mistake in godoc by @grobinson-grafana in https://github.com/prometheus/common/pull/766
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/767
- otlptranslator: Add dependency free package that translates OTLP data into Prometheus metric/label names by @ArthurSens in https://github.com/prometheus/common/pull/768
New Contributors
- @dongjiang1989 made their first contribution in https://github.com/prometheus/common/pull/741
- @petern48 made their first contribution in https://github.com/prometheus/common/pull/752
Full Changelog: https://github.com/prometheus/common/compare/v0.62.0...v0.63.0
v0.62.0
⚠️ This releases switches internal global to UTF8Validation from LegacyValidation. This is a breaking change, relaxing the validation. We don't intend to add more schemas and we have to have a global for unmarshalling interfaces, thus the change was made ⚠️
What's Changed
- Change default validation scheme to UTF8Validation by @ywwg in https://github.com/prometheus/common/pull/724
- Remove deprecated promlog package by @SuperQ in https://github.com/prometheus/common/pull/738
- Remove deprecated sigv4 module by @SuperQ in https://github.com/prometheus/common/pull/737
- update links to openmetrics to reference the v1.0.0 release by @dashpole in https://github.com/prometheus/common/pull/740
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/742
- Bump google.golang.org/protobuf from 1.35.2 to 1.36.1 by @dependabot in https://github.com/prometheus/common/pull/744
- Bump golang.org/x/net from 0.32.0 to 0.33.0 by @dependabot in https://github.com/prometheus/common/pull/743
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/747
- http_config: Allow customizing TLS config and settings. by @bwplotka in https://github.com/prometheus/common/pull/748
New Contributors
- @dashpole made their first contribution in https://github.com/prometheus/common/pull/740
Full Changelog: https://github.com/prometheus/common/compare/v0.61.0...v0.62.0
v0.61.0
What's Changed
- Mark sigv4 deprecated by @SuperQ in https://github.com/prometheus/common/pull/715
- Provide a way to get UserAgent by @mmorel-35 in https://github.com/prometheus/common/pull/716
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/714
- Bump golang.org/x/net from 0.29.0 to 0.30.0 by @dependabot in https://github.com/prometheus/common/pull/712
- chore: enable perfsprint linter by @mmorel-35 in https://github.com/prometheus/common/pull/717
- chore: use testify instead of testing.Fatal by @mmorel-35 in https://github.com/prometheus/common/pull/718
- Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @dependabot in https://github.com/prometheus/common/pull/711
- setup dependabot for
github.com/prometheus/common/assetsby @mmorel-35 in https://github.com/prometheus/common/pull/719 - Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/721
- Mark promlog deprecated by @SuperQ in https://github.com/prometheus/common/pull/720
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/722
- Allow custom user-agent definition by @mmorel-35 in https://github.com/prometheus/common/pull/725
- fix: values escaping bugs by @ywwg in https://github.com/prometheus/common/pull/727
- fix(promslog): always use UTC for time by @tjhop in https://github.com/prometheus/common/pull/735
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /assets by @dependabot in https://github.com/prometheus/common/pull/729
- Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 by @dependabot in https://github.com/prometheus/common/pull/730
- promslog: always lowercase log level from CLI by @jkroepke in https://github.com/prometheus/common/pull/728
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/726
- Bump golang.org/x/net from 0.30.0 to 0.32.0 by @dependabot in https://github.com/prometheus/common/pull/736
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in https://github.com/prometheus/common/pull/731
- Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 by @dependabot in https://github.com/prometheus/common/pull/732
Full Changelog: https://github.com/prometheus/common/compare/v0.60.1...v0.61.0
v0.60.1
What's Changed
- promslog: Only log basename, not full path by @roidelapluie in https://github.com/prometheus/common/pull/705
- Reload certificates even when no CA is used by @roidelapluie in https://github.com/prometheus/common/pull/707
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/701
Full 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 https://github.com/prometheus/common/pull/692
- slog: expose io.Writer by @jkroepke in https://github.com/prometheus/common/pull/694
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/695
- promslog: use UTC timestamps for go-kit log style by @dswarbrick in https://github.com/prometheus/common/pull/696
- feat: add
promslog.NewNopLogger()convenience func by @tjhop in https://github.com/prometheus/common/pull/697 - Bump golang.org/x/net from 0.28.0 to 0.29.0 by @dependabot in https://github.com/prometheus/common/pull/699
- Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 by @dependabot in https://github.com/prometheus/common/pull/698
- Update supported Go versions by @SuperQ in https://github.com/prometheus/common/pull/700
Full Changelog: https://github.com/prometheus/common/compare/v0.59.1...v0.60.0
v0.59.1
What's Changed
- fix(utf8): Fix multiple metric name inside braces validation by @fedetorres93 in https://github.com/prometheus/common/pull/691
Full 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 https://github.com/prometheus/common/pull/688
- Change the default escape method to UnderscoreEscaping by @ywwg in https://github.com/prometheus/common/pull/690
Full 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 https://github.com/prometheus/common/pull/683
- Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 by @dependabot in https://github.com/prometheus/common/pull/684
- Bump golang.org/x/net from 0.27.0 to 0.28.0 by @dependabot in https://github.com/prometheus/common/pull/685
- Remove secret file existence check in Validate for headers by @roidelapluie in https://github.com/prometheus/common/pull/687
Full Changelog: https://github.com/prometheus/common/compare/v0.57.0...v0.58.0
v0.57.0
What's Changed
- feat: new promslog and promslog/flag packages to wrap log/slog by @tjhop in https://github.com/prometheus/common/pull/677
New Contributors
- @tjhop made their first contribution in https://github.com/prometheus/common/pull/677
Full Changelog: https://github.com/prometheus/common/compare/v0.56.0...v0.57.0
v0.56.0
What's Changed
- Don't always fetch a OAuth2 token, if the secret from a file didn't change by @multani in https://github.com/prometheus/common/pull/647
- remove dependency to github.com/prometheus/client_golang by @ilius in https://github.com/prometheus/common/pull/662
- Bump github.com/aws/aws-sdk-go from 1.54.7 to 1.54.11 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/661
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/664
- Revert #576 and add deprecation notice by @SuperQ in https://github.com/prometheus/common/pull/665
- Bump golang.org/x/net from 0.26.0 to 0.27.0 by @dependabot in https://github.com/prometheus/common/pull/667
- use basic string in IsValidLegacyMetricName by @ywwg in https://github.com/prometheus/common/pull/668
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/672
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/674
- Bump github.com/aws/aws-sdk-go from 1.54.19 to 1.55.5 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/671
- sigv4: support nil body by @roidelapluie in https://github.com/prometheus/common/pull/673
- Fix overflows of untyped int constants on 32-bit by @dswarbrick in https://github.com/prometheus/common/pull/675
- Update client_golang by @SuperQ in https://github.com/prometheus/common/pull/676
- Update golangci lint by @roidelapluie in https://github.com/prometheus/common/pull/679
- expfmt: Add UTF-8 syntax support in text_parse.go by @fedetorres93 in https://github.com/prometheus/common/pull/670
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/681
- fix(utf8): provide a method for explicitly checking label names for legacy validity by @ywwg in https://github.com/prometheus/common/pull/682
New Contributors
- @multani made their first contribution in https://github.com/prometheus/common/pull/647
- @ilius made their first contribution in https://github.com/prometheus/common/pull/662
- @dswarbrick made their first contribution in https://github.com/prometheus/common/pull/675
- @fedetorres93 made their first contribution in https://github.com/prometheus/common/pull/670
Full Changelog: https://github.com/prometheus/common/compare/v0.55.0...v0.56.0
v0.55.0
What's Changed
- Move goautoneg to external dependency by @mikelolasagasti in https://github.com/prometheus/common/pull/625
- Expose secret as SecretReader and InlineSecret from config package by @pracucci in https://github.com/prometheus/common/pull/650
- Fix HTTPClientConfig JSON marshalling by @pracucci in https://github.com/prometheus/common/pull/651
- Expose secret as FileSecret from config package by @alanprot in https://github.com/prometheus/common/pull/653
- Set http_headers to be omit empty by @yeya24 in https://github.com/prometheus/common/pull/655
- chore: add HumanizeTimestamp; make ConvertToFloat exportable by @freak12techno in https://github.com/prometheus/common/pull/654
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/660
- Add SigV4 FIPS STS endpoint config by @rajagopalanand in https://github.com/prometheus/common/pull/649
New Contributors
- @gotjosh made their first contribution in https://github.com/prometheus/common/pull/644
- @mikelolasagasti made their first contribution in https://github.com/prometheus/common/pull/625
- @alanprot made their first contribution in https://github.com/prometheus/common/pull/653
- @yeya24 made their first contribution in https://github.com/prometheus/common/pull/655
- @rajagopalanand made their first contribution in https://github.com/prometheus/common/pull/649
Full Changelog: https://github.com/prometheus/common/compare/v0.54.0...v0.55.0
v0.54.0
What's Changed
- Bump golang.org/x/net from 0.22.0 to 0.23.0 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/624
- Bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in https://github.com/prometheus/common/pull/623
- Add HTTP headers support to common HTTP client. by @roidelapluie in https://github.com/prometheus/common/pull/416
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/633
- Bump github.com/aws/aws-sdk-go from 1.51.11 to 1.51.32 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/632
- Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 by @dependabot in https://github.com/prometheus/common/pull/628
- Bump golang.org/x/net from 0.23.0 to 0.24.0 by @dependabot in https://github.com/prometheus/common/pull/630
- Bump github.com/prometheus/client_model from 0.6.0 to 0.6.1 by @dependabot in https://github.com/prometheus/common/pull/631
- Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 by @dependabot in https://github.com/prometheus/common/pull/629
- Use common interface to fetch secrets in HTTP client config by @TheSpiritXIII in https://github.com/prometheus/common/pull/538
- Add support for secret refs via a secret manager by @TheSpiritXIII in https://github.com/prometheus/common/pull/572
- oauth2RoundTripper: Avoid race condition and readability changes. by @bwplotka in https://github.com/prometheus/common/pull/634
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/636
- Bump github.com/aws/aws-sdk-go from 1.51.32 to 1.53.14 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/638
- Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/639
- feat: add time template helpers by @freak12techno in https://github.com/prometheus/common/pull/627
New Contributors
- @bwplotka made their first contribution in https://github.com/prometheus/common/pull/634
- @freak12techno made their first contribution in https://github.com/prometheus/common/pull/627
Full Changelog: https://github.com/prometheus/common/compare/v0.53.0...v0.54.0
v0.53.0
What's Changed
- Add StatusAt method for Alert struct by @grobinson-grafana in https://github.com/prometheus/common/pull/618
- config: allow exposing real secret value through marshal by @GiedriusS in https://github.com/prometheus/common/pull/487
- Fix up config test by @SuperQ in https://github.com/prometheus/common/pull/621
- LabelSet.String: restore faster sort call by @bboreham in https://github.com/prometheus/common/pull/619
- LabelSet: add unit test for String method by @bboreham in https://github.com/prometheus/common/pull/620
New Contributors
- @grobinson-grafana made their first contribution in https://github.com/prometheus/common/pull/618
- @GiedriusS made their first contribution in https://github.com/prometheus/common/pull/487
Full Changelog: https://github.com/prometheus/common/compare/v0.52.3...v0.53.0
v0.52.3
What's Changed
- Support go 1.20 by @ArthurSens in https://github.com/prometheus/common/pull/617
Full Changelog: https://github.com/prometheus/common/compare/v0.52.2...v0.52.3
v0.52.2
What's Changed
- Drop support for Go older than 1.18 by @SuperQ in https://github.com/prometheus/common/pull/612
- fix(protobuf): Correctly decode multi-messages streams by @srebhan in https://github.com/prometheus/common/pull/616
- Bump github.com/aws/aws-sdk-go from 1.50.31 to 1.51.11 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/615
New Contributors
- @srebhan made their first contribution in https://github.com/prometheus/common/pull/616
Full Changelog: https://github.com/prometheus/common/compare/v0.51.1...v0.52.2
v0.51.1
What's Changed
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/606
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/609
- Retract v0.50.0 by @SuperQ in https://github.com/prometheus/common/pull/610
Full Changelog: https://github.com/prometheus/common/compare/v0.51.0...v0.51.1
v0.51.0
What's Changed
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/604
- expfmt: Add a way to generate different OpenMetrics Formats by @ywwg in https://github.com/prometheus/common/pull/596
- Fix string slice definition for FormatFlagOptions. by @gizmoguy in https://github.com/prometheus/common/pull/607
- Correct logic in sample naming for counters, add new test by @vesari in https://github.com/prometheus/common/pull/608
New Contributors
- @gizmoguy made their first contribution in https://github.com/prometheus/common/pull/607
Full Changelog: https://github.com/prometheus/common/compare/v0.50.0...v0.51.0
v0.50.0
What's Changed
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/594
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/593
- Bump github.com/aws/aws-sdk-go from 1.50.27 to 1.50.29 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/592
- Bump github.com/aws/aws-sdk-go from 1.50.29 to 1.50.31 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/595
- Remove unused 'Host' member from HTTPClientConfig by @bboreham in https://github.com/prometheus/common/pull/597
- Add OpenMetrics unit support by @vesari in https://github.com/prometheus/common/pull/544
- Remove deprecated version function by @SuperQ in https://github.com/prometheus/common/pull/591
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/599
- Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 by @dependabot in https://github.com/prometheus/common/pull/600
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in https://github.com/prometheus/common/pull/601
Full Changelog: https://github.com/prometheus/common/compare/v0.49.0...v0.50.0
v0.49.0
What's Changed
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/574
- Bump github.com/aws/aws-sdk-go from 1.49.13 to 1.50.8 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/571
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/581
- Update Go by @SuperQ in https://github.com/prometheus/common/pull/588
- Deprecate version.NewCollector by @SuperQ in https://github.com/prometheus/common/pull/579
- Bump github.com/aws/aws-sdk-go from 1.50.8 to 1.50.27 in /sigv4 by @dependabot in https://github.com/prometheus/common/pull/587
- Avoid off-spec openmetrics exposition when exemplars have empty labels by @orls in https://github.com/prometheus/common/pull/569
- Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 by @dependabot in https://github.com/prometheus/common/pull/585
- Write created lines when negotiating OpenMetrics by @ArthurSens in https://github.com/prometheus/common/pull/504
- Upgrade client_model to v.0.6.0 by @vesari in https://github.com/prometheus/common/pull/589
- http_config: Add host by @jkroepke in https://github.com/prometheus/common/pull/549
- LabelSet: Fix alphabetical sorting for prometheus LabelSet by @wasim-nihal in https://github.com/prometheus/common/pull/575
- labelset: optimise String() function by @bboreham in https://github.com/prometheus/common/pull/590
New Contributors
- @orls made their first contribution in https://github.com/prometheus/common/pull/569
- @vesari made their first contribution in https://github.com/prometheus/common/pull/589
Full Changelog: https://github.com/prometheus/common/compare/v0.48.0...v0.49.0
v0.48.0
This release will require changes of code that relies on direct access to content-type format strings. See the PR linked below for work-arounds. Please file an issue if your use case doesn't work anymore.
What's Changed
- Unexport Format strings by @ywwg in https://github.com/prometheus/common/pull/576
Full Changelog: https://github.com/prometheus/common/compare/v0.47.0...v0.48.0
Configuration
📅 Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" in timezone Europe/Vienna, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
⚠ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: metrics-operator/go.sum
Command failed: go get -d -t ./...
go: downloading github.com/pkg/errors v0.9.1
go: downloading k8s.io/api v0.28.8
go: downloading k8s.io/apimachinery v0.28.8
go: downloading sigs.k8s.io/controller-runtime v0.16.5
go: downloading github.com/stretchr/testify v1.9.0
go: downloading k8s.io/client-go v0.28.8
go: downloading k8s.io/apiserver v0.28.8
go: downloading k8s.io/component-base v0.28.8
go: downloading k8s.io/klog/v2 v2.120.1
go: downloading sigs.k8s.io/custom-metrics-apiserver v1.28.0
go: downloading github.com/go-logr/logr v1.4.1
go: downloading k8s.io/metrics v0.28.8
go: downloading golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f
go: downloading golang.org/x/net v0.24.0
go: downloading k8s.io/apiextensions-apiserver v0.28.8
go: downloading github.com/DataDog/datadog-api-client-go/v2 v2.25.0
go: downloading github.com/benbjohnson/clock v1.3.5
go: downloading github.com/prometheus/client_golang v1.19.0
go: downloading github.com/prometheus/common v0.53.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading github.com/gorilla/mux v1.8.1
go: downloading github.com/open-feature/go-sdk v1.11.0
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/kelseyhightower/envconfig v1.4.0
go: downloading github.com/keptn/lifecycle-toolkit/keptn-cert-manager v0.0.0-20240319133656-ce8192f64000
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3
go: downloading gomodules.xyz/jsonpatch/v2 v2.4.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/google/uuid v1.6.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.10.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading go.opentelemetry.io/otel/sdk v1.25.0
go: downloading go.opentelemetry.io/otel v1.25.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.25.0
go: downloading golang.org/x/sys v0.19.0
go: downloading google.golang.org/grpc v1.63.0
go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1
go: downloading k8s.io/kube-openapi v0.0.0-20230901164831-6c774f458599
go: downloading k8s.io/utils v0.0.0-20230726121419-3b25d923346b
go: downloading github.com/evanphx/json-patch/v5 v5.6.0
go: downloading github.com/evanphx/json-patch v5.6.0+incompatible
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
go: downloading golang.org/x/oauth2 v0.18.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading google.golang.org/protobuf v1.33.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/prometheus/procfs v0.12.0
go: downloading github.com/spf13/afero v1.11.0
go: downloading github.com/go-logr/zapr v1.2.4
go: downloading go.uber.org/zap v1.25.0
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading github.com/fsnotify/fsnotify v1.6.0
go: downloading github.com/imdario/mergo v0.3.13
go: downloading golang.org/x/term v0.19.0
go: downloading go.opentelemetry.io/otel/trace v1.25.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.10.0
go: downloading go.opentelemetry.io/proto/otlp v1.1.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda
go: downloading google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de
go: downloading github.com/google/cel-go v0.16.1
go: downloading github.com/coreos/go-systemd/v22 v22.5.0
go: downloading github.com/emicklei/go-restful/v3 v3.11.0
go: downloading golang.org/x/crypto v0.22.0
go: downloading golang.org/x/time v0.5.0
go: downloading sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.2
go: downloading k8s.io/kms v0.28.8
go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.9
go: downloading go.etcd.io/etcd/client/v3 v3.5.9
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.35.0
go: downloading github.com/google/go-cmp v0.6.0
go: downloading github.com/spf13/cobra v1.7.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.1
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/google/gnostic-models v0.6.8
go: downloading github.com/jpillora/backoff v1.0.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading golang.org/x/text v0.14.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/DataDog/zstd v1.5.2
go: downloading github.com/goccy/go-json v0.10.2
go: downloading go.opentelemetry.io/otel/metric v1.25.0
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de
go: downloading github.com/stoewer/go-strcase v1.2.0
go: downloading golang.org/x/sync v0.7.0
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/go-openapi/swag v0.22.3
go: downloading github.com/NYTimes/gziphandler v1.1.1
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading go.etcd.io/etcd/api/v3 v3.5.9
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading google.golang.org/appengine v1.6.8
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df
go: downloading github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
go: downloading github.com/go-openapi/jsonpointer v0.19.6
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/coreos/go-semver v0.3.1
go: downloading github.com/josharian/intern v1.0.0
go: downloading go.opentelemetry.io v0.1.0
go: downloading go.opentelemetry.io/otel/exporters/otlp v0.20.1
go: github.com/keptn/lifecycle-toolkit/metrics-operator/cmd/metrics/adapter imports
k8s.io/apiserver/pkg/server/options imports
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc imports
go.opentelemetry.io/otel/exporters/otlp/internal: cannot find module providing package go.opentelemetry.io/otel/exporters/otlp/internal
go: github.com/keptn/lifecycle-toolkit/metrics-operator/cmd/metrics/adapter imports
k8s.io/apiserver/pkg/server/options imports
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc imports
go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/otlpconfig: cannot find module providing package go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/otlpconfig
go: github.com/keptn/lifecycle-toolkit/metrics-operator/cmd/metrics/adapter imports
k8s.io/apiserver/pkg/server/options imports
k8s.io/component-base/tracing imports
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp imports
go.opentelemetry.io/otel/metric/global: cannot find module providing package go.opentelemetry.io/otel/metric/global
go: github.com/keptn/lifecycle-toolkit/metrics-operator/cmd/metrics/adapter imports
k8s.io/apiserver/pkg/server/options imports
k8s.io/component-base/tracing imports
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp imports
go.opentelemetry.io/otel/metric/instrument/syncfloat64: cannot find module providing package go.opentelemetry.io/otel/metric/instrument/syncfloat64
go: github.com/keptn/lifecycle-toolkit/metrics-operator/cmd/metrics/adapter imports
k8s.io/apiserver/pkg/server/options imports
k8s.io/component-base/tracing imports
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp imports
go.opentelemetry.io/otel/metric/instrument/syncint64: cannot find module providing package go.opentelemetry.io/otel/metric/instrument/syncint64
There seems to have been a breaking change in this new version where some previously exported format strings have now been unexported. This has not yet been adapted in the following libraries we also use:
- k8s.io/component-base - no update on their main branch yet
-
github.com/prometheus/client_golang - version bumped on
main, but no release yet
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 54.85%. Comparing base (
8eb878f) to head (dd73695).
:exclamation: There is a different number of reports uploaded between BASE (8eb878f) and HEAD (dd73695). Click for more details.
HEAD has 3 uploads less than BASE
Flag BASE (8eb878f) HEAD (dd73695) certificate-operator 1 0 metrics-operator 1 0 lifecycle-operator 1 0
Additional details and impacted files
@@ Coverage Diff @@
## main #3115 +/- ##
===========================================
- Coverage 74.72% 54.85% -19.87%
===========================================
Files 225 24 -201
Lines 10160 1462 -8698
===========================================
- Hits 7592 802 -6790
+ Misses 2198 559 -1639
+ Partials 370 101 -269
see 214 files with indirect coverage changes
| Flag | Coverage Δ | |
|---|---|---|
| certificate-operator | ? |
|
| component-tests | 58.77% <ø> (+0.73%) |
:arrow_up: |
| lifecycle-operator | ? |
|
| metrics-operator | ? |
Flags with carried forward coverage won't be shown. Click here to find out more.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
ℹ Artifact update notice
File name: metrics-operator/go.mod
In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):
- 3 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/prometheus/client_golang |
v1.18.0 -> v1.20.4 |
github.com/prometheus/procfs |
v0.12.0 -> v0.15.1 |
golang.org/x/oauth2 |
v0.20.0 -> v0.23.0 |
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code