Skip to content

fix(deps): update all dependencies - #3

Open
kjuulh wants to merge 1 commit into
mainfrom
renovate/all
Open

fix(deps): update all dependencies#3
kjuulh wants to merge 1 commit into
mainfrom
renovate/all

Conversation

@kjuulh

@kjuulh kjuulh commented Aug 9, 2023

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
git.front.kjuulh.io/kjuulh/bust require patch v0.0.32 -> v0.0.33
github.com/docker/docker replace major v20.10.3-0.20220414164044-61404de7df1a+incompatible -> v24.0.5
github.com/spf13/cobra require minor v1.6.1 -> v1.7.0
golang.org/x/sync require minor v0.1.0 -> v0.3.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

docker/docker

v24.0.5

Compare Source

24.0.5

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements
  • The Go client now avoids using UNIX socket paths in the HTTP Host: header, in order to be compatible with changes introduced in go1.20.6. moby/moby#​45962, moby/moby#​45990
  • containerd storage backend: Fix Variant not being included in docker image inspect and GET /images/{name}/json. moby/moby#​46025
  • containerd storage backend: Prevent potential garbage collection of content during image export. moby/moby#​46021
  • containerd storage backend: Prevent duplicate digest entries in RepoDigests. moby/moby#​46014
  • containerd storage backend: Fix operations taking place against the incorrect tag when working with an image referenced by tag and digest. moby/moby#​46013
  • containerd storage backend: Fix a panic caused by EXPOSE when building containers with the legacy builder. moby/moby#​45921
  • Fix a regression causing unintuitive errors to be returned when attempting to create an overlay network on a non-Swarm node. moby/moby#​45974
  • Properly report errors parsing volume specifications from the command line. docker/cli#​4423
  • Fix a panic caused when auths: null is found in the CLI config file. docker/cli#​4450
Packaging updates

v24.0.4

Compare Source

24.0.4

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements
  • Fix a regression introduced during 24.0.3 that causes a panic during live-restore of containers with bind mounts. moby/moby#​45903

v24.0.3

Compare Source

