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 golang #1360

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jul 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cloud.google.com/go v0.72.0 -> v0.115.0 age adoption passing confidence
github.com/google/go-cmp v0.5.2 -> v0.6.0 age adoption passing confidence
github.com/olekukonko/tablewriter v0.0.4 -> v0.0.5 age adoption passing confidence
github.com/sirupsen/logrus v1.7.0 -> v1.9.3 age adoption passing confidence
google.golang.org/api v0.35.0 -> v0.186.0 age adoption passing confidence
google.golang.org/grpc v1.56.3 -> v1.64.0 age adoption passing confidence
google.golang.org/protobuf v1.33.0 -> v1.34.2 age adoption passing confidence
gopkg.in/yaml.v2 v2.2.8 -> v2.4.0 age adoption passing confidence
k8s.io/api v0.19.4 -> v0.30.2 age adoption passing confidence
k8s.io/apimachinery v0.19.4 -> v0.30.2 age adoption passing confidence
sigs.k8s.io/yaml v1.2.0 -> v1.4.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

googleapis/google-cloud-go (cloud.google.com/go)

v0.115.0

Compare Source

Features
Bug Fixes

v0.114.0

Compare Source

Features
Bug Fixes
  • internal/postprocessor: Add scopes to all appropriate commit lines (#​10192) (c21399b)

v0.113.0

Compare Source

Features
Bug Fixes
Documentation
  • testing: Switch deprecated WithInsecure to WithTransportCredentials (#​10091) (2b576ab)

v0.112.2

Compare Source

Bug Fixes

v0.112.1

Compare Source

Bug Fixes
  • internal/postprocessor: Handle googleapis link in commit body (#​9251) (1dd3515)
Documentation

v0.112.0

Compare Source

Features
  • internal/trace: Export internal/trace package constants and vars (#​9242) (941c16f)
Documentation

v0.111.0

Compare Source

Features
Bug Fixes

v0.110.10

Compare Source

Bug Fixes

v0.110.9

Compare Source

Bug Fixes
  • all: Update golang.org/x/net to v0.17.0 (#​8705) (174da47)
  • internal/aliasgen: Update golang.org/x/net to v0.17.0 (174da47)
  • internal/examples/fake: Update golang.org/x/net to v0.17.0 (174da47)
  • internal/gapicgen: Update golang.org/x/net to v0.17.0 (174da47)
  • internal/generated/snippets: Update golang.org/x/net to v0.17.0 (174da47)
  • internal/godocfx: Update golang.org/x/net to v0.17.0 (174da47)
  • internal/postprocessor: Add ability to override release level (#​8643) (26c608a)
  • internal/postprocessor: Add missing assignment (#​8646) (d8c5746)
  • internal/postprocessor: Update golang.org/x/net to v0.17.0 (174da47)

v0.110.8

Compare Source

v0.110.7

Compare Source

v0.110.6

Compare Source

v0.110.5

Compare Source

v0.110.4

Compare Source

v0.110.3

Compare Source

Bug Fixes
Documentation
  • v1: Minor clarifications for TaskGroup and min_cpu_platform (3382ef8)

v0.110.2

Compare Source

v0.110.1

Compare Source

v0.110.0

Compare Source

v0.109.0

Compare Source

v0.108.0

Compare Source

v0.107.0

Compare Source

v0.106.0

Compare Source

v0.105.0

Compare Source

v0.104.0

Compare Source

v0.103.0

Compare Source

v0.102.1

Compare Source

v0.102.0

Compare Source

v0.101.1

Compare Source

v0.101.0

Compare Source

v0.100.2

Compare Source

v0.100.1

Compare Source

v0.100.0

Compare Source

v0.99.0

Compare Source

v0.98.0

Compare Source

v0.97.0

Compare Source

v0.96.0

Compare Source

v0.95.0

Compare Source

v0.94.1

Compare Source

v0.94.0

Compare Source

v0.93.3

Compare Source

v0.92.3

Compare Source

v0.92.2

Compare Source

v0.92.1

Compare Source

v0.92.0

Compare Source

v0.91.1

Compare Source

v0.91.0

Compare Source

v0.90.0

Compare Source

v0.89.0

Compare Source

v0.88.0

Compare Source

v0.87.0

Compare Source

v0.86.0

Compare Source

v0.85.0

Compare Source

v0.84.0

Compare Source

v0.83.0

Compare Source

v0.82.0

Compare Source

v0.81.0

Compare Source

v0.80.0

Compare Source

v0.79.0

Compare Source

v0.78.0

Compare Source

v0.77.0

Compare Source

v0.76.0

Compare Source

v0.75.0

Compare Source

v0.74.0

Compare Source

v0.73.0

Compare Source

google/go-cmp (github.com/google/go-cmp)

v0.6.0

Compare Source

New API:

  • (#​340) Add cmpopts.EquateComparable

Documentation changes:

  • (#​337) Use of hotlinking of Go identifiers

Build changes:

  • (#​325) Remove purego fallbacks

Testing changes:

  • (#​322) Run tests for Go 1.20 version
  • (#​332) Pin GitHub action versions
  • (#​327) set workflow permission to read-only

v0.5.9

Compare Source

Reporter changes:

  • (#​299) Adjust heuristic for line-based versus byte-based diffing
  • (#​306) Use value.TypeString in PathStep.String

Code cleanup changes:

  • (#​297) Use reflect.Value.IsZero
  • (#​304) Format with Go 1.19 formatter
  • (#​300 )Fix typo in Result documentation
  • (#​302) Pre-declare global type variables
  • (#​309) Run tests on Go 1.19

v0.5.8

Compare Source

Reporter changes:

  • (#​293) Fix printing of types in reporter output for interface and pointer types
  • (#​294) Use string formatting for slice of bytes in more circumstances

Dependency changes:

  • (#​292) Update minimum supported version to go1.13 and remove xerrors dependency

v0.5.7

Compare Source

Reporter changes:

  • (#​266) Fix textual printing of byte slices
  • (#​275) Reduce minimum length for specialize string diffing
  • (#​276) Use any alias instead of interface{}

Code cleanup changes:

  • (#​281) Update minimum supported version to go1.11
  • (#​282) Drop hacks to work around Go reflection bugs in Go1.9
  • (#​285) Add //go:build lines
  • (#​262) Fix staticcheck findings
  • (#​263) Avoid shadowing variable
  • (#​268) Use sha256 in test
  • (#​271) Fix spelling mistakes
  • (#​269) Change build status badge

v0.5.6

Compare Source

Reporter changes:

  • (#​258) Print as text if mostly text
  • (#​259) Cleanup edit groups after coalescing
  • (#​260) Avoid diffing by lines if inefficient

Minor documentation changes:

v0.5.5

Compare Source

Bug fixes:

  • (#​253) Fix reporter verbosity bug

Reporter changes:

  • (#​254) De-virtualize interfaces for specialized diffing

Dependency changes:

  • (#​251) Use errors.Is with ≥go1.13 in compareErrors

v0.5.4

Compare Source

Bug fixes:

(#​247) Fix non-determinism in diffing algorithm
(#​248) Impose verbosity limit when formatting map keys

v0.5.3

Compare Source

Minor documentation changes:

(#​236) Fix license headers
(#​205) Add an example for IgnoreFields
(#​237) Fix Diff documentation

olekukonko/tablewriter (github.com/olekukonko/tablewriter)

v0.0.5

Compare Source

sirupsen/logrus (github.com/sirupsen/logrus)

v1.9.3

Compare Source

Full Changelog: sirupsen/logrus@v1.9.2...v1.9.3

v1.9.2

Compare Source

Full Changelog: sirupsen/logrus@v1.9.1...v1.9.2

v1.9.1

Compare Source

What's Changed

New Contributors

Full Changelog: sirupsen/logrus@v1.9.0...v1.9.1

v1.9.0

Compare Source

v1.8.3

Compare Source

What's Changed

New Contributors

Full Changelog: sirupsen/logrus@v1.8.2...v1.8.3

v1.8.2

Compare Source

What's Changed

New Contributors

Full Changelog: sirupsen/logrus@v1.8.1...v1.8.2

v1.8.1

Compare Source

v1.8.0

Compare Source

Correct versioning number replacing v1.7.1

v1.7.1

Compare Source

Code quality:

  • use go 1.15 in travis
  • use magefile as task runner

Fixes:

  • small fixes about new go 1.13 error formatting system
  • Fix for long time race condiction with mutating data hooks

Features:

  • build support for zos
googleapis/google-api-go-client (google.golang.org/api)

v0.186.0

Compare Source

Features

v0.185.0

Compare Source

Features
Bug Fixes
  • internal/gensupport: Update shouldRetry for GCS uploads (#​2634) (ea513cb)

v0.184.0

Compare Source

Features
Bug Fixes
  • cba: Update credsNewAuth to support oauth2 over mTLS (#​2610) (953f728)

v0.183.0

Compare Source

Features
Bug Fixes

v0.182.0

Compare Source

Features

v0.181.0

Compare Source

Features

v0.180.0

Compare Source

Features

v0.179.0

Compare Source

Features
Bug Fixes

v0.178.0

Compare Source

Features

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested review from yoshi-approver and a team as code owners July 1, 2024 00:32
@forking-renovate forking-renovate bot added dependencies lang: go Issues specific to Go. labels Jul 1, 2024
Copy link

forking-renovate bot commented Jul 1, 2024

ℹ Artifact update notice

File name: cost-optimization/gke-shift-left-cost/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):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.15 -> 1.22.5
google.golang.org/genproto v0.0.0-20201109203340-2640f1f9cdfb -> v0.0.0-20240617180043-68d350f18fd4
File name: networking/grpc-gke-nlb-tutorial/reverse-grpc/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):

  • 1 additional dependency was updated

Details:

Package Change
github.com/golang/protobuf v1.5.3 -> v1.5.4
File name: networking/grpc-gke-nlb-tutorial/echo-grpc/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):

  • 1 additional dependency was updated

Details:

Package Change
github.com/golang/protobuf v1.5.3 -> v1.5.4

@renovate-bot renovate-bot force-pushed the renovate/golang branch 3 times, most recently from 13a2c9d to 6255829 Compare July 3, 2024 15:52
Copy link

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies lang: go Issues specific to Go.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants