-
Notifications
You must be signed in to change notification settings - Fork 7
deps: update dependency anchore/syft to v1.40.0 #126
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
base: main
Are you sure you want to change the base?
Conversation
fc145da to
1ff175a
Compare
|
Please check the build process changes in Click here to see the diffcommit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <[email protected]>
Date: Mon Aug 11 16:38:33 2025 +0300
chore: update GoReleaser configurations (#4128)
Signed-off-by: Emmanuel Ferdman <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
archives:
- id: linux-archives
- builds: [linux-build]
+ ids: [linux-build]
- id: darwin-archives
- builds: [darwin-build]
+ ids: [darwin-build]
- id: windows-archives
- format: zip
- builds: [windows-build]
+ formats:
+ - zip
+ ids: [windows-build]
nfpms:
- license: "Apache 2.0" |
ce40edb to
e5f5321
Compare
|
Please check the build process changes in Click here to see the diffcommit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <[email protected]>
Date: Mon Aug 11 16:38:33 2025 +0300
chore: update GoReleaser configurations (#4128)
Signed-off-by: Emmanuel Ferdman <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
archives:
- id: linux-archives
- builds: [linux-build]
+ ids: [linux-build]
- id: darwin-archives
- builds: [darwin-build]
+ ids: [darwin-build]
- id: windows-archives
- format: zip
- builds: [windows-build]
+ formats:
+ - zip
+ ids: [windows-build]
nfpms:
- license: "Apache 2.0" |
e5f5321 to
e77f0d8
Compare
|
Please check the build process changes in Click here to see the diffcommit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <[email protected]>
Date: Mon Aug 11 16:38:33 2025 +0300
chore: update GoReleaser configurations (#4128)
Signed-off-by: Emmanuel Ferdman <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
archives:
- id: linux-archives
- builds: [linux-build]
+ ids: [linux-build]
- id: darwin-archives
- builds: [darwin-build]
+ ids: [darwin-build]
- id: windows-archives
- format: zip
- builds: [windows-build]
+ formats:
+ - zip
+ ids: [windows-build]
nfpms:
- license: "Apache 2.0" |
e77f0d8 to
b67b00c
Compare
|
Please check the build process changes in Click here to see the diffcommit e9a8bc5ab97f94b7f9210d7a0f4a981cdbb22232
Author: Christopher Angelo Phillips <[email protected]>
Date: Wed Oct 15 11:12:20 2025 -0400
chore: update to use old configuration on new cosign (#4287)
Signed-off-by: Christopher Phillips <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index bb278f1a..eaf89dfc 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -337,6 +337,7 @@ signs:
certificate: "${artifact}.pem"
args:
- "sign-blob"
+ - "--use-signing-config=false"
- "--oidc-issuer=https://token.actions.githubusercontent.com"
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
commit 21d50d7c31fa3d5d8940c091ed0444748b5219e6
Author: Saleem Abdulrasool <[email protected]>
Date: Wed Sep 24 12:29:03 2025 -0700
feat: add ARM64 Windows build target (#4237)
Signed-off-by: Saleem Abdulrasool <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 957aca6c..bb278f1a 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -42,7 +42,7 @@ builds:
dir: ./cmd/syft
binary: syft
goos: [windows]
- goarch: [amd64]
+ goarch: [amd64, arm64]
mod_timestamp: *build-timestamp
ldflags: *build-ldflags
commit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <[email protected]>
Date: Mon Aug 11 16:38:33 2025 +0300
chore: update GoReleaser configurations (#4128)
Signed-off-by: Emmanuel Ferdman <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
archives:
- id: linux-archives
- builds: [linux-build]
+ ids: [linux-build]
- id: darwin-archives
- builds: [darwin-build]
+ ids: [darwin-build]
- id: windows-archives
- format: zip
- builds: [windows-build]
+ formats:
+ - zip
+ ids: [windows-build]
nfpms:
- license: "Apache 2.0" |
b67b00c to
80120be
Compare
|
Please check the build process changes in Click here to see the diffcommit e9a8bc5ab97f94b7f9210d7a0f4a981cdbb22232
Author: Christopher Angelo Phillips <[email protected]>
Date: Wed Oct 15 11:12:20 2025 -0400
chore: update to use old configuration on new cosign (#4287)
Signed-off-by: Christopher Phillips <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index bb278f1a..eaf89dfc 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -337,6 +337,7 @@ signs:
certificate: "${artifact}.pem"
args:
- "sign-blob"
+ - "--use-signing-config=false"
- "--oidc-issuer=https://token.actions.githubusercontent.com"
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
commit 21d50d7c31fa3d5d8940c091ed0444748b5219e6
Author: Saleem Abdulrasool <[email protected]>
Date: Wed Sep 24 12:29:03 2025 -0700
feat: add ARM64 Windows build target (#4237)
Signed-off-by: Saleem Abdulrasool <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 957aca6c..bb278f1a 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -42,7 +42,7 @@ builds:
dir: ./cmd/syft
binary: syft
goos: [windows]
- goarch: [amd64]
+ goarch: [amd64, arm64]
mod_timestamp: *build-timestamp
ldflags: *build-ldflags
commit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <[email protected]>
Date: Mon Aug 11 16:38:33 2025 +0300
chore: update GoReleaser configurations (#4128)
Signed-off-by: Emmanuel Ferdman <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
archives:
- id: linux-archives
- builds: [linux-build]
+ ids: [linux-build]
- id: darwin-archives
- builds: [darwin-build]
+ ids: [darwin-build]
- id: windows-archives
- format: zip
- builds: [windows-build]
+ formats:
+ - zip
+ ids: [windows-build]
nfpms:
- license: "Apache 2.0" |
80120be to
bfd011f
Compare
|
Please check the build process changes in Click here to see the diffcommit e9a8bc5ab97f94b7f9210d7a0f4a981cdbb22232
Author: Christopher Angelo Phillips <[email protected]>
Date: Wed Oct 15 11:12:20 2025 -0400
chore: update to use old configuration on new cosign (#4287)
Signed-off-by: Christopher Phillips <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index bb278f1a..eaf89dfc 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -337,6 +337,7 @@ signs:
certificate: "${artifact}.pem"
args:
- "sign-blob"
+ - "--use-signing-config=false"
- "--oidc-issuer=https://token.actions.githubusercontent.com"
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
commit 21d50d7c31fa3d5d8940c091ed0444748b5219e6
Author: Saleem Abdulrasool <[email protected]>
Date: Wed Sep 24 12:29:03 2025 -0700
feat: add ARM64 Windows build target (#4237)
Signed-off-by: Saleem Abdulrasool <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 957aca6c..bb278f1a 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -42,7 +42,7 @@ builds:
dir: ./cmd/syft
binary: syft
goos: [windows]
- goarch: [amd64]
+ goarch: [amd64, arm64]
mod_timestamp: *build-timestamp
ldflags: *build-ldflags
commit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <[email protected]>
Date: Mon Aug 11 16:38:33 2025 +0300
chore: update GoReleaser configurations (#4128)
Signed-off-by: Emmanuel Ferdman <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
archives:
- id: linux-archives
- builds: [linux-build]
+ ids: [linux-build]
- id: darwin-archives
- builds: [darwin-build]
+ ids: [darwin-build]
- id: windows-archives
- format: zip
- builds: [windows-build]
+ formats:
+ - zip
+ ids: [windows-build]
nfpms:
- license: "Apache 2.0" |
bfd011f to
eca0194
Compare
|
Please check the build process changes in Click here to see the diffcommit e9a8bc5ab97f94b7f9210d7a0f4a981cdbb22232
Author: Christopher Angelo Phillips <[email protected]>
Date: Wed Oct 15 11:12:20 2025 -0400
chore: update to use old configuration on new cosign (#4287)
Signed-off-by: Christopher Phillips <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index bb278f1a..eaf89dfc 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -337,6 +337,7 @@ signs:
certificate: "${artifact}.pem"
args:
- "sign-blob"
+ - "--use-signing-config=false"
- "--oidc-issuer=https://token.actions.githubusercontent.com"
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
commit 21d50d7c31fa3d5d8940c091ed0444748b5219e6
Author: Saleem Abdulrasool <[email protected]>
Date: Wed Sep 24 12:29:03 2025 -0700
feat: add ARM64 Windows build target (#4237)
Signed-off-by: Saleem Abdulrasool <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 957aca6c..bb278f1a 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -42,7 +42,7 @@ builds:
dir: ./cmd/syft
binary: syft
goos: [windows]
- goarch: [amd64]
+ goarch: [amd64, arm64]
mod_timestamp: *build-timestamp
ldflags: *build-ldflags
commit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <[email protected]>
Date: Mon Aug 11 16:38:33 2025 +0300
chore: update GoReleaser configurations (#4128)
Signed-off-by: Emmanuel Ferdman <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
archives:
- id: linux-archives
- builds: [linux-build]
+ ids: [linux-build]
- id: darwin-archives
- builds: [darwin-build]
+ ids: [darwin-build]
- id: windows-archives
- format: zip
- builds: [windows-build]
+ formats:
+ - zip
+ ids: [windows-build]
nfpms:
- license: "Apache 2.0" |
eca0194 to
9152f44
Compare
|
Please check the build process changes in Click here to see the diffcommit e9a8bc5ab97f94b7f9210d7a0f4a981cdbb22232
Author: Christopher Angelo Phillips <[email protected]>
Date: Wed Oct 15 11:12:20 2025 -0400
chore: update to use old configuration on new cosign (#4287)
Signed-off-by: Christopher Phillips <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index bb278f1a..eaf89dfc 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -337,6 +337,7 @@ signs:
certificate: "${artifact}.pem"
args:
- "sign-blob"
+ - "--use-signing-config=false"
- "--oidc-issuer=https://token.actions.githubusercontent.com"
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
commit 21d50d7c31fa3d5d8940c091ed0444748b5219e6
Author: Saleem Abdulrasool <[email protected]>
Date: Wed Sep 24 12:29:03 2025 -0700
feat: add ARM64 Windows build target (#4237)
Signed-off-by: Saleem Abdulrasool <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 957aca6c..bb278f1a 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -42,7 +42,7 @@ builds:
dir: ./cmd/syft
binary: syft
goos: [windows]
- goarch: [amd64]
+ goarch: [amd64, arm64]
mod_timestamp: *build-timestamp
ldflags: *build-ldflags
commit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <[email protected]>
Date: Mon Aug 11 16:38:33 2025 +0300
chore: update GoReleaser configurations (#4128)
Signed-off-by: Emmanuel Ferdman <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
archives:
- id: linux-archives
- builds: [linux-build]
+ ids: [linux-build]
- id: darwin-archives
- builds: [darwin-build]
+ ids: [darwin-build]
- id: windows-archives
- format: zip
- builds: [windows-build]
+ formats:
+ - zip
+ ids: [windows-build]
nfpms:
- license: "Apache 2.0" |
9152f44 to
c2c7959
Compare
|
Please check the build process changes in Click here to see the diffcommit e9a8bc5ab97f94b7f9210d7a0f4a981cdbb22232
Author: Christopher Angelo Phillips <[email protected]>
Date: Wed Oct 15 11:12:20 2025 -0400
chore: update to use old configuration on new cosign (#4287)
Signed-off-by: Christopher Phillips <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index bb278f1a..eaf89dfc 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -337,6 +337,7 @@ signs:
certificate: "${artifact}.pem"
args:
- "sign-blob"
+ - "--use-signing-config=false"
- "--oidc-issuer=https://token.actions.githubusercontent.com"
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
commit 21d50d7c31fa3d5d8940c091ed0444748b5219e6
Author: Saleem Abdulrasool <[email protected]>
Date: Wed Sep 24 12:29:03 2025 -0700
feat: add ARM64 Windows build target (#4237)
Signed-off-by: Saleem Abdulrasool <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 957aca6c..bb278f1a 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -42,7 +42,7 @@ builds:
dir: ./cmd/syft
binary: syft
goos: [windows]
- goarch: [amd64]
+ goarch: [amd64, arm64]
mod_timestamp: *build-timestamp
ldflags: *build-ldflags
commit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <[email protected]>
Date: Mon Aug 11 16:38:33 2025 +0300
chore: update GoReleaser configurations (#4128)
Signed-off-by: Emmanuel Ferdman <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
archives:
- id: linux-archives
- builds: [linux-build]
+ ids: [linux-build]
- id: darwin-archives
- builds: [darwin-build]
+ ids: [darwin-build]
- id: windows-archives
- format: zip
- builds: [windows-build]
+ formats:
+ - zip
+ ids: [windows-build]
nfpms:
- license: "Apache 2.0" |
c2c7959 to
87020ea
Compare
|
Please check the build process changes in Click here to see the diffcommit e9a8bc5ab97f94b7f9210d7a0f4a981cdbb22232
Author: Christopher Angelo Phillips <[email protected]>
Date: Wed Oct 15 11:12:20 2025 -0400
chore: update to use old configuration on new cosign (#4287)
Signed-off-by: Christopher Phillips <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index bb278f1a..eaf89dfc 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -337,6 +337,7 @@ signs:
certificate: "${artifact}.pem"
args:
- "sign-blob"
+ - "--use-signing-config=false"
- "--oidc-issuer=https://token.actions.githubusercontent.com"
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
commit 21d50d7c31fa3d5d8940c091ed0444748b5219e6
Author: Saleem Abdulrasool <[email protected]>
Date: Wed Sep 24 12:29:03 2025 -0700
feat: add ARM64 Windows build target (#4237)
Signed-off-by: Saleem Abdulrasool <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 957aca6c..bb278f1a 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -42,7 +42,7 @@ builds:
dir: ./cmd/syft
binary: syft
goos: [windows]
- goarch: [amd64]
+ goarch: [amd64, arm64]
mod_timestamp: *build-timestamp
ldflags: *build-ldflags
commit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <[email protected]>
Date: Mon Aug 11 16:38:33 2025 +0300
chore: update GoReleaser configurations (#4128)
Signed-off-by: Emmanuel Ferdman <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
archives:
- id: linux-archives
- builds: [linux-build]
+ ids: [linux-build]
- id: darwin-archives
- builds: [darwin-build]
+ ids: [darwin-build]
- id: windows-archives
- format: zip
- builds: [windows-build]
+ formats:
+ - zip
+ ids: [windows-build]
nfpms:
- license: "Apache 2.0" |
87020ea to
c5aa4c1
Compare
|
Please check the build process changes in Click here to see the diffcommit e9a8bc5ab97f94b7f9210d7a0f4a981cdbb22232
Author: Christopher Angelo Phillips <[email protected]>
Date: Wed Oct 15 11:12:20 2025 -0400
chore: update to use old configuration on new cosign (#4287)
Signed-off-by: Christopher Phillips <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index bb278f1a..eaf89dfc 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -337,6 +337,7 @@ signs:
certificate: "${artifact}.pem"
args:
- "sign-blob"
+ - "--use-signing-config=false"
- "--oidc-issuer=https://token.actions.githubusercontent.com"
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
commit 21d50d7c31fa3d5d8940c091ed0444748b5219e6
Author: Saleem Abdulrasool <[email protected]>
Date: Wed Sep 24 12:29:03 2025 -0700
feat: add ARM64 Windows build target (#4237)
Signed-off-by: Saleem Abdulrasool <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 957aca6c..bb278f1a 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -42,7 +42,7 @@ builds:
dir: ./cmd/syft
binary: syft
goos: [windows]
- goarch: [amd64]
+ goarch: [amd64, arm64]
mod_timestamp: *build-timestamp
ldflags: *build-ldflags
commit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <[email protected]>
Date: Mon Aug 11 16:38:33 2025 +0300
chore: update GoReleaser configurations (#4128)
Signed-off-by: Emmanuel Ferdman <[email protected]>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
archives:
- id: linux-archives
- builds: [linux-build]
+ ids: [linux-build]
- id: darwin-archives
- builds: [darwin-build]
+ ids: [darwin-build]
- id: windows-archives
- format: zip
- builds: [windows-build]
+ formats:
+ - zip
+ ids: [windows-build]
nfpms:
- license: "Apache 2.0" |
This PR contains the following updates:
1.29.0→1.40.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
anchore/syft (anchore/syft)
v1.40.0Compare Source
Added Features
Bug Fixes
(Full Changelog)
v1.39.0Compare Source
Added Features
.go.buildinfosections with upx [#4411 #4480 @wagoodman]Bug Fixes
--base-path[#4410 #4478 @wagoodman](Full Changelog)
v1.38.2Compare Source
Bug Fixes
(Full Changelog)
v1.38.0Compare Source
Added Features
Bug Fixes
extrasstatements in Python PDM cataloger [#4352 @wagoodman]idorname(causing CycloneDX parser error) [#4363]Additional Changes
(Full Changelog)
v1.37.0Compare Source
Added Features
Bug Fixes
deinstalledstate should not be in SBOM [#3063 #4231 @rkirk-nos](Full Changelog)
v1.36.0Compare Source
Added Features
Bug Fixes
(Full Changelog)
v1.34.2Compare Source
Bug Fixes
(Full Changelog)
v1.34.1Compare Source
Added Features
Bug Fixes
(Full Changelog)
v1.33.0Compare Source
Added Features
(Full Changelog)
v1.32.0Compare Source
Added Features
Bug Fixes
Additional Changes
(Full Changelog)
v1.31.0Compare Source
Added Features
PackageSupplierin root of SPDX document generated by CLI [#3098 #4131 @spiffcs]Bug Fixes
Bundle-Licensefield of manifest [#3186](Full Changelog)
v1.30.0Compare Source
Added Features
Bug Fixes
(Full Changelog)
v1.29.1Compare Source
Bug Fixes
(Full Changelog)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.