Skip to content

Commit f5cd994

Browse files
update to cf v6.51.0 and cf7 v7.0.2
1 parent bcc0e00 commit f5cd994

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,20 @@ 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.21.0 - Unreleased
8+
## 2.21.0 - 2020-08-09
99

1010
# Changed
1111

1212
- `enable-service-access` and `disable-service-access` commands now supports the `broker` option, thanks to a PR by [dominikmueller](https://github.com/dominikmueller)
13+
- Updated to [cf cli v6.51.0](https://github.com/cloudfoundry/cli/releases/tag/v6.51.0)
14+
- Updated to [cf7 cli v7.0.2](https://github.com/cloudfoundry/cli/releases/tag/v7.0.2)
1315

1416
### Packaged Dependencies
1517

1618
| Dependency | Version |
1719
| ---------- | :----------------------------------------------------------------: |
18-
| cf cli | [6.49.0](https://github.com/cloudfoundry/cli/releases/tag/v6.49.0) |
19-
| cf7 cli | [7.0.1](https://github.com/cloudfoundry/cli/releases/tag/v7.0.1) |
20+
| cf cli | [6.51.0](https://github.com/cloudfoundry/cli/releases/tag/v6.51.0) |
21+
| cf7 cli | [7.0.2](https://github.com/cloudfoundry/cli/releases/tag/v7.0.2) |
2022
| yq | [3.3.2](https://github.com/mikefarah/yq/releases/tag/3.3.2) |
2123

2224
## 2.20.0 - 2020-07-09

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ ADD itest/ /opt/itest/
77
RUN apk add --no-cache ca-certificates curl bash jq util-linux
88

99
# Install Cloud Foundry cli v6
10-
ADD https://packages.cloudfoundry.org/stable?release=linux64-binary&version=6.49.0 /tmp/cf-cli.tgz
10+
ADD https://packages.cloudfoundry.org/stable?release=linux64-binary&version=6.51.0 /tmp/cf-cli.tgz
1111
RUN mkdir -p /usr/local/bin && \
1212
tar -xf /tmp/cf-cli.tgz -C /usr/local/bin && \
1313
cf --version && \
1414
rm -f /tmp/cf-cli.tgz
1515

1616
# Install Cloud Foundry cli v7
17-
ADD https://packages.cloudfoundry.org/stable?release=linux64-binary&version=7.0.1 /tmp/cf7-cli.tgz
17+
ADD https://packages.cloudfoundry.org/stable?release=linux64-binary&version=7.0.2 /tmp/cf7-cli.tgz
1818
RUN mkdir -p /usr/local/bin /tmp/cf7-cli && \
1919
tar -xf /tmp/cf7-cli.tgz -C /tmp/cf7-cli && \
2020
install /tmp/cf7-cli/cf7 /usr/local/bin/cf7 && \

0 commit comments

Comments
 (0)