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: update releases #93

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore: update releases #93

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 30, 2023

Update Request | Renovate Bot

This PR contains the following updates:

Package Update Change
aws/aws-cli minor 2.19.1 -> 2.22.33
docker/buildx minor v0.18.0 -> v0.19.3
getsops/sops patch v3.9.1 -> v3.9.3
mikefarah/yq patch v4.44.3 -> v4.44.6
moby/buildkit minor v0.17.0 -> v0.18.2

Release Notes

aws/aws-cli (aws/aws-cli)

v2.22.33

Compare Source

v2.22.32

Compare Source

v2.22.31

Compare Source

v2.22.30

Compare Source

v2.22.29

Compare Source

v2.22.28

Compare Source

v2.22.27

Compare Source

v2.22.26

Compare Source

v2.22.25

Compare Source

v2.22.24

Compare Source

v2.22.23

Compare Source

v2.22.22

Compare Source

v2.22.21

Compare Source

v2.22.20

Compare Source

v2.22.19

Compare Source

v2.22.18

Compare Source

v2.22.17

Compare Source

v2.22.16

Compare Source

v2.22.15

Compare Source

v2.22.14

Compare Source

v2.22.13

Compare Source

v2.22.12

Compare Source

v2.22.11

Compare Source

v2.22.10

Compare Source

v2.22.9

Compare Source

v2.22.8

Compare Source

v2.22.7

Compare Source

v2.22.6

Compare Source

v2.22.5

Compare Source

v2.22.4

Compare Source

v2.22.3

Compare Source

v2.22.2

Compare Source

v2.22.1

Compare Source

v2.22.0

Compare Source

v2.21.3

Compare Source

v2.21.2

Compare Source

v2.21.1

Compare Source

v2.21.0

Compare Source

v2.20.0

Compare Source

v2.19.5

Compare Source

v2.19.4

Compare Source

v2.19.3

Compare Source

v2.19.2

Compare Source

docker/buildx (docker/buildx)

v0.19.3

Compare Source

Welcome to the v0.19.3 release of buildx!

Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.

Contributors
  • Tõnis Tiigi
  • CrazyMax
Notable changes
  • Bake: change evaluation of entitlement paths to allow non-existing paths #​2860
  • Bake: ignore empty values set by --set #​2861
Dependency Changes

This release has no dependency changes

Previous release can be found at v0.19.2

v0.19.2

Compare Source

Welcome to the v0.19.2 release of buildx!

Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.

Notable changes
  • Bake: fix issue where entitlement requests may have been not detected when Bake target writes output outside of the current working directory #​2834
  • Bake: automatically add filesystem entitlements to the paths defined with --set flag to avoid the need to allow the same path multiple times #​2834
Dependency Changes

This release has no dependency changes

Previous release can be found at v0.19.1

v0.19.1

Compare Source

buildx 0.19.1

Welcome to the v0.19.1 release of buildx!

Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.

Notable Changes
  • Unfortunately, we had to revert the change that added new object notation for the fields that previously required CSV strings in Bake definition because of backwards incompatibility issues were discovered in some edge cases. This feature has now been postponed for future v0.20.0 release #​2824
Dependency Changes

This release has no dependency changes

Previous release can be found at v0.19.0

v0.19.0

Compare Source

buildx 0.19.0

Welcome to the v0.19.0 release of buildx!

Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.

Contributors
  • Tõnis Tiigi
  • CrazyMax
  • David Karlsson
  • Jonathan A. Sternberg
  • Akihiro Suda
  • Guillaume Lours
  • Laurent Goderre
  • Sebastiaan van Stijn
Notable Changes
  • Bake command now requires passing filesystem entitlements with --allow when your build needs to read or write files outside of your current working directory. This feature currently only reports a warning when using local Bake definition, but will start to produce an error starting from the v0.20 release. If you wish to enable the error in the current release, you can set BUILDX_BAKE_ENTITLEMENTS_FS=1 #​2796 #​2812
  • Bake definition now supports new object notation for the fields that previously required CSV strings as inputs (output, cache-from, cache-to, secret, ssh) #​2758
  • Bake definition now allows defining validation conditions to variables #​2794
  • Compose support has been updated to v2.4.4 #​2806 #​2780
  • Metadata file values can now contain JSON array values #​2777
  • Improve error messages when using an incorrect format for labels #​2778
  • FreeBSD and OpenBSD artifacts are now included in release #​2774 #​2775 #​2781
  • Fix printing bake definition with empty Compose networks #​2790
