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.24 #30

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Update Change
earthly/earthly patch v0.6.23 -> v0.6.24

Release Notes

earthly/earthly ### [`v0.6.24`](https://togithub.com/earthly/earthly/blob/HEAD/CHANGELOG.md#v0624---2022-09-22) [Compare Source](https://togithub.com/earthly/earthly/compare/v0.6.23...v0.6.24) ##### Added - The `earthly org invite` command now has the ability to invite multiple email addresses at once. - Experimental support for `TRY/FINALLY`, which allows saving artifacts upon failure. [#​988](https://togithub.com/earthly/earthly/issues/988), [#​587](https://togithub.com/earthly/earthly/issues/587). Not that this is only a partial implementation, and only accepts a *single* RUN command in the `TRY`, and only `SAVE ARTIFACT` commands in the `FINALLY` block. - Ability to enable specific satellite features via cli flags, e.g. the new experimental sleep feature can be enabled with `earthly satellite launch --feature-flags satellite-sleep my-satellite`. ##### Changed - Bootstraping zsh autocompletion will first attempt to install under `/usr/local/share/zsh/site-functions`, and will now fallback to `/usr/share/zsh/site-functions`. - The `earthly preview org` command has been promoted to GA, and is now available under `earthly org`. - `earthly sat select` with no arguments now prints the current satellite and the usage text. - The interactive debugger now connects over the buildkit session connection rather than an unencrypted tcp connection; this makes it possible to use the interactive debugger with remote buildkit instances. ##### Fixed - Fixed Earthly failing when using a remote docker host from a machine with an incompatible architecture. [#​1895](https://togithub.com/earthly/earthly/issues/1895) - Earthly will no longer race with itself when starting up buildkit. [#​2194](https://togithub.com/earthly/earthly/issues/2194) - The error reported when failing to initiate a connection to buildkit has been reworded to account for the remote buildkit/satellite case too. - Errors related to parsing `VERSION` feature flags will no longer be displayed during auto-completion.

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.