Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
chore(release): Bump 1.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0-beta.1 (2021-09-12)

### Features

* **api:** Adding dedicated http client ([4afc0f1](4afc0f1))
* **api:** Adding dedicated http client for deployment resource ([3510e78](3510e78))
* **api:** Adding support for tracking deployment progress ([2064a07](2064a07))
* **api:** Adding support for updating deployments on changes ([05ddf7d](05ddf7d)), closes [#4](#4)
* **test:** Sending out errors & warn list ([1c95906](1c95906))

### Bug Fixes

* **api:** Handling edge cases ([35d1c8e](35d1c8e))
* **api:** Handling empty responses ([e3e01ce](e3e01ce))
* **ci:** Adding priorities to mock responses for failed builds/deployments ([4083e2c](4083e2c))
* **ci:** testing quick fix for CI? ([a1990aa](a1990aa))
* **test:** Fixing the acceptance test helper to accomodate CI ([30b57c3](30b57c3))
  • Loading branch information
release-bot committed Sep 12, 2021
1 parent ae54540 commit 5bb50d5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## 1.0.0-beta.1 (2021-09-12)


### Features

* **api:** Adding dedicated http client ([4afc0f1](https://github.com/tckb/terraform-provider-sapcc/commit/4afc0f13068fd47f746b72b84d22f979405626d7))
* **api:** Adding dedicated http client for deployment resource ([3510e78](https://github.com/tckb/terraform-provider-sapcc/commit/3510e78a7015f9cbedb17503500036392e9474b9))
* **api:** Adding support for tracking deployment progress ([2064a07](https://github.com/tckb/terraform-provider-sapcc/commit/2064a07cf478c0522519e0012609c99524a04664))
* **api:** Adding support for updating deployments on changes ([05ddf7d](https://github.com/tckb/terraform-provider-sapcc/commit/05ddf7df80699ae4c4464d6996772ae5c84f4ef2)), closes [#4](https://github.com/tckb/terraform-provider-sapcc/issues/4)
* **test:** Sending out errors & warn list ([1c95906](https://github.com/tckb/terraform-provider-sapcc/commit/1c959069a473aef4b63d22bc1a04b9367ef82fe8))


### Bug Fixes

* **api:** Handling edge cases ([35d1c8e](https://github.com/tckb/terraform-provider-sapcc/commit/35d1c8e5cbdbb42e3823bab95541820d6e04e838))
* **api:** Handling empty responses ([e3e01ce](https://github.com/tckb/terraform-provider-sapcc/commit/e3e01ceba8a00e7d371ad1f27b20a081671c92e2))
* **ci:** Adding priorities to mock responses for failed builds/deployments ([4083e2c](https://github.com/tckb/terraform-provider-sapcc/commit/4083e2c36d720b7368fcea3d837d4f0419063ec2))
* **ci:** testing quick fix for CI? ([a1990aa](https://github.com/tckb/terraform-provider-sapcc/commit/a1990aa08e778bd047fd9d6def65ba9b8af86511))
* **test:** Fixing the acceptance test helper to accomodate CI ([30b57c3](https://github.com/tckb/terraform-provider-sapcc/commit/30b57c307e3e2879e6c5e07c09907a6bdeb22977))

0 comments on commit 5bb50d5

Please sign in to comment.