You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
8
-
## 2.XX.X - Unreleased
8
+
## 2.22.0 - Unreleased
9
9
10
10
### Added
11
11
12
-
- Introduced new tests (see `spec` folder) using the [shellspec](https://shellspec.info/) BDD testing framework. The existing home-grown test framework in the `itest` folder has served this project well, but it's time to move
13
-
-`push` command now supports to specify multiple `buildpacks`
12
+
- Introduced new tests (see `spec` folder) using the [shellspec](https://shellspec.info/) BDD testing framework. The existing home-grown test framework in the `itest` folder has served this project well, but it's time to move on to something better. Over the upcoming releases, we'll slowly start converting more of the `itest` tests to the newer `spec` tests.
13
+
-`push` command now supports specifying multiple `buildpacks`, thanks to a PR by [tenjaa](https://github.com/tenjaa). The original `buildpack` option is now deprecated and superceded by `buildpacks`.
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -794,8 +794,8 @@ _NOTE_: A manifest can be used to specify values for required parameters. Any pa
794
794
- `org`: _Optional._ The organization to target (required if not set in the source config)
795
795
- `space`: _Optional._ The space to target (required if not set in the source config)
796
796
- `app_name`: _Required._ The name of the application (_Optional_ if using a `manifest` that specifies the application name)
797
-
- `buildpack`: _Optional._ Custom buildpack by name (e.g. my-buildpack) or Git URL (e.g. 'https://github.com/cloudfoundry/java-buildpack.git') or Git URL with a branch or tag (e.g. 'https://github.com/cloudfoundry/java-buildpack.git#v3.3.0' for 'v3.3.0' tag). To use built-in buildpacks only, specify 'default' or 'null'
798
-
- `buildpacks`: _Optional._ Multiple buildpacks as an array
797
+
- `buildpack`: _Optional._ _Deprecated_, please use `buildpacks` instead.
798
+
- `buildpacks`: _Optional._ List of custom buildpacks by name (e.g. my-buildpack) or Git URL (e.g. 'https://github.com/cloudfoundry/java-buildpack.git') or Git URL with a branch or tag (e.g. 'https://github.com/cloudfoundry/java-buildpack.git#v3.3.0' for 'v3.3.0' tag). To use built-in buildpacks only, specify 'default' or 'null'
799
799
- `disk_quota`: _Optional._ Disk limit (e.g. 256M, 1024M, 1G)
800
800
- `docker_image`: _Optional._ Docker-image to be used (e.g. user/docker-image-name)
801
801
- `docker_username`: _Optional._ This is used as the username to authenticate against a protected docker registry
@@ -833,7 +833,8 @@ _NOTE_: Enable these by specifying `cf_cli_version: 7` in the resource `source`
0 commit comments