Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency earthly/earthly to v0.7.23 #191

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

earthly/earthly (earthly/earthly)

v0.7.23

Compare Source

Added
  • Auto-skip (experimental) - a feature that allows you to skip large parts of a build in certain situations, especially suited for monorepos. For more information see the auto-skip section from Caching in Earthfiles.
  • A warning when a COPY destination includes a tilde (~). Related to #​1789.
  • A hint message to suggest the usage of -i flag to debug the build when a RUN command fails.
  • start-interval flag to HEALTHCHECK command for dockerfile parity #​3409.
  • A verbose message indicating which authentication providers are used during a build.
  • ssh_command config option which can be used to override the ssh command that is used by git when connecting to an ssh-based repository. Thanks to @​weaversam8 for the contribution!
Fixed
  • Limit the number of deprecation warnings when using COMMAND instead of FUNCTION keyword.
  • Fixed an error which stated VERSION 0.0 is a valid Earthfile version.
Changed
  • Changed the color used to print metadata values (such as ARGs values) in the build log to Faint Blue.
  • Updated default alpine/git image to v2.40.1.
  • When creating an auth token, an existing token will no longer be overwritten by default. To overwrite, the --overwrite flag should be used.
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.


  • If you want to rebase/retry this PR, check this box

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

Copy link

codecov bot commented Dec 18, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (abdcfcc) 90.20% compared to head (1e1362f) 90.20%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #191   +/-   ##
=======================================
  Coverage   90.20%   90.20%           
=======================================
  Files          42       42           
  Lines        4666     4666           
=======================================
  Hits         4209     4209           
  Misses        367      367           
  Partials       90       90           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Tochemey Tochemey merged commit f63bdc2 into main Dec 20, 2023
2 checks passed
@Tochemey Tochemey deleted the renovate/earthly-earthly-0.x branch December 20, 2023 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant