From 4364e284bb4e27efb273ab05f0243b4f3bdefb1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 10:37:22 +0000 Subject: [PATCH] chore(deps): update dependency cloudfoundry/cli to v8.8.3 --- bosh-cli-v2-cf-cli/Dockerfile | 2 +- bosh-cli-v2-cf-cli/bosh-cli-v2-cf-cli_spec.rb | 2 +- cf-cli/Dockerfile | 2 +- cf-cli/cf-cli_spec.rb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bosh-cli-v2-cf-cli/Dockerfile b/bosh-cli-v2-cf-cli/Dockerfile index ba224518..4d94fe50 100644 --- a/bosh-cli-v2-cf-cli/Dockerfile +++ b/bosh-cli-v2-cf-cli/Dockerfile @@ -3,7 +3,7 @@ FROM elpaasoci/bosh-cli-v2:latest # we use libc6 instead of libc6-compat as we do not use alpine base image ENV CF_PACKAGES "unzip curl openssl ca-certificates git libc6 bash jq gettext make" # renovate: datasource=github-releases depName=cloudfoundry/cli -ENV CF_CLI_VERSION "8.7.10" +ENV CF_CLI_VERSION "8.8.3" # renovate: datasource=github-releases depName=geofffranks/spruce ENV SPRUCE_VERSION "1.31.1" diff --git a/bosh-cli-v2-cf-cli/bosh-cli-v2-cf-cli_spec.rb b/bosh-cli-v2-cf-cli/bosh-cli-v2-cf-cli_spec.rb index a7dd3411..111379ff 100644 --- a/bosh-cli-v2-cf-cli/bosh-cli-v2-cf-cli_spec.rb +++ b/bosh-cli-v2-cf-cli/bosh-cli-v2-cf-cli_spec.rb @@ -3,7 +3,7 @@ require 'serverspec' BOSH_CLI_VERSION="7.7.1" # renovate: datasource=github-releases depName=cloudfoundry/bosh-cli -CF_CLI_VERSION="8.7.10" # renovate: datasource=github-releases depName=cloudfoundry/cli +CF_CLI_VERSION="8.8.3" # renovate: datasource=github-releases depName=cloudfoundry/cli SPRUCE_BIN = "/usr/local/bin/spruce" SPRUCE_VERSION = "1.31.1" # renovate: datasource=github-releases depName=geofffranks/spruce BOSH_ENV_DEPS = "build-essential zlib1g-dev openssl libxslt1-dev libxml2-dev \ diff --git a/cf-cli/Dockerfile b/cf-cli/Dockerfile index dcf233e1..6b907fc6 100644 --- a/cf-cli/Dockerfile +++ b/cf-cli/Dockerfile @@ -2,7 +2,7 @@ FROM ruby:3.1-alpine3.18 ENV PACKAGES "unzip curl openssl ca-certificates git libc6-compat bash jq gettext make" # renovate: datasource=github-releases depName=cloudfoundry/cli -ENV CF_CLI_VERSION "8.7.10" +ENV CF_CLI_VERSION "8.8.3" # renovate: datasource=github-releases depName=geofffranks/spruce ENV SPRUCE_VERSION "1.31.1" diff --git a/cf-cli/cf-cli_spec.rb b/cf-cli/cf-cli_spec.rb index e6273dc2..feda4309 100644 --- a/cf-cli/cf-cli_spec.rb +++ b/cf-cli/cf-cli_spec.rb @@ -2,7 +2,7 @@ require 'docker' require 'serverspec' -CF_CLI_VERSION="8.7.10" # renovate: datasource=github-releases depName=cloudfoundry/cli +CF_CLI_VERSION="8.8.3" # renovate: datasource=github-releases depName=cloudfoundry/cli SPRUCE_BIN = "/usr/local/bin/spruce" SPRUCE_VERSION = "1.31.1" # renovate: datasource=github-releases depName=geofffranks/spruce RUBY_VERSION = "3.1"