Dependency Changes
  • github.com/cenkalti/backoff/v4 v4.2.1 -> v4.3.0
  • github.com/compose-spec/compose-go/v2 v2.4.1 -> v2.4.4
  • github.com/containerd/containerd v1.7.22 -> v1.7.24
  • github.com/containerd/continuity v0.4.4 -> v0.4.5
  • github.com/containerd/errdefs v0.1.0 -> v0.3.0
  • github.com/containerd/typeurl/v2 v2.2.0 -> v2.2.3
  • github.com/docker/cli v27.3.1 -> v27.4.0-rc.2
  • github.com/docker/docker v27.3.1 -> v27.4.0-rc.2
  • github.com/go-logr/logr v1.4.1 -> v1.4.2
  • github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 -> v2.20.0
  • github.com/moby/buildkit v0.17.0 -> v0.18.0
  • github.com/prometheus/client_golang v1.17.0 -> v1.20.2
  • github.com/prometheus/client_model v0.5.0 -> v0.6.1
  • github.com/prometheus/common v0.44.0 -> v0.55.0
  • github.com/tonistiigi/fsutil 397af53 -> 31cf1f4
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 -> v0.53.0
  • go.opentelemetry.io/otel v1.21.0 -> v1.28.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 -> v1.28.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 -> v1.28.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 -> v1.28.0
  • go.opentelemetry.io/otel/metric v1.21.0 -> v1.28.0
  • go.opentelemetry.io/otel/sdk v1.21.0 -> v1.28.0
  • go.opentelemetry.io/otel/sdk/metric v1.21.0 -> v1.28.0
  • go.opentelemetry.io/otel/trace v1.21.0 -> v1.28.0
  • go.opentelemetry.io/proto/otlp v1.0.0 -> v1.3.1
  • google.golang.org/genproto/googleapis/api ef581f9 -> f6361c8
  • google.golang.org/genproto/googleapis/rpc ef581f9 -> f6361c8
  • google.golang.org/grpc v1.66.2 -> v1.66.3

Previous release can be found at v0.18.0

getsops/sops (getsops/sops)

v3.9.3

Compare Source

Installation

To install sops, download one of the pre-built binaries provided for your platform from the artifacts attached to this release.

For instance, if you are using Linux on an AMD64 architecture:

### Download the binary
curl -LO https://github.com/getsops/sops/releases/download/v3.9.3/sops-v3.9.3.linux.amd64

### Move the binary in to your PATH
mv sops-v3.9.3.linux.amd64 /usr/local/bin/sops

### Make the binary executable
chmod +x /usr/local/bin/sops
Verify checksums file signature

The checksums file provided within the artifacts attached to this release is signed using Cosign with GitHub OIDC. To validate the signature of this file, run the following commands:

### Download the checksums file, certificate and signature
curl -LO https://github.com/getsops/sops/releases/download/v3.9.3/sops-v3.9.3.checksums.txt
curl -LO https://github.com/getsops/sops/releases/download/v3.9.3/sops-v3.9.3.checksums.pem
curl -LO https://github.com/getsops/sops/releases/download/v3.9.3/sops-v3.9.3.checksums.sig

### Verify the checksums file
cosign verify-blob sops-v3.9.3.checksums.txt \
  --certificate sops-v3.9.3.checksums.pem \
  --signature sops-v3.9.3.checksums.sig \
  --certificate-identity-regexp=https://github.com/getsops \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com
Verify binary integrity

To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature:

### Verify the binary using the checksums file
sha256sum -c sops-v3.9.3.checksums.txt --ignore-missing
Verify artifact provenance

