Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update cloud foundry logging and metrics #3151

Merged
merged 2 commits into from
Aug 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
code.cloudfoundry.org/go-loggregator/v10 v10.0.0 -> v10.0.1 age adoption passing confidence require patch
code.cloudfoundry.org/loggregator-agent-release/src a0abd75 -> 70cac72 age adoption passing confidence require digest

Release Notes

cloudfoundry/go-loggregator (code.cloudfoundry.org/go-loggregator/v10)

v10.0.1

Compare Source

Maintenance

Full Changelog: cloudfoundry/go-loggregator@v10.0.0...v10.0.1


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 29, 2024
Copy link
Contributor Author

renovate bot commented Aug 29, 2024

⚠️ 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: src/autoscaler/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading code.cloudfoundry.org/lager/v3 v3.0.3
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/pivotal-cf/brokerapi/v11 v11.0.4
go: downloading github.com/onsi/ginkgo/v2 v2.20.2
go: downloading golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
go: downloading github.com/onsi/gomega v1.34.2
go: downloading github.com/go-chi/chi/v5 v5.1.0
go: downloading github.com/tedsuo/ifrit v0.0.0-20230516164442-7862c310ad26
go: downloading golang.org/x/crypto v0.26.0
go: downloading github.com/go-logr/logr v1.4.2
go: downloading code.cloudfoundry.org/clock v1.2.0
go: downloading github.com/prometheus/client_golang v1.20.2
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/xeipuuv/gojsonschema v1.2.0
go: downloading gopkg.in/errgo.v2 v2.1.0
go: downloading github.com/gorilla/mux v1.8.1
go: downloading go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.54.0
go: downloading code.cloudfoundry.org/cfhttp/v2 v2.1.0
go: downloading github.com/hashicorp/go-retryablehttp v0.7.7
go: downloading github.com/stretchr/testify v1.9.0
go: downloading github.com/cloud-gov/go-cfenv v1.19.1
go: downloading github.com/patrickmn/go-cache v2.1.0+incompatible
go: downloading github.com/go-sql-driver/mysql v1.8.1
go: downloading go.opentelemetry.io/otel v1.29.0
go: downloading github.com/jackc/pgx/v5 v5.6.0
go: downloading github.com/jmoiron/sqlx v1.4.0
go: downloading github.com/uptrace/opentelemetry-go-extra/otelsql v0.3.1
go: downloading github.com/uptrace/opentelemetry-go-extra/otelsqlx v0.3.1
go: downloading code.cloudfoundry.org/go-loggregator/v10 v10.0.1
go: downloading code.cloudfoundry.org/go-log-cache/v3 v3.0.3
go: downloading github.com/rubyist/circuitbreaker v2.2.1+incompatible
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: downloading google.golang.org/grpc v1.66.0
go: downloading github.com/steinfletcher/apitest v1.5.16
go: downloading go.opentelemetry.io/otel/sdk v1.29.0
go: downloading go.opentelemetry.io/otel/trace v1.29.0
go: downloading code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20240830083115-70cac7224463
go: downloading golang.org/x/net v0.28.0
go: downloading code.cloudfoundry.org/tlsconfig v0.1.0
go: downloading golang.org/x/time v0.5.0
go: downloading github.com/ogen-go/ogen v1.3.0
go: downloading github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
go: downloading github.com/openzipkin/zipkin-go v0.4.2
go: downloading github.com/google/go-cmp v0.6.0
go: downloading google.golang.org/protobuf v1.34.2
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/common v0.57.0
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading golang.org/x/sys v0.24.0
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading filippo.io/edwards25519 v1.1.0
go: downloading github.com/jackc/puddle/v2 v2.2.1
go: downloading go.opentelemetry.io/otel/metric v1.29.0
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed
go: downloading github.com/cenk/backoff v2.2.1+incompatible
go: downloading github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/klauspost/compress v1.17.9
go: downloading code.cloudfoundry.org/go-diodes v0.0.0-20240813203737-5032edb05ceb
go: downloading code.cloudfoundry.org/go-metric-registry v0.0.0-20240828184116-9710cd731bb8
go: downloading github.com/valyala/fasthttp v1.55.0
go: downloading github.com/go-faster/errors v0.7.1
go: downloading github.com/go-faster/jx v1.1.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
go: downloading github.com/jackc/pgpassfile v1.0.0
go: downloading github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9
go: downloading golang.org/x/text v0.17.0
go: downloading golang.org/x/sync v0.8.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240827150818-7e3bb234dfed
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/andybalholm/brotli v1.1.0
go: downloading github.com/valyala/bytebufferpool v1.0.0
go: downloading golang.org/x/tools v0.24.0
go: downloading github.com/go-task/slim-sprig/v3 v3.0.0
go: downloading github.com/segmentio/asm v1.2.0
go: downloading github.com/google/pprof v0.0.0-20240829160300-da1f7e9f2b25
go: downloading github.com/go-faster/yaml v0.4.6
go: downloading github.com/ghodss/yaml v1.0.0
go: downloading go.uber.org/zap v1.27.0
go: downloading github.com/fatih/color v1.17.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/dlclark/regexp2 v1.11.4
go: downloading golang.org/x/mod v0.20.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading code.cloudfoundry.org/app-autoscaler v0.0.0-20211201103113-81a4f0cac637
go: code.cloudfoundry.org/app-autoscaler/src/autoscaler/api/publicapiserver imports
	code.cloudfoundry.org/app-autoscaler/src/autoscaler/helpers/apis/scalinghistory: cannot find module providing package code.cloudfoundry.org/app-autoscaler/src/autoscaler/helpers/apis/scalinghistory
