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.8.15 #79

Open renovate[bot] opened 3 months ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Update Change
earthly/earthly patch v0.8.9 -> v0.8.15

Release Notes

earthly/earthly (earthly/earthly) ### [`v0.8.15`](https://togithub.com/earthly/earthly/blob/HEAD/CHANGELOG.md#v0815---2024-07-12) [Compare Source](https://togithub.com/earthly/earthly/compare/v0.8.14...v0.8.15) ##### Added - Ability to automatically install BYOC from a Terraform deployment, or manually. ##### Fixed - Link-scoped devices will now properly autodetect MTU settings. - Better error reporting when cross-target copy references a file that does not exist. [#​4221](https://togithub.com/earthly/earthly/issues/4221) - AWS credentials are propogated into `WITH DOCKER`. [#​4241](https://togithub.com/earthly/earthly/issues/4241) ##### Changed - Allow using `localhost` as a remote address when using satellites. ##### Additional Info - This release has no changes to buildkit ### [`v0.8.14`](https://togithub.com/earthly/earthly/blob/HEAD/CHANGELOG.md#v0814---2024-06-10) [Compare Source](https://togithub.com/earthly/earthly/compare/v0.8.13...v0.8.14) ##### Fixed - Autocompletion failed to expand ARG names when referencing a target containing a `~`. - Improved `--ticktock` performance of cache key computation and GC; the improvement is most noticeable with many small RUN commands. ##### Changed - Renamed experimental `github` command to `gha`, and introduced new `ls` and `remove` subcommands. ##### Removed - Removed `PIPELINE` & `TRIGGER` keywords and associated code relating to formerly deprecated Earthly CI. ##### Additional Info - This release includes changes to buildkit ### [`v0.8.13`](https://togithub.com/earthly/earthly/blob/HEAD/CHANGELOG.md#v0813---2024-05-28) [Compare Source](https://togithub.com/earthly/earthly/compare/v0.8.12...v0.8.13) ##### Fixed - `RUN --no-cache` doesn't always work. [#​2593](https://togithub.com/earthly/earthly/issues/2593) - ANSI escape codes are now removed from GitHub Action specific output. [#​4131](https://togithub.com/earthly/earthly/issues/4131) - Specifying the `--ticktock` option will no longer show a buildkit version mismatch warning. - The `--ticktock` flag is now used when running the bootstrap command. - Caching issue when the experimental `--ticktock` buildkit scheduler is enabled. ##### Changed - Removed deprecated non-streaming log uploading mechanism; log sharing is now only supported by the streaming-upload mechanism. The hidden `--logstream` and `--logstream-upload` flags have been removed. ##### Additional Info - This release includes changes to buildkit ### [`v0.8.12`](https://togithub.com/earthly/earthly/blob/HEAD/CHANGELOG.md#v0812---2024-05-23) [Compare Source](https://togithub.com/earthly/earthly/compare/v0.8.11...v0.8.12) ##### Added - An experimental modification of the buildkit scheduler, which attempts to solve the `inconsistent graph state` error, which can be enabled locally with `earthly --ticktock ...`. ##### Changed - The BYOC (bring your own cloud) commands have been updated to reflect server-side API changes. ##### Fixed - The `--buildkit-container-name` flag was incorrectly being ignored when `--no-buildkit-update` was set. ##### Additional Info - This release includes changes to buildkit ### [`v0.8.11`](https://togithub.com/earthly/earthly/blob/HEAD/CHANGELOG.md#v0811---2024-05-16) [Compare Source](https://togithub.com/earthly/earthly/compare/v0.8.10...v0.8.11) ##### Added - Support for using HTTP(S) proxies when connecting to satellites. ##### Fixed - Backwards compatability issue where `WITH DOCKER` would fail with `EARTHLY_DOCKERD_CACHE_DATA: parameter not set` when using an older version of the earthly in combination with a satellite running v0.8.10. ##### Additional Info - This release includes changes to buildkit ### [`v0.8.10`](https://togithub.com/earthly/earthly/blob/HEAD/CHANGELOG.md#v0810---2024-05-14) [Compare Source](https://togithub.com/earthly/earthly/compare/v0.8.9...v0.8.10) ##### Added - New Github Actions Workflow commands integration `--github-annotations` flag or GITHUB_ACTIONS=true env. [#​2189](https://togithub.com/earthly/earthly/issues/2189) - Added a new `--oidc` flag to `RUN` command which allows authentication to AWS via OIDC. Enable with the `VERSION --run-with-aws-oidc` feature flag. [#​3804](https://togithub.com/earthly/earthly/issues/3804) - Experimental `WITH DOCKER --cache-id=` feature, which will cache the contents of the docker data root, resulting in faster `--load` and `--pull` execution. Enabled with the `VERSION --docker-cache` feature flag. [#​3399](https://togithub.com/earthly/earthly/issues/3399) - New `SAVE IMAGE --without-earthly-labels` feature, which will prevent any `dev.earthly.*` labels from being saved to the image. Enable with the `VERSION --allow-without-earthly-labels` feature flag. Thanks to [@​3manuek](https://togithub.com/3manuek) for the contribution! ##### Fixed - `WITH DOCKER` load time calculation. [#​3485](https://togithub.com/earthly/earthly/issues/3485) - The earthly cli was not correctly setting the exit status on failures when executing a `RUN` on a satellite which reached the max execution time limit. - Self-hosted satellite connection issue. ##### Changed - Earthly will now use source link format when displaying errors, e.g. `::` rather than ` line :`. - Improved error messages for cases where a shell is required to run a command such as `IF`, `FOR`, etc. - Earthly will now show a warning when earthly anonymously connects to a registry (which increases the chance of being rate-limited). ##### 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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.