chore(deps): update dependency concourse/concourse to v7.14.2 - autoclosed #469
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.12.1->7.14.2Release Notes
concourse/concourse (concourse/concourse)
v7.14.2Compare Source
🛠️ Changes
📦 Bundled Resource Types
v7.14.1Compare Source
🛠️ Changes
guardianruntime for users of theconcourse/concourseimage @taylorsilva #9257gitdriver @taylorsilva concourse/semver-resource@13de59c📦 Bundled Resource Types
Full Changelog: concourse/concourse@v7.14.0...v7.14.1
v7.14.0Compare Source
What's Changed
🦾 Official ARM Build
This is the first release that includes an ARM version of
concourseandfly(Linux and macOS). The ARM version ofconcourseonly supports the containerd runtime (See garden/#378).🐙 Wolfi-based Images
The
concourse/concoursecontainer image and all base resource-types now use Wolfi as their base image. This was done to support building the ARM version of Concourse.var_sourceby @dbaumgarten in #9035/download-flypage for downloading the fly cli by @taylorsilva in #9240🐞 Bug Fixes
🛠️ Misc. Changes
New Contributors
📦 Bundled Resource Types
Full Changelog: concourse/concourse@v7.13.2...v7.14.0
v7.13.2Compare Source
🛠️ Changes
📦 Bundled resource types
v7.13.1Compare Source
📦 Bundled resource types
This release only updates the bundled resource-types, specifically the
s3andregistry-imageresources. Both resources had bugs related to their upgrade to v2 of the AWS Go SDK.v7.13.0Compare Source
🚨 Breaking Changes
CONCOURSE_POSTGRES_BINARY_PARAMETERSflag (#9068) @taylorsilva 🔗CONCOURSE_POSTGRES_BINARY_PARAMETERSflag. This was alib/pqspecific flag. We are now using Pgx as our Postgresql driver, therefore this flag is no longer relevant. If you are using PgBouncer we recommend being on the latest version (v1.24.0) which now supports prepared statements by default, though any version >1.21.0 may also work. This flag has been removed from both the Helm chart and Bosh release.Building with Go 1.24.0 (#9074) @taylorsilva 🔗
go-concourse:connection client prints response body to the end user (#9011) @aliculPix4D 🔗
improve the error message given to the end user when setting the pipeline (#9012) @aliculPix4D 🔗
Log policy checker error messages (#9013) @aliculPix4D 🔗
Introduce privileged-mode (#9017) @A1kmm 🔗
--containerd-privileged-mode/CONCOURSE_CONTAINERD_PRIVILEGED_MODEoption to the worker, which acceptsfull(default, original behaviour),fuse-only(privileged: true tasks can use tools like buildah and podman, but can't escape if user namespaces are used to run the worker),ignore(privileged: true tasks have no extra access compared to privileged: false tasks)pgx Migration (Removing lib/pq) (#9066) @taylorsilva 🔗
atc: exec: ignore task input/output paths that reference parent directories (#9078) @taylorsilva 🔗
../) will be treated as relative paths and no parent directory traversal will occur.worker runtime: concurrent process killing (#9084) @analytically 🔗
worker runtime: make container deletion more robust (#9090) @taylorsilva 🔗
/etc/hostfileMount /sys/fs/cgroup as cgroup2 type if supported (#9094) @mariash 🔗
/sys/fs/cgroupas cgroup2 type if supported. Requires Garden v1.67.0 or greaterfly: improve performance of fly watch (#9097) @analytically 🔗
Add
--teamflag toclear-resource-cachecommand (#9106) @IvanChalukov 🔗Add
--teamflag tocontainerscommand (#9107) @IvanChalukov 🔗--teamflag to fly commandcontainers. Use:Support custom pipeline background image styling (#9117) @analytically 🔗
background_filteroption for pipeline background images which takes in string of CSS filters. Defaults to the current filtersopacity(30%) grayscale(100%)runtime: Seccomp update (#9173) @taylorsilva 🔗
CF API v3 is now supported by our fork of Dex which will ensure CF Auth does not break when the CF v2 API is officially gone. Work done by @Kump3r @IvanChalukov in concourse/dex#148
Add support for Strict-Transport-Security header (#9076) @taylorsilva 🔗
CONCOURSE_STRICT_TRANSPORT_SECURITYto the web command which allows an operator to set the Strict-Transport-Security headerAdd ESC key shortcut to hide keyboard help (#9111) @analytically 🔗
🐞 Bug Fixes
make sure to drop item from secret cache after default duration if calculated duration is equal or less than 0 (#9049) @carlo-blohm 🔗
8529/fix chrome login (#9051) @taylorsilva 🔗
flyusing a Chormium browserProperly close process IO (#9061) @taylorsilva 🔗
fix the policy-checker-handler logger session name (#9081) @aliculPix4D 🔗
Fix bug in maxValidFromFile using hardcoded path (#9082) @analytically 🔗
Use github.com/google/uuid to generate UUIDv4 (#9083) @taylorsilva 🔗
atc: Various small fixes (#9092) @taylorsilva 🔗
Tracker.IterateInterpolatedCredsSequenceGeneratorusing atomic typesCI: only run baggageclaimcmd test on linux (#9093) @taylorsilva 🔗
Gracefully recover from containerd TaskNotFound errors (#9100) @taylorsilva 🔗
task retrieval: no running task founderrorsFix
--teamflag inorder-pipelinescommand (#9102) @IvanChalukov 🔗order-pipelinescommand with--teamOptionweb: avoid duplicate in-memory checks (#9103) @taylorsilva 🔗
Fix: Preserve existing browser session during
fly login(#9109) @IvanChalukov 🔗Fix fish shell completion generation (#9113) @analytically 🔗
🤷 Miscellaneous
fix(deps): update all dependencies (#8985) @renovate 🔗
fix(deps): update javasript (#8996) @renovate 🔗
Correct policy-checker test suite names (#9009) @aliculPix4D 🔗
Split go-concourse client tests (#9010) @aliculPix4D 🔗
merging main back into master (#9022) @taylorsilva 🔗
Revert "bump go dependencies" (#9024) @taylorsilva 🔗
fix: topgun k8s container limits test supports cgroups v1 and v2 (#9028) @Spimtav 🔗
Rebase master onto release 7.12.x (#9037) @drich10 🔗
fix(deps): update all dependencies (#9038) @drich10 🔗
fix(deps): update module golang.org/x/crypto to v0.31.0 [security] (#9039) @renovate 🔗
Rebase master 7.12 (#9040) @drich10 🔗
Update renovate config (#9043) @drich10 🔗
Disable garden renovate update (#9044) @drich10 🔗
fix(deps): update all dependencies (#9045) @renovate 🔗
Bump Dex and other dependencies (#9059) @taylorsilva 🔗
Run svgo -r against all SVG's. (#9069) @analytically 🔗
Update gzhttp library (#9070) @analytically 🔗
Fix double locking in volume promise (#9071) @analytically 🔗
Use filepath.Walkdir (#9072) @analytically 🔗
filepath.WalkDir()to traverse directoriesbaggageclaim: Fix StreamIn dir handling and response body leak (#9077) @analytically 🔗
Only pass PrivilegedMode to baggageclaim for linux workers (#9079) @taylorsilva 🔗
Update module github.com/go-jose/go-jose/v3 to v3.0.4 [SECURITY] (#9087) @renovate 🔗
Replace min/max helpers with built-in min/max (#9089) @Juneezee 🔗
web: Small refactors (#9096) @analytically 🔗
GetPendingBuilds()web: Update frontend graphics dependencies (#9098) @analytically 🔗
worker: split linux and non-linux features (#9101) @taylorsilva 🔗
worker: fix baggageclaim tests on windows (#9104) @taylorsilva 🔗
feat: increase footer hide delay from 4 to 8 seconds (#9108) @analytically 🔗
chore: modernize Go code (#9110) @analytically 🔗
Use math/rand/v2 (#9114) @analytically 🔗
Improve lock handling in NotificationsBus (#9115) @analytically 🔗
Remove 'set_pipeline' experimental warnings (#9121) @analytically 🔗
set_pipelinestepRemove unused 'visited' field from varsTracker struct (#9126) @analytically 🔗
fix(deps): update module github.com/containerd/containerd to v1.7.27 [security] (#9135) @renovate 🔗
Pre release deps update (#9149) @taylorsilva 🔗
Update yarn from v1 to v4 (#9150) @taylorsilva 🔗
update golang-jwt and other deps (#9156) @taylorsilva 🔗
bump pgx to latest patch (#9164) @taylorsilva 🔗
Re-add the original Concourse MDI icon to mdi-svg.min.js after the upgrade to 7.4.47 removed it. (#9171) @analytically 🔗
📦 Bundled resource types
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 is behind base branch, 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.