Skip to content

fix(deps): update module github.com/earthly/earthly to v0.8.16#5

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/github.com-earthly-earthly-0.x
Open

fix(deps): update module github.com/earthly/earthly to v0.8.16#5
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/github.com-earthly-earthly-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 22, 2022

This PR contains the following updates:

Package Change Age Confidence
github.com/earthly/earthly v0.7.8v0.8.16 age confidence

Release Notes

earthly/earthly (github.com/earthly/earthly)

v0.8.16

Compare Source

Changed
Changed
  • v0.8.15 will continue working after the shutdown, but with some error messages interspersed in the output.
  • v0.8.16 does not emit log messages after the cloud shutdown. However, it removes many cloud-based commands and flags. If you are using these in your scripts or CI, please remove them.
Additional Info
  • This release has no changes to buildkit

v0.8.15

Compare Source

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
  • AWS credentials are propogated into WITH DOCKER. #​4241
Changed
  • Allow using localhost as a remote address when using satellites.
Additional Info
  • This release has no changes to buildkit

v0.8.14

Compare Source

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

Compare Source

Fixed
  • RUN --no-cache doesn't always work. #​2593
  • ANSI escape codes are now removed from GitHub Action specific output. #​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

Compare Source

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

Compare Source

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

Compare Source

Added
  • New Github Actions Workflow commands integration --github-annotations flag or GITHUB_ACTIONS=true env. #​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
  • Experimental WITH DOCKER --cache-id=<key> 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
  • 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 for the contribution!
Fixed
  • WITH DOCKER load time calculation. #​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. <path>:<line>:<col> rather than <path> line <line>:<col>.
  • 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

v0.8.9

Compare Source

Fixed
  • BUILD --auto-skip was recording failed steps as complete, which would lead to them being skipped on subsequent runs. #​4054
Additional Info
  • This release has no changes to buildkit

v0.8.8

Compare Source

