Skip to content

Commit 67c65f7

Browse files
update to cf cli v7.7.10 and v8.7.10
1 parent b446e23 commit 67c65f7

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and 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

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2323
RUN 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
2929
RUN 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} \

0 commit comments

Comments
 (0)