The SLSA provenance of the binaries, packages, and SBOMs can be found within the artifacts associated with this release. It is presented through an in-toto link metadata file named sops-v3.9.3.intoto.jsonl. To verify the provenance of an artifact, you can utilize the slsa-verifier tool:

### Download the metadata file
curl -LO  https://github.com/getsops/sops/releases/download/v3.9.3/sops-v3.9.3.intoto.jsonl

### Verify the provenance of the artifact
slsa-verifier verify-artifact <artifact> \
  --provenance-path sops-v3.9.3.intoto.jsonl \
  --source-uri github.com/getsops/sops \
  --source-tag v3.9.3

Container Images

The sops binaries are also available as container images, based on Debian (slim) and Alpine Linux. The Debian-based container images include any dependencies which may be required to make use of certain key services, such as GnuPG, AWS KMS, Azure Key Vault, and Google Cloud KMS. The Alpine-based container images are smaller in size, but do not include these dependencies.

These container images are available for the following architectures: linux/amd64 and linux/arm64.

GitHub Container Registry
  • ghcr.io/getsops/sops:v3.9.3
  • ghcr.io/getsops/sops:v3.9.3-alpine
Quay.io
  • quay.io/getsops/sops:v3.9.3
  • quay.io/getsops/sops:v3.9.3-alpine
Verify container image signature

The container images are signed using Cosign with GitHub OIDC. To validate the signature of an image, run the following command:

cosign verify ghcr.io/getsops/sops:v3.9.3 \
  --certificate-identity-regexp=https://github.com/getsops \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com \
  -o text
Verify container image provenance

The container images include SLSA provenance attestations. For more information around the verification of this, please refer to the slsa-verifier documentation.

Software Bill of Materials

The Software Bill of Materials (SBOM) for each binary is accessible within the artifacts enclosed with this release. It is presented as an SPDX JSON file, formatted as <binary>.spdx.sbom.json.

What's Changed

Full Changelog: getsops/sops@v3.9.2...v3.9.3

v3.9.2

Compare Source

Installation

To install sops, download one of the pre-built binaries provided for your platform from the artifacts attached to this release.

For instance, if you are using Linux on an AMD64 architecture:

### Download the binary
curl -LO https://github.com/getsops/sops/releases/download/v3.9.2/sops-v3.9.2.linux.amd64

### Move the binary in to your PATH
mv sops-v3.9.2.linux.amd64 /usr/local/bin/sops

### Make the binary executable
chmod +x /usr/local/bin/sops
Verify checksums file signature

The checksums file provided within the artifacts attached to this release is signed using Cosign with GitHub OIDC. To validate the signature of this file, run the following commands:

### Download the checksums file, certificate and signature
curl -LO https://github.com/getsops/sops/releases/download/v3.9.2/sops-v3.9.2.checksums.txt
curl -LO https://github.com/getsops/sops/releases/download/v3.9.2/sops-v3.9.2.checksums.pem
curl -LO https://github.com/getsops/sops/releases/download/v3.9.2/sops-v3.9.2.checksums.sig

### Verify the checksums file
cosign verify-blob sops-v3.9.2.checksums.txt \
  --certificate sops-v3.9.2.checksums.pem \
  --signature sops-v3.9.2.checksums.sig \
  --certificate-identity-regexp=https://github.com/getsops \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com
Verify binary integrity

To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature:

### Verify the binary using the checksums file
sha256sum -c sops-v3.9.2.checksums.txt --ignore-missing
Verify artifact provenance

The SLSA provenance of the binaries, packages, and SBOMs can be found within the artifacts associated with this release. It is presented through an in-toto link metadata file named sops-v3.9.2.intoto.jsonl. To verify the provenance of an artifact, you can utilize the slsa-verifier tool:

### Download the metadata file
curl -LO  https://github.com/getsops/sops/releases/download/v3.9.2/sops-v3.9.2.intoto.jsonl

### Verify the provenance of the artifact
slsa-verifier verify-artifact <artifact> \
  --provenance-path sops-v3.9.2.intoto.jsonl \
  --source-uri github.com/getsops/sops \
  --source-tag v3.9.2

Container Images

The sops binaries are also available as container images, based on Debian (slim) and Alpine Linux. The Debian-based container images include any dependencies which may be required to make use of certain key services, such as GnuPG, AWS KMS, Azure Key Vault, and Google Cloud KMS. The Alpine-based container images are smaller in size, but do not include these dependencies.

These container images are available for the following architectures: linux/amd64 and linux/arm64.

GitHub Container Registry
  • ghcr.io/getsops/sops:v3.9.2
  • ghcr.io/getsops/sops:v3.9.2-alpine
Quay.io
  • quay.io/getsops/sops:v3.9.2
  • quay.io/getsops/sops:v3.9.2-alpine
Verify container image signature

The container images are signed using Cosign with GitHub OIDC. To validate the signature of an image, run the following command:

cosign verify ghcr.io/getsops/sops:v3.9.2 \
  --certificate-identity-regexp=https://github.com/getsops \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com \
  -o text
Verify container image provenance

The container images include SLSA provenance attestations. For more information around the verification of this, please refer to the slsa-verifier documentation.

Software Bill of Materials

The Software Bill of Materials (SBOM) for each binary is accessible within the artifacts enclosed with this release. It is presented as an SPDX JSON file, formatted as <binary>.spdx.sbom.json.

What's Changed

New Contributors

Full Changelog: getsops/sops@v3.9.1...v3.9.2

mikefarah/yq (mikefarah/yq)

v4.44.6

Compare Source

v4.44.5

Compare Source

  • Format comments with a gray foreground (Thanks @​gabe565)
  • Fixed handling of nulls with sort_by expressions #​2164
  • Force no color output when NO_COLOR env presents (Thanks @​narqo)
  • Fixed array subtraction update bug #​2159
  • Fixed index out of range error
  • Can traverse straight from parent operator (parent.blah)
  • Bumped dependencies

Note: 4.44.4 was skipped as it had a release pipeline failure

moby/buildkit (moby/buildkit)

v0.18.2

Compare Source

buildkit 0.18.2

Welcome to the v0.18.2 release of buildkit!

Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.

Notable Changes
  • Builtin Dockerfile frontend has been updated to v1.12.1 changelog
  • Fix possible concurrent map write error #​5577
  • Update Runc to v1.2.3 to fix possible build error when using parallel cache mounts #​5588 #​5590
Dependency Changes

This release has no dependency changes

Previous release can be found at v0.18.1

v0.18.1

Compare Source

Welcome to the v0.18.1 release of buildkit!

Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.

Notable Changes
  • Fix issue where builds from older versions of clients/frontends could result in missing "no-cache" behavior or original Dockerfile commands could be missing in progress output #​5563
Dependency Changes

This release has no dependency changes

Previous release can be found at v0.18.0

v0.18.0

Compare Source

Welcome to the v0.18.0 release of buildkit!

Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.

Contributors
  • Tõnis Tiigi
  • CrazyMax
  • Akihiro Suda
  • Sebastiaan van Stijn
  • David Karlsson
  • Jonathan A. Sternberg
  • Anthony Nandaa
  • Austin Vazquez
  • Erik Sipsma
  • Marat Radchenko
  • Brian Goff
  • Erik Sjölund
  • Justin Chadwell
  • Shaun Thompson
  • Tianon Gravi
Notable Changes
  • Builtin Dockerfile frontend has been updated to v1.12.0 changelog
  • Runc container runtime has been updated to v1.2.2 #​5532
  • Allow graceful daemon stop while there are active history event requests #​5522
  • Improve performance of booting BuildKit with many local cache records (regression v0.16.0+) #​5550
  • Improve stacktraces on cancellation errors #​5536
  • Improve performance of recalculating content checksums after incremental context upload #​5521
  • Fix leaving unreleased references behind after SBOM generation #​5511
  • Make sure blob data is immediately released after deleting build history records #​5515
  • Fix caching HTTP resources from servers that report the same ETag for different URLs #​5549
  • Fix possible issue with uploaded build context when using old clients #​5517
  • Fix old cache keys not being cleaned up by background garbage collection (worked for manual prune) #​5540
  • Fix possible incorrect casing in provenance JSON #​5524
  • Fix possible intermittent cancellation error when building from big build context due to internal gRPC bug #​5530
  • Fix build errors on OpenBSD #​5542
  • Fix possible issue when building from tarball URL on WCOW #​5523
  • Fix warning of incompatible semconv configuration in OpenTelemetry #​5503 #​5501
Dependency Changes
  • github.com/Microsoft/hcsshim v0.12.5 -> v0.12.8
  • github.com/cenkalti/backoff/v4 v4.2.1 -> v4.3.0
  • github.com/containerd/cgroups/v3 v3.0.2 -> v3.0.3
  • github.com/containerd/containerd v1.7.22 -> v1.7.24
  • github.com/containerd/continuity v0.4.4 -> v0.4.5
  • github.com/containerd/errdefs v0.1.0 -> v0.3.0
  • github.com/containerd/typeurl/v2 v2.2.0 -> v2.2.3
  • github.com/docker/cli v27.3.1 -> v27.4.0-rc.2
  • github.com/docker/docker v27.3.1 -> v27.4.0-rc.2
  • github.com/go-logr/logr v1.4.1 -> v1.4.2
  • github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 -> v2.20.0
  • github.com/munnerz/goautoneg a7dc8b6 new
  • github.com/prometheus/client_golang v1.17.0 -> v1.20.2
  • github.com/prometheus/client_model v0.5.0 -> v0.6.1
  • github.com/prometheus/common v0.44.0 -> v0.55.0
  • github.com/tonistiigi/fsutil 397af53 -> 31cf1f4
  • github.com/tonistiigi/go-actions-cache 58651d5 -> 394979b
  • github.com/vishvananda/netlink v1.2.1-beta.2 -> v1.3.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 -> v0.53.0
  • go.opentelemetry.io/otel v1.21.0 -> v1.28.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 -> v1.28.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 -> v1.28.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 -> v1.28.0
  • go.opentelemetry.io/otel/metric v1.21.0 -> v1.28.0
  • go.opentelemetry.io/otel/sdk v1.21.0 -> v1.28.0
  • go.opentelemetry.io/otel/sdk/metric v1.21.0 -> v1.28.0
  • go.opentelemetry.io/otel/trace v1.21.0 -> v1.28.0
  • go.opentelemetry.io/proto/otlp v1.0.0 -> v1.3.1
  • google.golang.org/genproto/googleapis/api ef581f9 -> f6361c8
  • google.golang.org/genproto/googleapis/rpc ef581f9 -> f6361c8

Previous release can be found at v0.17.2

v0.17.3

Compare Source

Welcome to the v0.17.3 release of buildkit!

Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.

Notable Changes
  • Fix issue where builds from older versions of clients/frontends could result in missing "no-cache" behavior or original Dockerfile commands could be missing in progress output. This was a regression in v0.17.2 release. #​5563
  • Improve performance of booting BuildKit with many local cache records (regression v0.16.0+) #​5550
Dependency Changes

This release has no dependency changes

Previous release can be found at v0.17.2

v0.17.2

Compare Source

Welcome to the v0.17.2 release of buildkit!

Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.

Contributors
  • CrazyMax
  • Jonathan A. Sternberg
  • Tõnis Tiigi
Notable Changes
  • Ensure llb digests are deterministic when sent by frontends to avoid issues with different protobuf serializations #​5517
  • Fix long-running streams regression in gRPC module #​5530
Dependency Changes
  • google.golang.org/grpc v1.66.2 -> v1.66.3

Previous release can be found at v0.17.1

v0.17.1

Compare Source

Welcome to the v0.17.1 release of buildkit!

Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.

Notable changes
  • Builtin Dockerfile frontend has been updated to v1.11.1 changelog

