smallstep / certificates

🛡️ A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH.
https://smallstep.com/certificates
Apache License 2.0
6.8k stars 445 forks source link

Bump github.com/newrelic/go-agent/v3 from 3.35.0 to 3.35.1 #2047

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 4 weeks ago

Bumps github.com/newrelic/go-agent/v3 from 3.35.0 to 3.35.1.

Release notes

Sourced from github.com/newrelic/go-agent/v3's releases.

Release 3.35.1

Hotfix Release

This release was developed to quickly patch an issue with the registration of the New Relic Security Agent.

Fixed

  • Security Agent Bug Hotfix: Do not update the security agent unti the go agent has completed its connect process PR
  • Faster Trace ID generation

Support statement

We use the latest version of the Go language. At minimum, you should be using no version of Go older than what is supported by the Go team themselves. See the Go agent EOL Policy for details about supported versions of the Go agent and third-party components.

Changelog

Sourced from github.com/newrelic/go-agent/v3's changelog.

3.35.1

Fixed

  • Security Agent Bug Hotfix: Do not update the security agent unti the go agent has completed its connect process PR
  • Faster Trace ID generation

Support statement

We use the latest version of the Go language. At minimum, you should be using no version of Go older than what is supported by the Go team themselves. See the Go agent EOL Policy for details about supported versions of the Go agent and third-party components.

Commits
  • 82c8f84 Merge pull request #980 from iamemilio/release_3.35.1
  • b90cd1c 3.35.1
  • 32bbfd1 Merge pull request #979 from newrelic/develop
  • aa932cf Merge pull request #978 from iamemilio/secure_agent_connect
  • c9b52de defensive nil check IsConnectedToNewRelic()
  • 1bc5ed1 hotfix security agent: only refresh state when connected to new relic
  • a2f8e83 Merge pull request #977 from framer/fix/trace-id-lock-contention
  • ce4def8 Avoid an additional allocation for the encoding
  • 40efd0b Add a benchmark for invoking the TraceIDGenerator.GenerateSpanID concurrently
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)