go: code.cloudfoundry.org/app-autoscaler/src/autoscaler/api/broker tested by
	code.cloudfoundry.org/app-autoscaler/src/autoscaler/api/broker.test imports
	code.cloudfoundry.org/app-autoscaler/src/autoscaler/fakes: cannot find module providing package code.cloudfoundry.org/app-autoscaler/src/autoscaler/fakes

@renovate renovate bot enabled auto-merge (rebase) August 29, 2024 09:41
@silvestre silvestre added skip-dependency-postprocessing Skip the dependency post-processing workflow and removed dependencies Pull requests that update a dependency file labels Aug 29, 2024
@renovate renovate bot force-pushed the renovate/cloud-foundry-logging-and-metrics branch 3 times, most recently from 6c661e2 to c814402 Compare August 30, 2024 10:02
@renovate renovate bot changed the title fix(deps): update code.cloudfoundry.org/loggregator-agent-release/src digest to eef5d03 fix(deps): update code.cloudfoundry.org/loggregator-agent-release/src digest to 70cac72 Aug 30, 2024
@renovate renovate bot force-pushed the renovate/cloud-foundry-logging-and-metrics branch from c814402 to d3c88ce Compare August 30, 2024 12:59
@renovate renovate bot changed the title fix(deps): update code.cloudfoundry.org/loggregator-agent-release/src digest to 70cac72 fix(deps): update cloud foundry logging and metrics Aug 30, 2024
@silvestre silvestre removed the skip-dependency-postprocessing Skip the dependency post-processing workflow label Aug 30, 2024
@renovate renovate bot force-pushed the renovate/cloud-foundry-logging-and-metrics branch from d3c88ce to 4bf7cbc Compare August 30, 2024 13:14
Copy link

sonarcloud bot commented Aug 30, 2024

@silvestre silvestre added the allow-acceptance-tests This label needs to be added to enable the acceptance tests to run. label Aug 30, 2024
@renovate renovate bot merged commit d9e2f90 into main Aug 30, 2024
34 of 35 checks passed
@renovate renovate bot deleted the renovate/cloud-foundry-logging-and-metrics branch August 30, 2024 15:13
@silvestre silvestre added the dependencies Pull requests that update a dependency file label Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
allow-acceptance-tests This label needs to be added to enable the acceptance tests to run. dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant