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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ src/gopkg.in
.final_builds
dev_releases
ci/vars*.*
ci/*develop*
**/.terraform/*

# .tfstate files
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

All releases of the BOSH CPI for Alibaba Cloud will be documented in this file.

## 24.0.0 (Unreleased)
## 24.0.0 (July 25, 2019)

IMPROVEMENTS

- change to official master and final release version ([#90](https://github.com/cloudfoundry-incubator/bosh-alicloud-cpi-release/pull/90))
- Add retry strategy for delete vm when ChangeInstanceStatus ([#89](https://github.com/cloudfoundry-incubator/bosh-alicloud-cpi-release/pull/89))
- Fix CI failed bug and improve the pipeline ([#88](https://github.com/cloudfoundry-incubator/bosh-alicloud-cpi-release/pull/88))
- Remove the useless input in the ci/task/pub-environment ([#87](https://github.com/cloudfoundry-incubator/bosh-alicloud-cpi-release/pull/87))
Expand Down
2 changes: 1 addition & 1 deletion ci/configure
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fly -t stemcell sp -p bosh-alicloud-cpi \
-c pipeline.yml \
--load-vars-from=vars-pipeline-develop.yaml
--load-vars-from=vars-pipeline.yaml
Loading