kubernetes-engine-samples
kubernetes-engine-samples copied to clipboard
fix(deps): update golang
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
cloud.google.com/go | v0.72.0 -> v0.115.0 |
||||
github.com/google/go-cmp | v0.5.2 -> v0.6.0 |
||||
github.com/olekukonko/tablewriter | v0.0.4 -> v0.0.5 |
||||
github.com/sirupsen/logrus | v1.7.0 -> v1.9.3 |
||||
google.golang.org/api | v0.35.0 -> v0.186.0 |
||||
google.golang.org/grpc | v1.56.3 -> v1.64.0 |
||||
google.golang.org/protobuf | v1.33.0 -> v1.34.2 |
||||
gopkg.in/yaml.v2 | v2.2.8 -> v2.4.0 |
||||
k8s.io/api | v0.19.4 -> v0.30.2 |
||||
k8s.io/apimachinery | v0.19.4 -> v0.30.2 |
||||
sigs.k8s.io/yaml | v1.2.0 -> v1.4.0 |
[!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
Features
Bug Fixes
v0.114.0
Features
Bug Fixes
v0.113.0
Features
Bug Fixes
- all: Bump x/net to v0.24.0 (#10000) (ba31ed5)
- debugger: Add internaloption.WithDefaultEndpointTemplate (3b41408)
- internal/aliasfix: Handle import paths correctly (#10097) (fafaf0d)
- rpcreplay: Properly unmarshal dynamic message (#9774) (53ccb20), refs #9773
Documentation
v0.112.2
Bug Fixes
v0.112.1
Bug Fixes
Documentation
v0.112.0
Features
Documentation
v0.111.0
Features
Bug Fixes
v0.110.10
Bug Fixes
- all: Update grpc-go to v1.56.3 (#8916) (343cea8)
- all: Update grpc-go to v1.59.0 (#8922) (81a97b0)
- internal/godocfx: Fix links to other packages in summary (#8756) (6220a9a)
v0.110.9
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
v0.110.7
v0.110.6
v0.110.5
v0.110.4
v0.110.3
Bug Fixes
Documentation
- v1: Minor clarifications for TaskGroup and min_cpu_platform (3382ef8)
v0.110.2
v0.110.1
v0.110.0
v0.109.0
v0.108.0
v0.107.0
v0.106.0
v0.105.0
v0.104.0
v0.103.0
v0.102.1
v0.102.0
v0.101.1
v0.101.0
v0.100.2
v0.100.1
v0.100.0
v0.99.0
v0.98.0
v0.97.0
v0.96.0
v0.95.0
v0.94.1
v0.94.0
v0.93.3
v0.92.3
v0.92.2
v0.92.1
v0.92.0
v0.91.1
v0.91.0
v0.90.0
v0.89.0
v0.88.0
v0.87.0
v0.86.0
v0.85.0
v0.84.0
v0.83.0
v0.82.0
v0.81.0
v0.80.0
v0.79.0
v0.78.0
v0.77.0
v0.76.0
v0.75.0
v0.74.0
v0.73.0
google/go-cmp (github.com/google/go-cmp)
v0.6.0
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
Reporter changes:
- (#299) Adjust heuristic for line-based versus byte-based diffing
- (#306) Use
value.TypeString
inPathStep.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
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
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
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:
- (#256) Fix typo in path.go
v0.5.5
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
Bug fixes:
(#247) Fix non-determinism in diffing algorithm (#248) Impose verbosity limit when formatting map keys
v0.5.3
Minor documentation changes:
(#236) Fix license headers (#205) Add an example for IgnoreFields (#237) Fix Diff documentation
sirupsen/logrus (github.com/sirupsen/logrus)
v1.9.3
- Fix a potential denial of service vulnerability in logrus.Writer() that could be triggered by logging text longer than 64kb without newlines https://github.com/sirupsen/logrus/commit/f9291a534cac1466d26414fd9e326381cd64ecef (re-apply https://github.com/sirupsen/logrus/pull/1376)
- Fix panic in Writer https://github.com/sirupsen/logrus/commit/d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd
Full Changelog: https://github.com/sirupsen/logrus/compare/v1.9.2...v1.9.3
v1.9.2
- Revert https://github.com/sirupsen/logrus/pull/1376, which introduced a regression in v1.9.1
Full Changelog: https://github.com/sirupsen/logrus/compare/v1.9.1...v1.9.2
v1.9.1
What's Changed
- Fix data race in hooks.test package by @FrancoisWagner in https://github.com/sirupsen/logrus/pull/1362
- Add instructions to use different log levels for local and syslog by @tommyblue in https://github.com/sirupsen/logrus/pull/1372
- This commit fixes a potential denial of service vulnerability in logrus.Writer() that could be triggered by logging text longer than 64kb without newlines. by @ozfive in https://github.com/sirupsen/logrus/pull/1376
- Use text when shows the logrus output by @xieyuschen in https://github.com/sirupsen/logrus/pull/1339
New Contributors
- @FrancoisWagner made their first contribution in https://github.com/sirupsen/logrus/pull/1362
- @tommyblue made their first contribution in https://github.com/sirupsen/logrus/pull/1372
- @ozfive made their first contribution in https://github.com/sirupsen/logrus/pull/1376
- @xieyuschen made their first contribution in https://github.com/sirupsen/logrus/pull/1339
Full Changelog: https://github.com/sirupsen/logrus/compare/v1.9.0...v1.9.1
v1.9.0
v1.8.3
What's Changed
- Add instructions to use different log levels for local and syslog by @tommyblue in https://github.com/sirupsen/logrus/pull/1372
- This commit fixes a potential denial of service vulnerability in logrus.Writer() that could be triggered by logging text longer than 64kb without newlines. by @ozfive in https://github.com/sirupsen/logrus/pull/1376
- Use text when shows the logrus output by @xieyuschen in https://github.com/sirupsen/logrus/pull/1339
New Contributors
- @tommyblue made their first contribution in https://github.com/sirupsen/logrus/pull/1372
- @ozfive made their first contribution in https://github.com/sirupsen/logrus/pull/1376
- @xieyuschen made their first contribution in https://github.com/sirupsen/logrus/pull/1339
Full Changelog: https://github.com/sirupsen/logrus/compare/v1.8.2...v1.8.3
v1.8.2
What's Changed
- CI: use GitHub Actions by @thaJeztah in https://github.com/sirupsen/logrus/pull/1239
- go.mod: github.com/stretchr/testify v1.7.0 by @thaJeztah in https://github.com/sirupsen/logrus/pull/1246
- Change godoc badge to pkg.go.dev badge by @minizilla in https://github.com/sirupsen/logrus/pull/1249
- Add support for the logger private buffer pool. by @edoger in https://github.com/sirupsen/logrus/pull/1253
- bump golang.org/x/sys depency version by @dgsb in https://github.com/sirupsen/logrus/pull/1280
- Update README.md by @runphp in https://github.com/sirupsen/logrus/pull/1266
- indicates issues as stale automatically by @dgsb in https://github.com/sirupsen/logrus/pull/1281
- ci: add go 1.17 to test matrix by @anajavi in https://github.com/sirupsen/logrus/pull/1277
- reduce the list of cross build target by @dgsb in https://github.com/sirupsen/logrus/pull/1282
- Improve Log methods documentation by @dgsb in https://github.com/sirupsen/logrus/pull/1283
- fix race condition for SetFormatter and SetReportCaller by @rubensayshi in https://github.com/sirupsen/logrus/pull/1263
- bump version of golang.org/x/sys dependency by @nathanejohnson in https://github.com/sirupsen/logrus/pull/1333
- update gopkg.in/yaml.v3 to v3.0.1 by @izhakmo in https://github.com/sirupsen/logrus/pull/1337
- update dependencies by @dgsb in https://github.com/sirupsen/logrus/pull/1343
- Fix data race in hooks.test package by @FrancoisWagner in https://github.com/sirupsen/logrus/pull/1362
New Contributors
- @minizilla made their first contribution in https://github.com/sirupsen/logrus/pull/1249
- @edoger made their first contribution in https://github.com/sirupsen/logrus/pull/1253
- @runphp made their first contribution in https://github.com/sirupsen/logrus/pull/1266
- @anajavi made their first contribution in https://github.com/sirupsen/logrus/pull/1277
- @rubensayshi made their first contribution in https://github.com/sirupsen/logrus/pull/1263
- @nathanejohnson made their first contribution in https://github.com/sirupsen/logrus/pull/1333
- @izhakmo made their first contribution in https://github.com/sirupsen/logrus/pull/1337
- @FrancoisWagner made their first contribution in https://github.com/sirupsen/logrus/pull/1362
Full Changelog: https://github.com/sirupsen/logrus/compare/v1.8.1...v1.8.2
v1.8.1
v1.8.0
Correct versioning number replacing v1.7.1
v1.7.1
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
Features
- all: Auto-regenerate discovery clients (#2641) (72fb128)
- all: Auto-regenerate discovery clients (#2644) (20ffdd8)
- all: Auto-regenerate discovery clients (#2645) (c1a7681)
- all: Auto-regenerate discovery clients (#2648) (1bac79d)
- all: Auto-regenerate discovery clients (#2649) (695484b)
- all: Auto-regenerate discovery clients (#2652) (10c47f3)
- all: Auto-regenerate discovery clients (#2653) (bc370a7)
v0.185.0
Features
- all: Auto-regenerate discovery clients (#2636) (51ff8a4)
- all: Auto-regenerate discovery clients (#2638) (0c868b2)
Bug Fixes
v0.184.0
Features
- all: Auto-regenerate discovery clients (#2624) (7fccba6)
- Regen cloudcommerceprocurement v1 from updated discovery file (#2627) (7e30ed2)
- Support structpb.Struct as req/resp (#2632) (ebc44d1), refs #2601
Bug Fixes
v0.183.0
Features
- all: Auto-regenerate discovery clients (#2611) (1de148b)
- all: Auto-regenerate discovery clients (#2616) (5f21214)
- all: Auto-regenerate discovery clients (#2617) (08fdd71)
- all: Auto-regenerate discovery clients (#2619) (c7f1614)
- all: Auto-regenerate discovery clients (#2622) (0077748)
Bug Fixes
v0.182.0
Features
- all: Auto-regenerate discovery clients (#2590) (e95bd57)
- all: Auto-regenerate discovery clients (#2594) (21295a5)
- all: Auto-regenerate discovery clients (#2595) (07e7104)
- all: Auto-regenerate discovery clients (#2597) (7d46b4d)
- all: Auto-regenerate discovery clients (#2599) (677f53d)
- all: Auto-regenerate discovery clients (#2600) (2e7cc39)
- all: Auto-regenerate discovery clients (#2602) (a86c4b6)
- all: Auto-regenerate discovery clients (#2603) (ece7727)
- all: Auto-regenerate discovery clients (#2604) (f474c8f)
- all: Auto-regenerate discovery clients (#2606) (ceaeabf)
- all: Auto-regenerate discovery clients (#2608) (0e58f74)
- all: Auto-regenerate discovery clients (#2609) (c4c51ce)
v0.181.0
Features
- all: Auto-regenerate discovery clients (#2581) (6923ec8)
- all: Auto-regenerate discovery clients (#2583) (7b18e5d)
- all: Auto-regenerate discovery clients (#2585) (e35f76f)
- all: Auto-regenerate discovery clients (#2586) (afc4685)
- all: Auto-regenerate discovery clients (#2587) (86c9521)
- all: Auto-regenerate discovery clients (#2589) (c3f4828)
v0.180.0
Features
v0.179.0
Features
- all: Auto-regenerate discovery clients (#2573) (887c564)
- all: Auto-regenerate discovery clients (#2575) (a784ae0)
Bug Fixes
v0.178.0
Features
- all: Auto-regenerate discovery clients (#2561) (2d22d11)
- all: Auto-regenerate discovery clients (#2564) (b313e4b)
- all: Auto-regenerate discovery clients (#2565) (0843d21)
- all: Auto-regenerate discovery clients (#2567) (76b27f1)
- all: Auto-regenerate discovery clients (#2568) (d922e3b)
- all: Auto-regenerate discovery clients (#2570) (f2da582)
- all: Auto-regenerate discovery clients (#2571) (0c976dc)
- gen: Add internaloption.EnableNewAuthLibrary (#2519) (8c74bb8)
- google-api-go-client: Add x-go
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.