From a29241d27ed8f8cefa774a24b9ae6fadf2ec0ab9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 17:19:05 +0000 Subject: [PATCH] chore(deps): update dependency cloudfoundry/cli to v8.8.2 --- 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..5e87b993 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.2" # 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..e2a31aca 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.2" # 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..91e811c4 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.2" # 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..5e7ae5fd 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.2" # 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"