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 all (major) #163

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix(deps): update all (major) #163

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 16, 2020

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action major v2.1.4 -> v4.2.0 age adoption passing confidence
actions/checkout action major v2 -> v4 age adoption passing confidence
actions/setup-go action major v2 -> v5 age adoption passing confidence
angular-ui-bootstrap (source) major 0.13.3 -> 2.5.6 age adoption passing confidence
codecov/codecov-action action major v1 -> v5 age adoption passing confidence
ghcr.io/codfish/semantic-release-action docker major v1 -> v3 age adoption passing confidence
github.com/grpc-ecosystem/grpc-gateway require major v1.12.1 -> v2.25.1 age adoption passing confidence
golangci/golangci-lint-action action major v2.5.2 -> v6.2.0 age adoption passing confidence
goreleaser/goreleaser-action action major v2 -> v6 age adoption passing confidence

Release Notes

actions/cache (actions/cache)

v4.2.0

Compare Source

⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

Full Changelog: actions/cache@v4...v4.2.0

v4.1.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4...v4.1.2

v4.1.1

Compare Source

What's Changed

Full Changelog: actions/cache@v4.1.0...v4.1.1

v4.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.0.2...v4.1.0

v4.0.2

Compare Source

v4.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4...v4.0.1

v4.0.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v4.0.0

v3.4.0

Compare Source

⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

Full Changelog: actions/cache@v3...v3.4.0

v3.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.3

v3.3.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.3.2

v3.3.1

Compare Source

What's Changed

Full Changelog: actions/cache@v3...v3.3.1

v3.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.3.0

v3.2.6

Compare Source

What's Changed

Full Changelog: actions/cache@v3...v3.2.6

v3.2.5

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.2.5

v3.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.2.4

v3.2.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.2.3

v3.2.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3.2.1...v3.2.2

v3.2.1

Compare Source

What's Changed

Full Changelog: actions/cache@v3.2.0...v3.2.1

v3.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.2.0

v3.0.11

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.0.11

v3.0.10

Compare Source

  • Fix a bug with sorting inputs.
  • Update definition for restore-keys in README.md

v3.0.9

Compare Source

  • Enhanced the warning message for cache unavailability in case of GHES.

v3.0.8

Compare Source

What's Changed

  • Fix zstd not working for windows on gnu tar in issues.
  • Allow users to provide a custom timeout as input for aborting cache segment download using the environment variable SEGMENT_DOWNLOAD_TIMEOUT_MIN. Default is 60 minutes.

v3.0.7

Compare Source

What's Changed

  • Fix for the download stuck problem has been added in actions/cache for users who were intermittently facing the issue. As part of this fix, new timeout has been introduced in the download step to stop the download if it doesn't complete within an hour and run the rest of the workflow without erroring out.

v3.0.6

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.0.6

v3.0.5

Compare Source

Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit.

v3.0.4

Compare Source

In this release, we have fixed the tar creation error while trying to create it with path as ~/ home folder on ubuntu-latest.

v3.0.3

Compare Source

