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.22 #67

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Update Change
earthly/earthly patch v0.7.21 -> v0.7.22

Release Notes

earthly/earthly (earthly/earthly) ### [`v0.7.22`](https://togithub.com/earthly/earthly/blob/HEAD/CHANGELOG.md#v0722---2023-11-27) [Compare Source](https://togithub.com/earthly/earthly/compare/v0.7.21...v0.7.22) ##### Added - A new experimental `earthly --exec-stats` flag, which displays per-target execution stats such as total CPU and memory usage. - A new experimental `earthly billing view` command to get information about the organization billing plan. - Messages informing used build minutes during a build. - Help message when a build fails due to a missing referenced cloud secret. ##### Fixed - Remove redundant verbose error messages that were not different from messages that were already being printed. - Fixed `failed to sign challenge` errors when attempting to login using an [`ed25519`](https://togithub.com/earthly/earthly/commit/ed25519) key with the 1Password ssh-agent. [#​3366](https://togithub.com/earthly/earthly/issues/3366) ##### Changed - Final error messages for executions without a known target will be displayed without `_unknown *failed* |` prefix. and instead use ` Error: ` as prefix more consistently. - Failing `RUN` commands under `LOCALLY` will display the same format of error message for `RUN` without `LOCALLY` [#​3356](https://togithub.com/earthly/earthly/issues/3356). - Log sharing link will be printed last, even in case of a build error. - Help message after a build error will be printed in color. - Use dedicated logstream failure category for param related error. - An authentication attempt with an expired auth token will result in a `auth token expired` error instead of `unauthorized`. - A successful authentication with an auth token will display a warning with time left before token expires if it's 14 days or under. - The command `earthly registry` will attempt to use the selected org if no org is specified. - Clarify error messages when failing to pass secrets to a build. - Provide information on how to get more build minutes when a build fails due to missing minutes. - Provide information on how to increase the max number of allowed satellites when failing to launch a satellite. - `CACHE` mounts will no longer depend on the contents of `ARG`s, and instead will be limited to the target name. - Child targets will no longer receive the contents of mounted `CACHE` volumes defined in the parent target; this change can be enabled with `VERSION --cache-persist-option`. [#​3509](https://togithub.com/earthly/earthly/issues/3509) - Improved memory usage related to log messages by no longer pre-allocating log buffers; this is most noticeable for really large Earthfiles with lots of different targets. - Updated buildkit with upstream changes up to [`3d50b97`](https://togithub.com/earthly/earthly/commit/3d50b97793391d81d7bc191d7c5dd5361d5dadca). - Improved speed of `SAVE IMAGE` exports when using a remote buildkit instance (e.g. satellite) from a MacOS host; this can be enabled with the `--use-remote-registry` option. ##### Additional Info - This release includes changes to buildkit

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.