Previous release can be found at v0.17.0


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/releases branch from a7cb672 to 3c3f31d Compare November 13, 2023 10:08
@renovate renovate bot changed the title chore: update dependency moby/buildkit to v0.12.3 chore: update dependency moby/buildkit to v0.12.3 - autoclosed Nov 13, 2023
@renovate renovate bot closed this Nov 13, 2023
@renovate renovate bot deleted the renovate/releases branch November 13, 2023 13:09
@renovate renovate bot changed the title chore: update dependency moby/buildkit to v0.12.3 - autoclosed chore: update dependency moby/buildkit to v0.12.3 Nov 17, 2023
@renovate renovate bot reopened this Nov 17, 2023
@renovate renovate bot restored the renovate/releases branch November 17, 2023 02:41
@renovate renovate bot changed the title chore: update dependency moby/buildkit to v0.12.3 chore: update dependency docker/buildx to v0.12.0 Nov 19, 2023
@renovate renovate bot force-pushed the renovate/releases branch from 3c3f31d to b2a3ac9 Compare November 19, 2023 11:15
@renovate renovate bot changed the title chore: update dependency docker/buildx to v0.12.0 chore: update dependency docker/buildx to v0.12.0 - autoclosed Nov 23, 2023
@renovate renovate bot closed this Nov 23, 2023
@renovate renovate bot deleted the renovate/releases branch November 23, 2023 12:51
@renovate renovate bot changed the title chore: update dependency docker/buildx to v0.12.0 - autoclosed chore: update dependency docker/buildx to v0.12.0 Nov 30, 2023
@renovate renovate bot reopened this Nov 30, 2023
@renovate renovate bot restored the renovate/releases branch November 30, 2023 05:45
@renovate renovate bot changed the title chore: update dependency docker/buildx to v0.12.0 chore: update dependency google/go-containerregistry to v0.17.0 Dec 1, 2023
@renovate renovate bot force-pushed the renovate/releases branch from b2a3ac9 to eccd36e Compare December 1, 2023 05:56
@renovate renovate bot changed the title chore: update dependency google/go-containerregistry to v0.17.0 chore: update releases Dec 2, 2023
@renovate renovate bot force-pushed the renovate/releases branch from eccd36e to e80dfec Compare December 2, 2023 17:53
@renovate renovate bot force-pushed the renovate/releases branch from e80dfec to 3008755 Compare December 26, 2023 09:17
@renovate renovate bot force-pushed the renovate/releases branch 2 times, most recently from 122f3c6 to 7a03aca Compare January 17, 2024 23:34
@renovate renovate bot force-pushed the renovate/releases branch 2 times, most recently from c03565d to 77d0804 Compare February 1, 2024 02:59
@renovate renovate bot changed the title chore: update releases chore: update releases - autoclosed Feb 2, 2024
@renovate renovate bot closed this Feb 2, 2024
@renovate renovate bot deleted the renovate/releases branch February 2, 2024 10:56
@renovate renovate bot restored the renovate/releases branch February 9, 2024 04:59
@renovate renovate bot changed the title chore: update releases - autoclosed chore: update releases Feb 9, 2024
@renovate renovate bot reopened this Feb 9, 2024
@renovate renovate bot force-pushed the renovate/releases branch 5 times, most recently from bb640da to ae5c9e5 Compare November 15, 2024 08:37
@renovate renovate bot force-pushed the renovate/releases branch 4 times, most recently from cda4341 to bcf1791 Compare November 22, 2024 06:00
@renovate renovate bot force-pushed the renovate/releases branch 4 times, most recently from e66d658 to 2b5ae81 Compare November 28, 2024 17:58
@renovate renovate bot force-pushed the renovate/releases branch 4 times, most recently from 9458f59 to f28f29e Compare December 8, 2024 08:25
@renovate renovate bot force-pushed the renovate/releases branch 3 times, most recently from 9b71427 to 9e698a3 Compare December 14, 2024 02:20
@renovate renovate bot force-pushed the renovate/releases branch 4 times, most recently from 23943f8 to 246614c Compare December 28, 2024 05:41
@renovate renovate bot force-pushed the renovate/releases branch 3 times, most recently from 5d8fb57 to f77cc4a Compare January 7, 2025 03:00
@renovate renovate bot force-pushed the renovate/releases branch from f77cc4a to be30b1a Compare January 9, 2025 23:39
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/releases branch from be30b1a to 5cb4de8 Compare January 11, 2025 15:31
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