Fixed avoiding empty cache save when no files are available for caching. (https://github.com/actions/cache/issues/624)

v3.0.2

Compare Source

This release adds the support for dynamic cache size cap on GHES.

v3.0.1

Compare Source

  • Added support for caching from GHES 3.5.
  • Fixed download issue for files > 2GB during restore.

v3.0.0

Compare Source

  • This change adds a minimum runner version(node12 -> node16), which can break users using an out-of-date/fork of the runner. This would be most commonly affecting users on GHES 3.3 or before, as those runners do not support node16 actions and they can use actions from github.com via github connect or manually copying the repo to their GHES instance.

  • Few dependencies and cache action usage examples have also been updated.

v2.1.8: Updating actions/core to version 1.10.0

Compare Source

The ::save-state and ::set-output are deprecated. The newer version of actions/core >1.10.0 uses the new syntax for save and set output. After this change, customers using actions/cache@v2 won't see deprecation warning message.

v2.1.7

Compare Source

Support 10GB cache upload using the latest version 1.0.8 of @actions/cache

v2.1.6

Compare Source

v2.1.5

Compare Source

actions/checkout (actions/checkout)

v4

Compare Source

v3

Compare Source

actions/setup-go (actions/setup-go)

v5

Compare Source

v4

Compare Source

v3

Compare Source

angular-ui/bootstrap (angular-ui-bootstrap)

v2.5.4

Compare Source

v2.5.3

Compare Source

v2.5.0

Compare Source

Bug Fixes
Features

v2.4.0

Compare Source

Features

2.3.2 (2016-12-27)

Bug Fixes

2.3.1 (2016-12-10)

Bug Fixes

v2.3.2

Compare Source

Bug Fixes

v2.3.1

Compare Source

Bug Fixes

v2.3.0

Compare Source

Features

v2.2.0

Compare Source

Bug Fixes
Features

2.1.4 (2016-09-24)

Bug Fixes

2.1.3 (2016-08-25)

Bug Fixes

2.1.2 (2016-08-22)

Bug Fixes

2.1.1 (2016-08-21)

Bug Fixes

v2.1.4

Compare Source

Bug Fixes

v2.1.3

Compare Source

Bug Fixes
  • modal: compile only once with component ([9

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

👻 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 requested a review from moul as a code owner July 16, 2020 06:27
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Jul 16, 2020
@renovate renovate bot force-pushed the renovate/major-all branch from 524c62d to 2ce7fe2 Compare February 17, 2021 10:32
@renovate renovate bot force-pushed the renovate/major-all branch from 2ce7fe2 to 330bb85 Compare April 24, 2021 20:44
@renovate
Copy link
Author

renovate bot commented Apr 24, 2021

⚠️ 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 check 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: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/moul/protoc-gen-gotemplate":"/mnt/renovate/gh/moul/protoc-gen-gotemplate" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/moul/protoc-gen-gotemplate" docker.io/renovate/go:1.13.15 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./... && go mod tidy && go mod vendor && go mod tidy && go mod tidy"
go: downloading github.com/grpc-ecosystem/grpc-gateway v1.9.0
go: downloading github.com/gorilla/mux v1.7.3
go: downloading github.com/gorilla/handlers v1.4.2
go: extracting github.com/gorilla/mux v1.7.3
go: downloading google.golang.org/genproto v0.0.0-20210426193834-eac7f76ac494
go: extracting github.com/gorilla/handlers v1.4.2
go: finding github.com/Masterminds/sprig v2.22.0+incompatible
go: downloading github.com/Masterminds/sprig v2.22.0+incompatible
go: extracting github.com/Masterminds/sprig v2.22.0+incompatible
go: extracting github.com/grpc-ecosystem/grpc-gateway v1.9.0
go: downloading github.com/huandu/xstrings v1.3.1
go: extracting github.com/huandu/xstrings v1.3.1
go: downloading github.com/gobuffalo/packr/v2 v2.8.0
go: downloading gopkg.in/yaml.v2 v2.3.0
go: extracting github.com/gobuffalo/packr/v2 v2.8.0
go: extracting gopkg.in/yaml.v2 v2.3.0
go: downloading github.com/markbates/oncer v1.0.0
go: extracting github.com/markbates/oncer v1.0.0
go: downloading github.com/gobuffalo/packd v1.0.0
go: downloading github.com/karrick/godirwalk v1.15.3
go: downloading github.com/markbates/safe v1.0.1
go: extracting github.com/gobuffalo/packd v1.0.0
go: extracting github.com/karrick/godirwalk v1.15.3
go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
go: extracting github.com/markbates/safe v1.0.1
go: extracting github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
go: downloading github.com/sirupsen/logrus v1.4.2
go: downloading github.com/gobuffalo/logger v1.0.3
go: extracting github.com/sirupsen/logrus v1.4.2
go: downloading github.com/markbates/errx v1.1.0
go: extracting github.com/gobuffalo/logger v1.0.3
go: extracting github.com/markbates/errx v1.1.0
go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.2
go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.2
go: downloading golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4
go: extracting golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4
go: extracting google.golang.org/genproto v0.0.0-20210426193834-eac7f76ac494
go: downloading github.com/Masterminds/semver v1.5.0
go: downloading github.com/mitchellh/reflectwalk v1.0.1
go: extracting github.com/Masterminds/semver v1.5.0
go: extracting github.com/mitchellh/reflectwalk v1.0.1
go: extracting gopkg.in/yaml.v2 v2.3.0
go: downloading github.com/rogpeppe/go-internal v1.5.2
go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
go: extracting gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
go: extracting github.com/rogpeppe/go-internal v1.5.2
moul.io/protoc-gen-gotemplate/helpers imports
	github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor imports
	github.com/ghodss/yaml imports
	gopkg.in/yaml.v2: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/[email protected]: permission denied
moul.io/protoc-gen-gotemplate/helpers imports
	github.com/Masterminds/sprig tested by
	github.com/Masterminds/sprig.test imports
	github.com/stretchr/testify/assert imports
	gopkg.in/yaml.v3: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/[email protected]: permission denied

@renovate renovate bot force-pushed the renovate/major-all branch from 330bb85 to e3c7e9a Compare April 28, 2021 00:49
@renovate renovate bot force-pushed the renovate/major-all branch from e3c7e9a to 5749ef9 Compare September 20, 2021 21:55
@renovate renovate bot force-pushed the renovate/major-all branch from 5749ef9 to 6954705 Compare October 21, 2021 08:17
@renovate renovate bot force-pushed the renovate/major-all branch from 6954705 to 1ac34ab Compare March 7, 2022 13:30
@renovate renovate bot force-pushed the renovate/major-all branch from 1ac34ab to d13e338 Compare March 26, 2022 13:49
@renovate renovate bot force-pushed the renovate/major-all branch from d13e338 to e7ca8f5 Compare April 24, 2022 19:35
@renovate renovate bot force-pushed the renovate/major-all branch from e7ca8f5 to 1f1f2dd Compare May 16, 2022 01:42
@renovate renovate bot force-pushed the renovate/major-all branch from 1f1f2dd to d5a6967 Compare June 18, 2022 13:16
@renovate renovate bot force-pushed the renovate/major-all branch from d5a6967 to a44027a Compare September 25, 2022 17:52
@renovate renovate bot force-pushed the renovate/major-all branch from a44027a to 5acf760 Compare November 20, 2022 10:09
@renovate renovate bot force-pushed the renovate/major-all branch from 5acf760 to a3e4649 Compare March 19, 2023 00:03
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from dd8b15a to 700b15b Compare June 2, 2023 13:41
@renovate renovate bot force-pushed the renovate/major-all branch from 700b15b to 9c7a2cd Compare June 12, 2023 14:39
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 12bd72c to 468802c Compare July 28, 2023 22:00
@renovate renovate bot force-pushed the renovate/major-all branch from 468802c to 1c8e832 Compare August 15, 2023 02:25
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 82b92a9 to 5476e5a Compare August 25, 2023 18:17
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 47eab51 to 7fa27de Compare September 10, 2023 21:41
@renovate renovate bot force-pushed the renovate/major-all branch from 7fa27de to 2404d75 Compare September 11, 2023 20:40
@renovate renovate bot force-pushed the renovate/major-all branch from 413ef12 to 7d63db6 Compare February 9, 2024 22:12
@renovate renovate bot force-pushed the renovate/major-all branch from 7d63db6 to 5f8fc2c Compare February 29, 2024 20:40
@renovate renovate bot force-pushed the renovate/major-all branch from 5f8fc2c to 5fcf6c8 Compare March 19, 2024 17:35
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 3408b15 to f5dd82a Compare April 29, 2024 17:29
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from 40baa35 to b83e49e Compare May 8, 2024 04:49
@renovate renovate bot force-pushed the renovate/major-all branch from b83e49e to 0b9ac62 Compare May 16, 2024 03:42
@renovate renovate bot force-pushed the renovate/major-all branch from 0b9ac62 to 0b5d252 Compare June 5, 2024 01:45
Copy link
Author

renovate bot commented Jun 5, 2024

ℹ Artifact update notice

File name: 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
github.com/golang/protobuf v1.5.2 -> v1.5.4
go 1.13 -> 1.23.5

@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 40d3ea7 to bc3b4ce Compare July 30, 2024 01:29
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from d51d3fd to e049eb7 Compare August 23, 2024 14:28
@renovate renovate bot force-pushed the renovate/major-all branch from e049eb7 to bd1a438 Compare September 11, 2024 14:36
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 7c6fb60 to 9099ee9 Compare October 8, 2024 19:52
@renovate renovate bot force-pushed the renovate/major-all branch from 9099ee9 to 85cb23f Compare October 22, 2024 14:24
@renovate renovate bot force-pushed the renovate/major-all branch from 85cb23f to 3b5945e Compare November 1, 2024 19:21
@renovate renovate bot force-pushed the renovate/major-all branch from 3b5945e to 6a6bc0c Compare November 14, 2024 17:15
@renovate renovate bot force-pushed the renovate/major-all branch from 6a6bc0c to 11ee7db Compare November 22, 2024 22:23
@renovate renovate bot force-pushed the renovate/major-all branch from 11ee7db to e94e9f0 Compare December 5, 2024 17:28
@renovate renovate bot changed the title chore(deps): update all (major) fix(deps): update all (major) Dec 10, 2024
@renovate renovate bot force-pushed the renovate/major-all branch from e94e9f0 to 393528c Compare December 20, 2024 07:58
@renovate renovate bot force-pushed the renovate/major-all branch from 393528c to eccc95a Compare January 16, 2025 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies 🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants