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.6.30 #41

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.6.29 -> v0.6.30

Release Notes

earthly/earthly ### [`v0.6.30`](https://togithub.com/earthly/earthly/blob/HEAD/CHANGELOG.md#v0630---2022-11-22) [Compare Source](https://togithub.com/earthly/earthly/compare/v0.6.29...v0.6.30) ##### Added - Added support for a custom `.netrc` file path using the standard `NETRC` environmental variable. [#​2426](https://togithub.com/earthly/earthly/pull/2426) - Ability to run multiple Earthly installations at a time via `EARTHLY_INSTALLATION_NAME` environment variable, or the `--installation-name` CLI flag. The installation name defaults to `earthly` if not specified. Different installations use different configurations, different buildkit Daemons, different cache volumes, and different ports. - New `EARTHLY_CI` builtin arg, which is set to `true` when earthly is run with the `--ci` flag, this ARG must be enabled with the `VERSION --ci-arg` feature flag. [#​2398](https://togithub.com/earthly/earthly/pull/2398) ##### Changed - Updated buildkit to include changes up to [a5263dd0f990a3fe17b67e0002b76bfd1f5b433d](https://togithub.com/moby/buildkit/commit/a5263dd0f990a3fe17b67e0002b76bfd1f5b433d), which includes a change to speed-up buildkit startup time. - The Earthly Docker image works better for cases where a buildkit instance is not needed. The image now works without `--privileged` when using `NO_BUILDKIT=1`, and additionally, the image can also use `/var/run/docker.sock` or `DOCKER_HOST` for the buildkit daemon. ##### Fixed - Fixed Earthly on Mac would randomly hang on `1. Init` if Earthly was installed from Homebrew or the Earthly homebrew tap. [#​2247](https://togithub.com/earthly/earthly/issues/2247) - Only referenced ARGs from .env are displayed on failures, this prevents secrets contained in .env from being displayed. [#​1736](https://togithub.com/earthly/earthly/issues/1736) - Earthly now correctly detects if Podman is running but is under the disguise of the Docker CLI. - Improved performance when copying files. Fully-cached builds are now dramatically faster as a result. [#​2049](https://togithub.com/earthly/earthly/issues/2049) - Fixed `--shell-out-anywhere` bug where inner quotes were incorrectly removed. [#​2340](https://togithub.com/earthly/earthly/issues/2340)

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.