Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All releases of the BOSH CPI for Alibaba Cloud will be documented in this file.

IMPROVEMENTS

- use light stemcell to test bats and e2e; change downloading cli ways ([#92](https://github.com/cloudfoundry-incubator/bosh-alicloud-cpi-release/pull/92))
- use light stemcell to test bats and e2e; change downloading cli ways ([#91](https://github.com/cloudfoundry-incubator/bosh-alicloud-cpi-release/pull/91))

## 24.0.0 (July 25, 2019)

Expand Down
2 changes: 1 addition & 1 deletion ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ resources:
- name: ubuntu-xenial-light-stemcell
type: s3
source:
regexp: light-bosh-stemcell-(\d+\.\d+\.\d+)-alicloud-kvm-ubuntu-xenial-go_agent.tgz
regexp: light-bosh-stemcell-(\d+\.\d+)-alicloud-kvm-ubuntu-xenial-go_agent.tgz
bucket: {{bosh_light_stemcell_bucket}}
region: {{bosh_light_stemcell_region}}
access_key_id: {{bosh_light_stemcell_access_key}}
Expand Down