cf-deployment-concourse-tasks
cf-deployment-concourse-tasks copied to clipboard
The current dockerfile ships with ruby ~2.7, which is EOL. We should upgrade to the current stable version of ruby, ~3.3.
The CATS tasks allows to provide a [cf-cli input](https://github.com/cloudfoundry/cf-deployment-concourse-tasks/blob/d533685177bad18f3940f6f29fe2a0c551a8b954/run-cats/task.yml#L14-L15). However in the [task itself](https://github.com/cloudfoundry/cf-deployment-concourse-tasks/blob/d533685177bad18f3940f6f29fe2a0c551a8b954/run-cats/task#L6-L10) it expects that CF CLI is provided as binary which the [CF CLI Github release](https://github.com/cloudfoundry/cli/releases/tag/v8.7.10) does...
### What is this change about? Refactors run-cats to not put CATs repo in the GOPATH, which is unnecessary. ### Please provide contextual information. None ### Please check all that...
go1.22 was just released and we should upgrade to it at some point in our images / modules.
Every time the [build-docker-image job](https://concourse.wg-ard.ci.cloudfoundry.org/teams/main/pipelines/cf-deployment-concourse-tasks/jobs/build-docker-image/builds/329) is triggered by a dependency update, the pipeline will push an updated dockerfile to the repo which will actually re-trigger the pipeline again.
Hi Team, I am building cloudfoundry/cf-deployment-concourse-tasks image for both AMD64 and ARM64 platforms and it’s failing on ARM64 due to below dependencies unavailable on arm64. List of dependencies which are...
### What is this change about? The bosh-deploy-with-created-release task did not seem to work with a release tarball. The bash script was looking for a final.yml in the config folder,...
Bumps [hashdiff](https://github.com/liufengyun/hashdiff) from 1.1.0 to 1.1.1. Changelog Sourced from hashdiff's changelog. v1.1.1 2024-08-02 Fix bug in ignore_keys option #88 (@Matzfan) Exclude spec files from gem package #94 (@amatsuda) Commits 1117c26...
### What is this change about? This upgrades the Dockerfile to Debian bookworm. ### Please provide contextual information. The primary reason for the change is to address #191. We need...
### What is this change about? The change involves updating the bbl-up task to dynamically set the load balancer type. This is necessary to prepare for future IPv6 tests, which...