idodod / protoc-gen-fieldmask

A protoc plugin that generates fieldmask paths
MIT License
23 stars 3 forks source link

Update dependency earthly/earthly to v0.7.17 #54

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Update Change
earthly/earthly patch v0.7.11 -> v0.7.17

Release Notes

earthly/earthly (earthly/earthly) ### [`v0.7.17`](https://togithub.com/earthly/earthly/blob/HEAD/CHANGELOG.md#v0717---2023-08-30) [Compare Source](https://togithub.com/earthly/earthly/compare/v0.7.16...v0.7.17) ##### Added - Added a `--pass-arg` flag that can be used with `BUILD`, `FROM`, `COPY`, `WITH DOCKER --load`, or `DO`, which will pass all build arguments to external Earthfiles. [#​1891](https://togithub.com/earthly/earthly/issues/1891) ### [`v0.7.16`](https://togithub.com/earthly/earthly/blob/HEAD/CHANGELOG.md#v0716---2023-08-28) [Compare Source](https://togithub.com/earthly/earthly/compare/v0.7.15...v0.7.16) ##### Fixed - Fixed a cgroup v2 related bug that affected systemd-based images (such as kind) from being run via `WITH DOCKER`. [#​3159](https://togithub.com/earthly/earthly/issues/3159) ##### Changed - Removed redundant output when parts of builds are re-used; the `--verbose` flag will still display the output. - Calling `earthly secret set ` (when run interactively) will now prompt for a single-line secret if no other flags are given. - fixed bug in `earthly registry setup` which was waiting for an end of file (eof) rather than newline, when prompting for a password. ##### Added - Added additional error message output when buildkit scheduller errors occur (in order to help debug the ongoing [2957](https://togithub.com/earthly/earthly/issues/2957) issue). ### [`v0.7.15`](https://togithub.com/earthly/earthly/blob/HEAD/CHANGELOG.md#v0715---2023-08-04) [Compare Source](https://togithub.com/earthly/earthly/compare/v0.7.14...v0.7.15) ##### Fixed - Fixed a bug in `WITH DOCKER` which prevented the use of newer versions of docker. [#​3164](https://togithub.com/earthly/earthly/issues/3164) ### [`v0.7.14`](https://togithub.com/earthly/earthly/blob/HEAD/CHANGELOG.md#v0714---2023-07-31) [Compare Source](https://togithub.com/earthly/earthly/compare/v0.7.13...v0.7.14) ##### Changed - Update buildkit (contains upstream changes up to [`687091b`](https://togithub.com/earthly/earthly/commit/687091bb6c8aaa0185cdc570c4db3db533f329d0)). - Use `HTTPS_PROXY` env when connecting to earhly cloud API. ### [`v0.7.13`](https://togithub.com/earthly/earthly/blob/HEAD/CHANGELOG.md#v0713---2023-07-26) [Compare Source](https://togithub.com/earthly/earthly/compare/v0.7.12...v0.7.13) ##### Added - `earthly account list-tokens` now shows the last time a token was used - Experimental command `earthly init` to initialize an Earthfile in a project (currently supporting only golang projects) ##### Fixed - Fixed a bug, where the command to create tokens with a set expiration failed. - Long pauses at the end of builds, which were characterized by apparent freezes or delays with the message `Waiting on Buildkit...`. - `earthly account create-token` no longer panics when parsing expiration date - `earthly account login` could change the active user when the JWT expired and an SSH key existed for a different user; now earthly will either refresh the JWT or error ##### Changed - Setting env vars like `FORCE_COLOR`, or `EARTHLY_FULL_TARGET` to `0`, `false`, `FALSE`, or \`\` (an empty-string) will no longer force the color, use any other value like `1`, `true`, or `yesplease`. - `earthly org list` now shows the currently selected org ### [`v0.7.12`](https://togithub.com/earthly/earthly/blob/HEAD/CHANGELOG.md#v0712---2023-07-17) [Compare Source](https://togithub.com/earthly/earthly/compare/v0.7.11...v0.7.12) ##### Added - warning if acquiring file-lock takes longer than 3 seconds. ##### Changed - improved error message when a 429 too many requests rate limit error occurs. - `earthly sat ls -a` shows last accessed time - improved output for listing auth tokens ##### Fixed - make use of org from earthly config when using satellite commands.

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.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.