24.0.3

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements
  • containerd image store: Fix an issue where multi-platform images that did not include a manifest for the default platform could not be interacted with. moby/moby#​45849
  • containerd image store: Fix specious attempts to cache FROM scratch in container builds. moby/moby#​45822
  • containerd image store: Fix docker cp with snapshotters that cannot mount the same content multiple times. moby/moby#​45780, moby/moby#​45786
  • containerd image store: Fix builds with type=image not being correctly unpacked/stored. moby/moby#​45692
  • containerd image store: Fix incorrectly attempting to unpack pseudo-images (including attestations) in docker load. moby/moby#​45688
  • containerd image store: Correctly set the user agent, and include additional information like the snapshotter when interacting with registries. moby/moby#​45671, moby/moby#​45684
  • containerd image store: Fix a failure to unpack already-pulled content after switching between snapshotters. moby/moby#​45678
  • containerd image store: Fix images that have been re-tagged or with all tags removed being pruned while still in use. moby/moby#​45857
  • Fix a Swarm CSI issue where the Topology field was not propagated into NodeCSIInfo. moby/moby#​45810
  • Fix failures to add new Swarm managers caused by a very large raft log. moby/moby#​45703, moby/swarmkit#​3122, moby/swarmkit#​3128
  • name_to_handle_at(2) is now always allowed in the default seccomp profile. moby/moby#​45833
  • Fix an issue that prevented encrypted Swarm overlay networks from working on ports other than the default (4789). moby/moby#​45637
  • Fix a failure to restore mount reference-counts during live-restore. moby/moby#​45824
  • Fix various networking-related failures during live-restore. moby/moby#​45658, moby/moby#​45659
  • Fix running containers restoring with a zero (successful) exit status when the daemon is unexpectedly terminated. moby/moby#​45801
  • Fix a potential panic while executing healthcheck probes. moby/moby#​45798
  • Fix a panic caused by a race condition in container exec start. moby/moby#​45794
  • Fix an exception caused by attaching a terminal to an exec with a non-existant command. moby/moby#​45643
  • Fix host-gateway with BuildKit by passing the IP as a label (also requires docker/buildx#​1894). moby/moby#​45790
  • Fix an issue where POST /containers/{id}/stop would forcefully terminate the container when the request was canceled, instead of waiting until the specified timeout for a 'graceful' stop. moby/moby#​45774
  • Fix an issue where docker cp -a from the root (/) directory would fail. moby/moby#​45748
  • Improve compatibility with non-runc container runtimes by more correctly setting resource constraint parameters in the OCI config. moby/moby#​45746
  • Fix an issue caused by overlapping subuid/subgid ranges in certain configurations (e.g. LDAP) in rootless mode. moby/moby#​45747, rootless-containers/rootlesskit#​369
  • Greatly reduce CPU and memory usage while populating the Debug section of GET /info. moby/moby#​45856
  • Fix an issue where debug information was not correctly printed during docker info when only the client is in debug mode. docker/cli#​4393
  • Fix issues related to hung connections when connecting to hosts over a SSH connection. docker/cli#​4395
Packaging updates

v24.0.2

Compare Source

24.0.2

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements
  • Fix a panic during build when referencing locally tagged images. moby/buildkit#​3899, moby/moby#​45582
  • Fix builds potentially failing with exit code: 4294967295 when performing many concurrent build stages. moby/moby#​45620
  • Fix DNS resolution on Windows ignoring etc/hosts (%WINDIR%\System32\Drivers\etc\hosts), including resolution of localhost. moby/moby#​45562
  • Apply a workaround for a containerd bug that causes concurrent docker exec commands to take significantly longer than expected. moby/moby#​45625
  • containerd image store: Fix an issue where the image Created field would contain an incorrect value. moby/moby#​45623
  • containerd image store: Adjust the output of image pull progress so that the output has the same format regardless of whether the containerd image store is enabled. moby/moby#​45602
  • containerd image store: Switching between the default and containerd image store now requires a daemon restart. moby/moby#​45616

v24.0.1

Compare Source

24.0.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Removed
  • Remove CLI completions for storage drivers removed in the 24.0 major release. docker/cli#​4302
Bug fixes and enhancements
  • Fix an issue where DNS query NXDOMAIN replies from external servers were forwarded to the client as SERVFAIL. moby/moby#​45573
  • Fix an issue where docker pull --platform would report No such image regarding another tag pointing to the same image. moby/moby#​45562
  • Fix an issue where insecure registry configuration would be forgotten during config reload. moby/moby#​45571
  • containerd image store: Fix an issue where images which have no layers would not be listed in docker images -a moby/moby#​45588
  • API: Fix an issue where GET /images/{id}/json would return null instead of empty RepoTags and RepoDigests. moby/moby#​45564
  • API: Fix an issue where POST /commit did not accept an empty request body. moby/moby#​45568
Packaging updates
  • Upgrade Compose to v2.18.1. docker/docker-ce-packaging#​896

v24.0.0

Compare Source

24.0.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

New
  • Introduce experimental support for containerd as the content store (replacing the existing storage drivers). moby/moby#​43735, other moby/moby pull requests
  • The --host CLI flag now supports a path component in a ssh:// host address, allowing use of an alternate socket path without configuration on the remote host. docker/cli#​4073
  • The docker info CLI command now reports a version and platform field. docker/cli#​4180
  • Introduce the daemon flag --default-network-opt to configure options for newly created networks. moby/moby#​43197
  • Restrict access to AF_VSOCK in the socket(2) family of syscalls in the default seccomp profile. moby/moby#​44562
  • Introduce support for setting OCI runtime annotations on containers. docker/cli#​45025, moby/moby#​45025
  • Alternative runtimes can now be configured in daemon.json, enabling runtime names to be aliased and options to be passed. moby/moby#​45032
  • The docker-init binary will now be discovered in FHS-compliant libexec directories, in addition to the PATH. moby/moby#​45198
  • API: Surface the daemon-level --no-new-privileges in GET /info. moby/moby#​45320
Removed
Deprecated
Bug fixes and enhancements
Packaging updates

v23.0.6

Compare Source

23.0.6

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements
Packaging Updates

v23.0.5

Compare Source

23.0.5

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements
Packaging Updates

v23.0.4

Compare Source

23.0.4

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements
Packaging Updates

v23.0.3

Compare Source

23.0.3

Note

Due to an issue with CentOS 9 Stream's package repositories, packages for
CentOS 9 are currently unavailable. Packages for CentOS 9 may be added later,
or as part of the next (23.0.4) patch release.

Bug fixes and enhancements
  • Fixed a number of issues that can cause Swarm encrypted overlay networks
    to fail to uphold their guarantees, addressing CVE-2023-28841,
    CVE-2023-28840, and
    CVE-2023-28842.
    • A lack of kernel support for encrypted overlay networks now reports
      as an error.
    • Encrypted overlay networks are eagerly set up, rather than waiting for
      multiple nodes to attach.
    • Encrypted overlay networks are now usable on Red Hat Enterprise Linux 9
      through the use of the xt_bpf kernel module.
    • Users of Swarm overlay networks should review GHSA-vwm3-crmr-xfxw
      to ensure that unintentional exposure has not occurred.
Packaging Updates

v23.0.2

Compare Source

23.0.2

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements
Packaging

v23.0.1

Compare Source

23.0.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements
  • Fix containers not starting if the kernel has AppArmor enabled, but apparmor_parser is not available. moby/moby#​44942
  • Fix BuildKit-enabled builds with inline caching causing the daemon to crash. moby/moby#​44944
  • Fix BuildKit improperly loading cached layers created by previous versions. moby/moby#​44959
  • Fix an issue where ipvlan networks created prior to upgrading would prevent the daemon from starting. moby/moby#​44937
  • Fix the overlay2 storage driver failing early in metacopy testing when initialized on an unsupported backing filesystem. moby/moby#​44922
  • Fix exec exit events being misinterpreted as container exits under some runtimes, such as Kata Containers. moby/moby#​44892
  • Improve the error message returned by the CLI when recieving a truncated JSON response caused by the API hanging up mid-request. docker/cli#​4004
  • Fix an incorrect CLI exit code when attempting to execute a directory with a runc compiled using Go 1.20. docker/cli#​4004
  • Fix mishandling the size argument to --device-write-bps as a path. docker/cli#​4004
Packaging

v23.0.0

Compare Source

23.0.0

For more information about:

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

New
  • Set Buildx and BuildKit as the default builder on Linux. moby/moby#​43992
    • Alias docker build to docker buildx build. docker/cli#​3314
    • The legacy builder can still be used by explicitly setting DOCKER_BUILDKIT=0.
    • There are differences in how BuildKit and the legacy builder handle multi-stage builds. For more information, see
      Multi-stage builds.
  • Add support for pulling zstd compressed layers. moby/moby#​41759, moby/moby#​42862
  • Add support for alternate OCI runtimes on Linux, compatible with the containerd runtime v2 API. moby/moby#​43887, moby/moby#​43993
  • Add support for the containerd runhcs shim on Windows (off by default). moby/moby#​42089
  • Add dockerd --validate to check the daemon JSON config and exit. moby/moby#​42393
  • Add the ability to configure the daemon's HTTP proxy via flags or JSON config. moby/moby#​42835
  • Add support for RFC 3021 point-to-point networks (IPv4 /31s) and single hosts (IPv4 /32s). For networks with two or fewer addresses, IPAM won't reserve a network and broadcast address. moby/moby#​42626
  • Add support for setting ipvlan_flag and using the l3s ipvlan_mode in the ipvlan network driver. moby/moby#​42542
  • Add support for displaying the value of the metacopy option for the overlay2 storage driver. moby/moby#​43557
  • Add support for describing Windows devices using the syntax IDType://ID. moby/moby#​43368
  • Add RootlessKit, slirp4netns, and VPNKit version reporting. moby/moby#​42330
  • Add experimental support for SwarmKit cluster volumes (CSI). moby/moby#​41982
  • Add support for SwarmKit jobs in docker stack deploy. docker/cli#​2907
  • Add the docker stack config command to output the merged and interpolated config files as utilized by stack deploy. docker/cli#​3544
  • Add a new docker context show command that prints the name of the current context. docker/cli#​3567
  • Add the --format=json shorthand variant of --format="{{ json . }}" to all commands supporting the --format flag. docker/cli#​2936
  • Add a --quiet option to docker create and docker run commands to suppress output when pulling an image. docker/cli#​3377
  • Add a --force option to docker network rm subcommand. Causes CLI to return a 0 exit code even if the network doesn't exist. Has no effect on the server-side procedure for removing a network. docker/cli#​3547
  • Add a --signal option to docker stop and docker restart. docker/cli#​3614
  • Add a -v/--version flag to docker-proxy. moby/moby#​44703
  • Plugins are now discovered in well-known user-level paths when the daemon is running in rootless mode. moby/moby#​44778
  • The daemon now handles common alternate JSON encodings in the JSON configuration file gracefully, and reports useful errors. moby/moby#​44777, moby/moby#​44832
    • UTF-8 with a byte order mark is accepted.
    • UTF-16 with a byte order mark is accepted.
    • Invalid UTF-8 is reported early and with a comprehensible error message.
  • Allow use of STOPSIGNAL via docker commit. moby/moby#​43369
  • Add a new option to the awslogs log driver to allow skipping log stream creation in CloudWatch. moby/moby#​42132
  • Add a new option to the awslogs log driver to specify the log format that's sent to CloudWatch. moby/moby#​42838
  • Add a new option to the fluentd log driver to set the reconnection interval. moby/moby#​43100
  • Add new options-setters to the Go API client: WithTLSClientConfigFromEnv(), WithHostFromEnv(), and WithVersionFromEnv(). moby/moby#​42224
  • Add generation of shell command completion through a docker completion subcommand. docker/cli#​3429
  • API: Add a Swarm header to GET /_ping and HEAD /_ping, allowing single-request detection of Swarm support. moby/moby#​42064
  • API: Add a signal parameter to POST /containers/{id}/stop and POST /containers/{id}/restart to set the signal used. moby/moby#​43206
  • API: Add a CreateMountPoint parameter to POST /containers/create. moby/moby#​43484
  • API: Add a shared-size parameter to GET /images/json to enable shared-size computation of images. moby/moby#​42531
  • API: Add a type parameter to GET /system/df, to control what object types to are considered when computing disk usage. moby/moby#​42559
  • systemd: Start docker.service after time-set.target. moby/moby#​43107
Removed
Deprecated
  • Require Windows Server RS5 / LTSC 2019 (build 17763) as the minimum to run the daemon. moby/moby#​43254
  • Deprecate BuilderSize in API versions >= 1.42 moby/moby#​42608
  • Deprecate BuildCache.Parent in favor of the newly introduced BuildCache.Parents in API version >= 1.42. moby/moby#​43908
  • Deprecate pkg/urlutil, moving the implementation to builder/remotecontext/urlutil. moby/moby#​43477
Upgrades
Security
  • Change permissions on container hostconfig.json files to 0600 (was 0644). moby/moby#​41620
  • Fix --seccomp-profile not accepting unconfined and renamed the default seccomp profile to builtin. moby/moby#​42481
  • Always build with seccomp support, and remove the seccomp build tag. moby/moby#​42501
  • Add seccomp support on riscv64. moby/moby#​43553
  • Add support for setting flags passed to seccomp(2) in seccomp profiles. moby/moby#​42648
  • Refactor seccomp types to reuse runtime-spec, and add support for ErrnoRet. moby/moby#​42005
  • Add support for DefaultErrnoRet in seccomp profiles. moby/moby#​42604
  • Add an explicit DefaultErrnoRet field to the default seccomp profile, with no behavior change. moby/moby#​42649
  • Block socket with AF_VSOCK in the default seccomp profile. moby/moby#​44563
  • Re-enable process_vm_readv and process_vm_writev in the default seccomp profile. moby/moby#​42083
  • Add syscalls related to PKU to the default seccomp profile. moby/moby#​43812
  • Allow clock_settime64 with CAP_SYS_TIME. moby/moby#​43775
  • Allow bpf with CAP_BPF and perf_event_open with CAP_PERFMON. moby/moby#​43988
  • Explicitly set the clone3 syscall to return ENOSYS in the default seccomp profile, in order to ensure glibc will correctly fallback to using clone. moby/moby#​42681
Bug fixes and enhancements
  • Promote overlay2 to be the default storage driver (btrfs and zfs are now opt-in). moby/moby#​42661
  • Add a loading spinner to the docker cp command. docker/cli#​2708
  • Deprecate the ElectAuthServer function, and made it return the default registry without calling the GET /info API endpoint. docker/cli#​2819
  • Progress bars are no longer reversed when rolling back Swarm services docker/cli#​2940
  • Use net.JoinHostPort() to fix formatting with IPv6 addresses docker/cli#​2972
  • CLI error messages are now printed to stderr. docker/cli#​3044
  • Improve performance of docker info if a custom --format is used that only uses local information. With this change, the CLI only uses the daemon API if it detects that information from the daemon is needed. docker/cli#​3179
  • Remove the default value from the --stop-signal flag, as it may not reflect the actual default used by the daemon. docker/cli#​3245
  • Add Compose schema 3.10 to docker stack; allow omitting the version field (resulting in latest). docker/cli#​3257
  • Compose version 3 is now equivalent to 3.x (latest) in docker stack. docker/cli#​3445
  • Fix <Ctrl-c> hanging on Windows to exit after running a container in non-interactive mode. docker/cli#​3302
  • Add relative source paths to the run command in the -v/--volume and -m/--mount flags. docker/cli#​3469
  • docker exec -t now sets the console size for the executed process immediately when it's created. docker/cli#​3627
  • Update the pretty-print format of docker info to provide more details on installed plugins. docker/cli#​3645
  • Print warning messages for the docker context list and docker context use commands when the context is overridden by the environment. docker/cli#​3668
  • Add a custom aliases annotation that can be used to print all available aliases for a command. docker/cli#​3694
  • The CLI no longer creates or updates the CLI configuration file when running docker context use and selecting the current context. docker/cli#​3721
  • Non-existing contexts are now ignored when running docker context rm --force. docker/cli#​3791
  • Add the ability to override integers to 0 in Compose files docker/cli#​3812
  • SIGINT (<Ctrl-c>) now passes through to running containers instead of causing the CLI to exit. docker/cli#​3849
  • Improve docker port CONTAINER UX by sorting ports before printing. docker/cli#​3892
  • API: GET /containers/{id}/logs and POST /containers/{id}/attach now report which raw-stream format is in use using the Content-type response header on API version >= 1.42. moby/moby#​39812
  • Set default sandbox size for Windows layers to 127GB, and ensure that the --storage-opts flag applies to all storage on Windows. moby/moby#​41636
  • Remove the plugin section from the containerd configuration file (/var/run/docker/containerd/containerd.toml). moby/moby#​41675
  • Reject null manifests during tar import. moby/moby#​41842
  • Add shim config for custom runtimes for plugins. moby/moby#​41854
  • Container health checks now resume when the daemon is restarted. moby/moby#​41935
  • Quota is no longer disabled on cleanup of the btrfs driver. moby/moby#​42273
  • Host devices that are accessible can now be mounted in --privileged rootless containers. moby/moby#​42638
  • Fix incorrect handling of **/foo recursive wildcard directory patterns in .dockerignore. moby/moby#​42676
  • Extend docker import --platform to allow marking an imported image as a foreign architecture. moby/moby#​43103
  • Validation of CPU real-time options is now performed when the daemon starts instead of performing validations for each individual container, allowing startup to fail early. moby/moby#​43131
  • Freeze the namesgenerator package against new additions. Users will have to be satisfied with the existing 25359 adjective-name combinations. moby/moby#​43210
  • API: containers/{id}/attach/ws only to streams according by stdin, stdout and stderr parameters on API version >= 1.42. moby/moby#​43322
  • Fix UDP traffic in containers not working after the container is restarted under sustained traffic. moby/moby#​43409
  • Add support for pulling images with custom amd64 micro-architecture feature levels as supported by the latest versions of Go, GCC, LLVM, and other compiler tools. moby/moby#​43434
  • Improve validation of invalid JSON requests in the API. moby/moby#​43463
  • Mitigate the impact of slow exec starts on health checks. Check timeout now only applies to the duration that the health check command is running. The time it takes to start the command no longer counts against the timeout. moby/moby#​43480
  • Console tty size is set immediately on creation. moby/moby#​43593, moby/moby#​43622
  • Fix overlay2 mounts not being cleaned up after failed container starts, or daemon shutdown. moby/moby#​43659
  • Match manifest list resolution with containerd. moby/moby#​43675
  • Skip use of firewalld for networking when the daemon is running in rootless mode. moby/moby#​43813
  • Custom NAT networks are now re-created after daemon restart if missing on Windows. moby/moby#​43858
  • Fix terminating the container health-check process when it times out. moby/moby#​43994
  • Fix live-restore with restart policies and volume refs. moby/moby#​44237
  • API: Only anonymous volumes now pruned by default on API version >= v1.42. Pass the filter all=true to prune named volumes in addition to anonymous. moby/moby#​44259
  • API: Support concurrent calls on the GET /system/df endpoint. moby/moby#​42715
  • Improve the reliability of the daemon dumping the stack and exits with code 2 when sent a SIGQUIT. moby/moby#​44831
  • Fix a rare deadlock in the daemon caused by buffering of container logs. moby/moby#​44856
  • Improve error handling in misc filesystem operations so that the daemon can start on a overlayfs backing filesystem. moby/moby#​44834
  • Fix an issue where --ipc=host wasn't handled correctly when the daemon is running in rootless mode. moby/moby#​44863
  • Fix a long-standing set of issues where stale conntrack entries caused incorrect routing of UDP traffic for containers. moby/moby#​44752
  • Fix half-registered containers being listed in the API, as well as a nil pointer de-reference and panic caused by using a partially registered container in API calls. moby/moby#​44633
  • Fix a failure to create the DOCKER-USER ip6tables chain. moby/moby#​44845
  • Fix a failure to clean up iptables rules when the ip6tables command isn't available. moby/moby#​44727
  • Fix an issue where some iptables NAT rules weren't cleaned up after enabling the userland proxy. moby/moby#​44811
  • Fix a potentially leaked process in rare situations where cleaning up a failed attempt to start a container was mishandled. moby/moby#​44400
  • Fix the CreatedAt time of a volume reflecting initialization and not creation. moby/moby#​44725
  • Fix an issue where the CLI in

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@kjuulh

kjuulh commented Aug 9, 2023

Copy link
Copy Markdown
Owner Author

⚠ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: ci/go.sum
Command failed: install-tool golang 1.21.0
curl: (22) The requested URL returned error: 404 
Download failed: https://dl.google.com/go/go1.21.linux-amd64.tar.gz

File name: go.sum
Command failed: install-tool golang 1.21.0
No /opt/buildpack/tools/golang/1.21.0/bin defined - aborting

@kjuulh

kjuulh commented Aug 9, 2023

Copy link
Copy Markdown
Owner Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@kjuulh
kjuulh force-pushed the renovate/all branch 2 times, most recently from e3f0823 to 6f5ba38 Compare November 4, 2023 21:30
@kjuulh
kjuulh force-pushed the renovate/all branch 2 times, most recently from a48e8a9 to eab3c26 Compare January 24, 2024 10:04
@kjuulh
kjuulh force-pushed the renovate/all branch 2 times, most recently from 9e92e42 to c0419fa Compare February 7, 2024 00:45
@kjuulh
kjuulh force-pushed the renovate/all branch 2 times, most recently from 16902ec to 535b932 Compare March 20, 2024 19:30
@kjuulh
kjuulh force-pushed the renovate/all branch 2 times, most recently from c07178b to ecbc771 Compare April 11, 2024 15:01
@kjuulh
kjuulh force-pushed the renovate/all branch 2 times, most recently from 42babf9 to 9b75005 Compare April 22, 2024 20:47
@kjuulh
kjuulh force-pushed the renovate/all branch 3 times, most recently from b538e78 to ec0f118 Compare September 6, 2024 00:07
@kjuulh
kjuulh force-pushed the renovate/all branch 2 times, most recently from e5146cf to d96135f Compare December 13, 2024 01:09
@kjuulh
kjuulh force-pushed the renovate/all branch 2 times, most recently from c5c5e28 to adb824c Compare January 17, 2025 01:10
@kjuulh
kjuulh force-pushed the renovate/all branch 2 times, most recently from 5a95ed1 to eac13fe Compare February 5, 2025 01:10
@kjuulh
kjuulh force-pushed the renovate/all branch 4 times, most recently from 65e8f95 to 4f239ad Compare February 17, 2025 01:09
@kjuulh
kjuulh force-pushed the renovate/all branch 2 times, most recently from cc528a3 to b0a1a17 Compare February 20, 2025 05:09
@kjuulh
kjuulh force-pushed the renovate/all branch 3 times, most recently from 5e4408e to 3fbe29a Compare March 6, 2025 01:11
@kjuulh
kjuulh force-pushed the renovate/all branch 2 times, most recently from 0f62db4 to a763725 Compare March 27, 2025 15:52
@kjuulh
kjuulh force-pushed the renovate/all branch 4 times, most recently from b9fcfe0 to 2218c61 Compare April 6, 2025 00:06
@kjuulh
kjuulh force-pushed the renovate/all branch 2 times, most recently from f2518db to 7f7bc9e Compare April 26, 2025 00:08
@kjuulh
kjuulh force-pushed the renovate/all branch 3 times, most recently from f22ce3d to 3464713 Compare May 7, 2025 03:07
@kjuulh
kjuulh force-pushed the renovate/all branch 2 times, most recently from 6930357 to 2a1d03a Compare May 15, 2025 00:07
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