Added
  • New experimental wildcard-based copy, e.g. COPY ./services/*+artifact/* . which would invoke COPY for ./services/foo+artifact, and ./services/bar+artifact (assuming two services foo and bar, both having a artifact target in their respective Earthfile). Enable with the VERSION --wildcard-copy feature flag. #​3966.
  • New built-in ARGs - EARTHLY_GIT_AUTHOR_EMAIL and EARTHLY_GIT_AUTHOR_NAME will contain the author email and author name respectively. Enable with the VERSION --git-author-email-name-args feature flag.
  • New --raw-output flag available on RUN that outputs line without target name. Enable with VERSION --raw-output. #​3713
Changed
  • EARTHLY_GIT_AUTHOR built-in ARG will now contain both name and email, when enabled with the VERSION --git-author-email-name-args feature flag. Previously it only contained the email. #​3822
Fixed
  • Make LET/SET commands block parallel commands such as BUILD until the former are processed, similar to the behavior of ARG. #​3997
  • LET/SET commands were not properly handled with the use of Auto-skip. #​3996
Additional Info
  • This release has no changes to buildkit

v0.8.7

Compare Source

Added
  • Warning log when resolving remote references using a git image that doesn't match Buildkit's architecture.
  • New experimental --exec-stats-summary=<path> cli flag, which will display a summary of memory and cpu stats when earthly exits.
  • A notice is now displayed when unnecessary feature flags are set (but already enabled by default by the VERSION number). Thanks to @​danqixu for the contribution! #​3641
  • A warning is displayed if the local buildkit image architecture does not match the host architecture. #​3937
Fixed
  • Warning logs during HTTP retries are only displayed in --debug mode.
  • The HOST command will now expand variables. Thanks to @​pbecotte for the contribution! #​1743
  • runc has been updated to 1.1.12 in the buildkit fork
Additional Info
  • This release includes changes to buildkit

v0.8.6

Compare Source

Added
  • Ability to set arbitrary attributes which certain registries require to support explicit remote caching (via the earthly --remote-cache flag). #​3714 and #​3868
Fixed
  • Fixed an issue in Auto-skip where a +base target's ARGs were not accounted for when calculating the cache. #​3895
Additional Info
  • This release has no changes to buildkit

v0.8.5

Compare Source

Added
  • Added --aws flag to RUN command which makes AWS environment variables or ~/.aws available. Enable with the VERSION --run-with-aws feature flag. #​3803
  • Added --allow-privileged flag to FROM DOCKERFILE command. Enable with the VERSION --allow-privileged-from-dockerfile feature flag. Thanks to @​dustyhorizon for the contribution! #​3706
Fixed
  • Fixes an issue where wildcard BUILD's are invoked from a relative directory (e.g., an Earthfile containing BUILD ./*+test invoked with earthly ./rel-dir+target). #​3840
  • --pass-args will no longer pass builtin args, which would result in `value cannot be specified for built-in build arge errors. #​3775
  • Fixes a parsing issue with BUILD flag arguments and wildcard targets #​3862
  • BUILD --auto-skip was silently ignored when the feature flag (VERSION --build-auto-skip) was missing #​3870
  • Fix an issue where COPY --if-exists would fail if the non-existing directory includes a wildcard. #​3875
  • Fixes an issue with passing the correct org value to Logstream which resulted in missing logs in the web builds view (https://cloud.earthly.dev/your-org/builds).
  • Rename UDC to FUNCTION in hint when a secret is not found.
Additional Info
  • This release includes changes to buildkit

v0.8.4

Compare Source

Added
  • The internal dockerd-wrapper.sh script, which is used to implement WITH DOCKER, will execute /usr/share/earthly/dockerd-wrapper-pre-script, if present, prior to starting the
    inner dockerd process. This can be used to configure options that depend on the host's kernel at run-time.
  • Auto-skip can now be used directly on BUILD commands with BUILD --auto-skip. #​3581
Changed
  • Satellite rm requires a --force flag if it's running. This should help protect users from accidental deletes.
Fixed
  • Fixes an issue with the registry proxy (used for faster image & artifact exporting) on Docker Desktop for Windows/WSL. #​3769
  • Fixes a problem with cache IDs not being expanded. For example: CACHE --id $MY_ARG was not using the assigned value of $MY_ARG.
Additional Info
  • This release includes changes to buildkit

v0.8.3

Compare Source

Fixed
  • EARTHLY_GIT_REFS was incorrectly returning all references which contained the commit rather than pointed to the current commit. This also increases performance of looking up the branches. #​3752
  • Fixes an issue where earthly account login --token was leading to partially created auth config files. #​3761
Additional Info
  • This release includes changes to buildkit

v0.8.2

Compare Source

Added
  • Added a --force flag to the satellite update command, which forces a satellite to sleep before starting the update process. This may forcibly kill ongoing builds currently running on the satellite.
Changed
  • Changed the default buildkit cache size to be adaptively set to 20GB, which is then clamped between the range of 10%-55% of the disk size.
    This logic can expressed as min(55%, max(10%, 20GB)).
  • Satellites are now put to sleep before updating via earthly sat update <satellite-name>.
Fixed
  • Fixed an intermittent issue with the registry proxy support container failing immediately on Mac. #​3740
  • Fixed a problem with parsing empty results when cleaning up old registry proxy support containers on Mac.
  • Fixed a case where a suggested command would incorrectly contain both --interative and --ci. #​3746
  • Disabled the registry proxy server when Earthly is run from within a container. #​3736
Additional Info
  • This release has no changes to buildkit

v0.8.1

Compare Source

Changed
Changed
  • v0.8.15 will continue working after the shutdown, but with some error messages interspersed in the output.
  • v0.8.16 does not emit log messages after the cloud shutdown. However, it removes many cloud-based commands and flags. If you are using these in your scripts or CI, please remove them.
Additional Info
  • This release has no changes to buildkit

v0.8.0

Compare Source

This version promotes a number of features that have been previously in Experimental and Beta status. To make use of
the features in this version you need to declare VERSION 0.8 at the top of your Earthfile.

Migrating from 0.7

If you are using Earthly 0.7, follow the following steps to migrate:

  1. If you are still using VERSION 0.5, upgrade those Earthfiles to VERSION 0.6 or VERSION 0.7.
  2. Upgrade your Earthly binary to 0.8 in CI and across your team. The Earthly 0.8 binary can run both VERSION 0.6 and VERSION 0.7 Earthfiles (but VERSION 0.5 support has been dropped).
  3. Once everyone is using the Earthly 0.8 binary, upgrade your Earthfiles one by one to VERSION 0.8. It is ok to have a mix of VERSION 0.6, VERSION 0.7 and VERSION 0.8 Earthfiles in the same project. Earthly handles that gracefully. See changes below for information on backwards incompatible changes when migrating from VERSION 0.7 to VERSION 0.8.

This process helps manage the backward breaking changes with minimal disruption.

Summary

Declaring VERSION 0.8 is equivalent to

VERSION \
  --arg-scope-and-set \
  --cache-persist-option \
  --git-refs \
  --global-cache \
  --no-network \
  --pass-args \
  --use-docker-ignore \
  --use-function-keyword \
  --use-visited-upfront-hash-collection \
  0.7

For more information on the individual Earthfile feature flags see the Earthfile version-specific features page.

It should be noted that some of these features break backwards compatibility. See below.

Changed
  • Redeclaring an ARG in the same scope as a previous declaration is now an error.
  • ARGs inside of targets will no longer have their default value overridden by global ARGs.
  • Declaring a CACHE ... in a target will no longer be copied to children targets when referenced via a FROM +...; to persist the contents of the cache, it is now required to use the CACHE --persist ... flag.
  • The COMMAND keyword has been renamed to FUNCTION.
Added
  • LET - Allows declaring a local variable. This command works similarly to ARG except that it cannot be overridden from the CLI. LET variables are allowed to shadow ARG variables, which allows you to promote an ARG to a local variable so that it may be used with SET.
  • SET - a new command that allows changing the value of variables declared with LET.
  • Outputting images from a remote runner has improved performance as it no longer transfers layers that are already present locally.
  • Auto-skip has been promoted to beta status.
  • RUN --network=none allows running a command without network access.
  • .dockerignore files are now used in FROM DOCKERFILE targets.
  • DO --pass-args, BUILD --pass-args etc allow passing all build arguments to external Earthfiles.
  • CACHE --id=... and RUN --mount type=cache,id=... allows setting a custom cache mount ID, thus allowing sharing cache mounts globally across different targets.
  • New satellite sizes: 2xlarge, 3xlarge, 4xlarge
  • New experimental wildcard-based builds, e.g. BUILD ./services/*+test which would call ./services/foo+test, and ./services/bar+test (assuming two services foo and bar, both having a test target in their respective Earthfile) #​3582.
Removed
  • VERSION 0.5 is now obsolete. Declaring VERSION 0.5 is no longer supported, and will now raise an error.
Fixed
  • Parallelism is improved when running the same target with different arguments in certain cases (e.g. the target uses WITH DOCKER).
  • Fixed a log sharing upload-resumption bug
  • Fixed multiple issues with the lexer failing to parse certain characters in shell command substitution ($()) and single quoted strings.
    • Some escaped characters, like \#, were failing to parse when used inside shell expressions. Example: $(echo "a#b#c" | cut -f2 -d\#) #​3475
    • Some characters, like #, were failing to parse when used inside single-quoted strings: Example: 'this is a # string' #​1280
  • Fixed an issue where some escaped ARG shell expressions were being incorrectly preprocessed. Example: $(echo "\"") became $(echo """) #​3131
  • The --pass-args feature was not passing active arguments which were set via a default value.
  • SAVE ARTIFACT --if-exists was not saving files based on a wildcard glob pattern. #​1679
  • BUILD was not expanding --platform argument values.
Additional Info
  • This release includes changes to buildkit

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

v0.7.22

Compare Source

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 key with the 1Password ssh-agent. #​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.
  • 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 ARGs, 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
  • 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.
  • 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

v0.7.21

Compare Source

Added
  • The new ARG EARTHLY_GIT_REFS will contain the references to the current git commit, this ARG must be enabled with the VERSION --git-refs feature flag. #​2735
  • A new --force-certificate-generation flag for bootstrapping, which will force the generation of self signed TLS certificates even when the --no-buildkit flag is set.
Fixed
  • Fixed reduced parallelism regression which occurred when the target is the same but has different args -- can be enabled with VERSION --use-visited-upfront-hash-collection #​2377
  • prune --age did not support d (for days) suffix, even thought earthly --help said it did #​3401
  • buildkit scheduler error: return leaving incoming open which occured during deduplication of opperations within buildkit; cherry-picked 100d3cb from upstream buildkit repo. #​2957
  • Changed WITH DOCKER to pull images in parallel #​2351
Changed
  • Registry proxy: Use lower-level TCP streaming #​2351
Additional Info
  • This release includes changes to buildkit

v0.7.20

Compare Source

Added
  • Support for mode in mount cache #​3278.
  • Support for mode in CACHE commands #​3290.
  • Experimental support for shared/global caches (cache id is no longer scoped per Earthfile) #​1129. Note that this is feature-flagged, and only changed when VERSION --global-cache 0.7 is defined.
Fixed
  • A regression where URLs will not always get shorter when used as a prefix. Partially addresses #​3200.
  • If a build fails because of qemu missing, earthly will display a proper hint to install it #​3200.
  • Removed erroneous error-message which said error: 0 errors occured #​3306.
  • A race condition when exiting interactive debugger mode resulting in confusing errors #​3200.
  • Docker auto-install script failures related to attempts to read from tty, while verifying docker's pgp key #​3324.
  • Issue affecting pulling images in Podman #​2471.
  • A panic: send on closed channel error would sometimes occur during shutdown of the logstream #​3325.
Changed
  • Some error messages at the end of an execution will only be displayed in verbose mode (earthly -V ...), e.g. Error: build target: build main: failed to solve:... #​3200
  • GIT CLONE URLs will only be printed once as part of a prefix, e.g. +my-clone-target(https://g/e/earthly) | --> GIT CLONE (--branch ) https://github.com/earthly/earthly
  • Clarify errors in interactive debugger so that they won't be confused with the build errors #​3200.
  • The WITH DOCKER auto-install script will now pass the --no-tty option to gpg #​3288.
Additional Info
  • This release includes changes to buildkit

v0.7.19

Compare Source

Added
  • Added "dev.earthly.*" LABELS to saved images, for example dev.earthly.version will be set to v0.7.19 (or whatever version of earthly is used) #​3247.
  • Added option to verbose print known_hosts to make it easier to debug git related commands #​3234.
Fixed
  • When a project based secret is not found, the name of the secret will now be displayed along with the "not found" error.
Changed
  • Log sharing will now stream logs as your build is running (rather than uploading logs when build execution completes).
  • Satellite reserve calls will now retry on error #​3255.
  • Display warning when TLS is disabled.
Additional Info
  • This release has no changes to buildkit

v0.7.17

Compare Source

Added
  • Added a --pass-arg flag that can be used with BUILD, FROM, COPY, WITH DOCKER --load, or DO, which will pass all build arguments to external Earthfiles. #​1891

v0.7.16

Compare Source

Fixed
  • Fixed a cgroup v2 related bug that affected systemd-based images (such as kind) from being run via WITH DOCKER. #​3159
Changed
  • Removed redundant output when parts of builds are re-used; the --verbose flag will still display the output.
  • Calling earthly secret set <path> (when run interactively) will now prompt for a single-line secret if no other flags are given.
  • fixed bug in earthly registry setup which was waiting for an end of file (eof) rather than newline, when prompting for a password.
Added
  • Added additional error message output when buildkit scheduller errors occur (in order to help debug the ongoing 2957 issue).

v0.7.15

Compare Source

Fixed
  • Fixed a bug in WITH DOCKER which prevented the use of newer versions of docker. #​3164

v0.7.14

Compare Source

Changed
  • Update buildkit (contains upstream changes up to 687091b).
  • Use HTTPS_PROXY env when connecting to earhly cloud API.

v0.7.13

Compare Source

Added
  • earthly account list-tokens now shows the last time a token was used
  • Experimental command earthly init to initialize an Earthfile in a project (currently supporting only golang projects)
Fixed
  • Fixed a bug, where the command to create tokens with a set expiration failed.
  • Long pauses at the end of builds, which were characterized by apparent freezes or delays with the message Waiting on Buildkit....
  • earthly account create-token no longer panics when parsing expiration date
  • earthly account login could change the active user when the JWT expired and an SSH key existed for a different user; now earthly will either refresh the JWT or error
Changed
  • Setting env vars like FORCE_COLOR, or EARTHLY_FULL_TARGET to 0, false, FALSE, or `` (an empty-string) will no longer force the color, use any other value like 1, true, or yesplease.
  • earthly org list now shows the currently selected org

v0.7.12

Compare Source

Added
  • warning if acquiring file-lock takes longer than 3 seconds.
Changed
  • improved error message when a 429 too many requests rate limit error occurs.
  • earthly sat ls -a shows last accessed time
  • improved output for listing auth tokens
Fixed
  • make use of org from earthly config when using satellite commands.

v0.7.11

Compare Source

Added
  • global.org configuration value to set a default org for all earthly commands that require it.
  • earthly org select and earthly org unselect commands, as shortcuts to set a default organization in the earthly config file.
Changed
  • Removed the default size in satellite launch (the default size is now determined by the backend when not provided) #​3057
  • Deprecated the satellite org configuration value. It uses the new global configuration value.

v0.7.10

Compare Source

Changed
  • Removed the default size in satellite launch (the default size is now determined by the backend when not provided) #​3057
  • Earthly cloud organization auto-detection has been deprecated and should now be explicitly set with the --org flag or with the EARTHLY_ORG environment variable.
  • Buildkit has been updated to include upstream changes up to cdf28d6.
Fixed
  • Updated the podman auth provider to better understand podman auth.json locations. #​3038
  • Fixed our aggregated authprovider ignoring the cloud authprovider when a project is set after the first creds lookup #​3058

v0.7.9

Compare Source

Changed
  • The command docker-build now also supports passing multiple platforms using a comma (e.g --platform linux/amd64,linux/arm64)
  • Increased temporary lease duration of buildkit's history queue to prevent unknown history in blob errors under high cpu load. #​3000
  • Performing an earthly account logout will keep you logged out -- earthly will no longer attempt an auto-login via ssh-agent (use earthly account login to log back in).
Fixed
  • Fixed a bug in satellite update command which was incorrectly changing satellites to medium size.
  • Fixed support for being authenticated with multiple registries when using the cloud-based earthly registry feature. #​3010
  • Fixed WITH DOCKER auto install script when using latest (bookworm) version.
Added
  • Buildkit logs now include version and revision.
  • Satellite name autocompletion

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from e9f8968 to 84c0524 Compare February 21, 2023 23:54
@renovate renovate bot changed the title Update module github.com/earthly/earthly to v0.6.30 Update module github.com/earthly/earthly to v0.7.0 Feb 21, 2023
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from 84c0524 to 0509641 Compare March 1, 2023 21:47
@renovate renovate bot changed the title Update module github.com/earthly/earthly to v0.7.0 Update module github.com/earthly/earthly to v0.7.1 Mar 1, 2023
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from 0509641 to 43db6b9 Compare March 14, 2023 18:20
@renovate renovate bot changed the title Update module github.com/earthly/earthly to v0.7.1 Update module github.com/earthly/earthly to v0.7.2 Mar 14, 2023
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from 43db6b9 to aa5bcfb Compare April 12, 2023 19:37
@renovate renovate bot changed the title Update module github.com/earthly/earthly to v0.7.2 Update module github.com/earthly/earthly to v0.7.3 Apr 12, 2023
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from aa5bcfb to 70ef5e4 Compare April 13, 2023 00:04
@renovate renovate bot changed the title Update module github.com/earthly/earthly to v0.7.3 Update module github.com/earthly/earthly to v0.7.4 Apr 13, 2023
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from 70ef5e4 to 895c13e Compare May 10, 2023 22:40
@renovate renovate bot changed the title Update module github.com/earthly/earthly to v0.7.4 Update module github.com/earthly/earthly to v0.7.5 May 10, 2023
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from 895c13e to f5fc47b Compare May 28, 2023 10:24
@renovate renovate bot changed the title Update module github.com/earthly/earthly to v0.7.5 Update module github.com/earthly/earthly to v0.7.6 May 28, 2023
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from f5fc47b to 3486d07 Compare June 1, 2023 21:36
@renovate renovate bot changed the title Update module github.com/earthly/earthly to v0.7.6 Update module github.com/earthly/earthly to v0.7.7 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from 3486d07 to c1e2cd9 Compare June 7, 2023 19:40
@renovate renovate bot changed the title Update module github.com/earthly/earthly to v0.7.7 Update module github.com/earthly/earthly to v0.7.8 Jun 7, 2023
@renovate renovate bot changed the title Update module github.com/earthly/earthly to v0.7.8 fix(deps): update module github.com/earthly/earthly to v0.7.8 Jun 17, 2023
@renovate renovate bot changed the title fix(deps): update module github.com/earthly/earthly to v0.7.8 fix(deps): update module github.com/earthly/earthly to v0.7.8 - autoclosed Jun 18, 2023
@renovate renovate bot closed this Jun 18, 2023
@renovate renovate bot deleted the renovate/github.com-earthly-earthly-0.x branch June 18, 2023 23:46
@renovate renovate bot changed the title fix(deps): update module github.com/earthly/earthly to v0.7.8 - autoclosed fix(deps): update module github.com/earthly/earthly to v0.7.8 Jun 22, 2023
@renovate renovate bot reopened this Jun 22, 2023
@renovate renovate bot restored the renovate/github.com-earthly-earthly-0.x branch June 22, 2023 19:28
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from c1e2cd9 to f4d2345 Compare June 23, 2023 02:58
@renovate renovate bot changed the title fix(deps): update module github.com/earthly/earthly to v0.7.8 fix(deps): update module github.com/earthly/earthly to v0.7.9 Jun 23, 2023
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from f4d2345 to 1ff19eb Compare July 5, 2023 21:49
@renovate renovate bot changed the title fix(deps): update module github.com/earthly/earthly to v0.7.9 fix(deps): update module github.com/earthly/earthly to v0.7.10 Jul 5, 2023
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from 1ff19eb to 4a54550 Compare July 6, 2023 23:01
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from 02d086e to 408e787 Compare April 24, 2024 18:42
@renovate renovate bot changed the title fix(deps): update module github.com/earthly/earthly to v0.8.8 fix(deps): update module github.com/earthly/earthly to v0.8.9 Apr 24, 2024
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch 2 times, most recently from f38cd93 to 6c0cbc9 Compare May 15, 2024 00:29
@renovate renovate bot changed the title fix(deps): update module github.com/earthly/earthly to v0.8.9 fix(deps): update module github.com/earthly/earthly to v0.8.10 May 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from 6c0cbc9 to f4328df Compare May 17, 2024 00:40
@renovate renovate bot changed the title fix(deps): update module github.com/earthly/earthly to v0.8.10 fix(deps): update module github.com/earthly/earthly to v0.8.11 May 17, 2024
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from f4328df to 8931907 Compare May 23, 2024 19:56
@renovate renovate bot changed the title fix(deps): update module github.com/earthly/earthly to v0.8.11 fix(deps): update module github.com/earthly/earthly to v0.8.12 May 23, 2024
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from 8931907 to 873db3d Compare May 28, 2024 22:38
@renovate renovate bot changed the title fix(deps): update module github.com/earthly/earthly to v0.8.12 fix(deps): update module github.com/earthly/earthly to v0.8.13 May 28, 2024
@renovate
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 11 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.21.0
github.com/google/go-cmp v0.5.9 -> v0.6.0
github.com/stretchr/testify v1.8.3 -> v1.9.0
github.com/urfave/cli/v2 v2.25.6 -> v2.27.1
golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 -> v0.0.0-20240325151524-a685a6edb6d8
golang.org/x/mod v0.10.0 -> v0.16.0
github.com/fatih/color v1.15.0 -> v1.16.0
github.com/mattn/go-isatty v0.0.17 -> v0.0.20
golang.org/x/crypto v0.9.0 -> v0.21.0
golang.org/x/net v0.10.0 -> v0.23.0
golang.org/x/sys v0.8.0 -> v0.18.0
golang.org/x/term v0.8.0 -> v0.18.0

@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from 873db3d to 1a0c3c3 Compare June 10, 2024 20:05
@renovate renovate bot changed the title fix(deps): update module github.com/earthly/earthly to v0.8.13 fix(deps): update module github.com/earthly/earthly to v0.8.14 Jun 10, 2024
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from 1a0c3c3 to 696e151 Compare July 12, 2024 19:26
@renovate renovate bot changed the title fix(deps): update module github.com/earthly/earthly to v0.8.14 fix(deps): update module github.com/earthly/earthly to v0.8.15 Jul 12, 2024
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from 696e151 to 6827a95 Compare September 11, 2024 16:40
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from 6827a95 to 7a8096b Compare October 9, 2024 16:15
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from 7a8096b to e363e1c Compare November 17, 2024 16:20
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from e363e1c to 24e868d Compare December 22, 2024 18:41
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from 24e868d to aa0e21f Compare March 3, 2025 16:49
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from aa0e21f to a2c93fe Compare March 11, 2025 13:29
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from a2c93fe to 27fcddd Compare April 8, 2025 11:27
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from 27fcddd to e081a07 Compare May 7, 2025 13:19
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from e081a07 to 2a5444b Compare July 16, 2025 20:31
@renovate renovate bot changed the title fix(deps): update module github.com/earthly/earthly to v0.8.15 fix(deps): update module github.com/earthly/earthly to v0.8.16 Jul 16, 2025
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from 2a5444b to 216cd06 Compare August 10, 2025 13:35
@renovate renovate bot force-pushed the renovate/github.com-earthly-earthly-0.x branch from 216cd06 to 3144592 Compare October 9, 2025 10:15
@renovate
Copy link
Contributor Author

renovate bot commented Dec 15, 2025

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 11 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.21.0
github.com/google/go-cmp v0.5.9 -> v0.6.0
github.com/stretchr/testify v1.8.3 -> v1.9.0
github.com/urfave/cli/v2 v2.25.6 -> v2.27.1
golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 -> v0.0.0-20240325151524-a685a6edb6d8
golang.org/x/mod v0.10.0 -> v0.16.0
github.com/fatih/color v1.15.0 -> v1.16.0
github.com/mattn/go-isatty v0.0.17 -> v0.0.20
golang.org/x/crypto v0.9.0 -> v0.21.0
golang.org/x/net v0.10.0 -> v0.23.0
golang.org/x/sys v0.8.0 -> v0.18.0
golang.org/x/term v0.8.0 -> v0.18.0

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.

0 participants