File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## 2.27.1 - Unreleased
9+
10+ ### Changed
11+
12+ - Updated to [ cf7 cli v7.7.10] ( https://github.com/cloudfoundry/cli/releases/tag/v7.7.10 )
13+ - Updated to [ cf7 cli v8.7.10] ( https://github.com/cloudfoundry/cli/releases/tag/v8.7.10 )
14+
15+ ### Packaged Dependencies
16+
17+ | Dependency | Version |
18+ | ---------- | :----------------------------------------------------------------: |
19+ | cf cli | [ 6.53.0] ( https://github.com/cloudfoundry/cli/releases/tag/v6.53.0 ) |
20+ | cf7 cli | [ 7.7.10] ( https://github.com/cloudfoundry/cli/releases/tag/v7.7.10 ) |
21+ | cf8 cli | [ 8.7.10] ( https://github.com/cloudfoundry/cli/releases/tag/v8.7.10 ) |
22+
823## 2.27.0 - 2023-05-29
924
1025### Added
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ RUN mkdir -p /opt/cf-cli-${CF_CLI_6_VERSION} \
1919 | tar -zxC /opt/cf-cli-${CF_CLI_6_VERSION} \
2020 && ln -s /opt/cf-cli-${CF_CLI_6_VERSION}/cf /usr/local/bin
2121
22- ARG CF_CLI_7_VERSION=7.6.0
22+ ARG CF_CLI_7_VERSION=7.7.10
2323RUN mkdir -p /opt/cf-cli-${CF_CLI_7_VERSION} \
2424 && curl -SL "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=${CF_CLI_7_VERSION}" \
2525 | tar -zxC /opt/cf-cli-${CF_CLI_7_VERSION} \
2626 && ln -s /opt/cf-cli-${CF_CLI_7_VERSION}/cf7 /usr/local/bin
2727
28- ARG CF_CLI_8_VERSION=8.6.1
28+ ARG CF_CLI_8_VERSION=8.7.10
2929RUN mkdir -p /opt/cf-cli-${CF_CLI_8_VERSION} \
3030 && curl -SL "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=${CF_CLI_8_VERSION}" \
3131 | tar -zxC /opt/cf-cli-${CF_CLI_8_VERSION} \
You can’t perform that action at this time.
0 commit comments