Skip to content

Commit

Permalink
chore: add CHANGELOG.md (#45)
Browse files Browse the repository at this point in the history
Adds `CHANGELOG.md`.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam committed Jan 15, 2025
1 parent d73be61 commit e8b93d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 58 deletions.
58 changes: 1 addition & 57 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [v0.5.0](https://github.com/vmware/terraform-provider-hcx/releases/tag/v0.5.0)

> Release Date: 2025-01-13
> Release Date: 2025-01-15
General:

Expand All @@ -13,59 +13,3 @@ Chores:

- Updated Go to v1.22.7. [#47](https://github.com/vmware/terraform-provider-hcx/pull/47)
- Removes the use of `io/ioutil`. As of Go 1.16, the same functionality is now provided by package `io` or package `os`, and those implementations are preferred. [#48](https://github.com/vmware/terraform-provider-hcx/pull/48)

## [v0.4.3](https://github.com/vmware/terraform-provider-hcx/releases/tag/v0.4.3)

> Release Date: 2024-01-22
## [v0.4.2](https://github.com/vmware/terraform-provider-hcx/releases/tag/v0.4.2)

> Release Date: 2021-07-15
## [v0.4.1](https://github.com/vmware/terraform-provider-hcx/releases/tag/v0.4.1)

> Release Date: 2021-03-10
## [v0.4.0](https://github.com/vmware/terraform-provider-hcx/releases/tag/v0.4.0)

> Release Date: 2021-03-10
## [v0.3.4](https://github.com/vmware/terraform-provider-hcx/releases/tag/v0.3.4)

> Release Date: 2021-01-27
## [v0.3.3](https://github.com/vmware/terraform-provider-hcx/releases/tag/v0.3.3)

> Release Date: 2021-01-25
## [v0.3.2](https://github.com/vmware/terraform-provider-hcx/releases/tag/v0.3.2)

> Release Date: 2021-01-25
## [v0.3.1](https://github.com/vmware/terraform-provider-hcx/releases/tag/v0.3.1)

> Release Date: 2021-01-25
## [v0.3.0](https://github.com/vmware/terraform-provider-hcx/releases/tag/v0.3.0)

> Release Date: 2021-01-20
## [v0.2.9](https://github.com/vmware/terraform-provider-hcx/releases/tag/v0.2.9)

> Release Date: 2021-01-20
## [v0.2.8](https://github.com/vmware/terraform-provider-hcx/releases/tag/v0.2.8)

> Release Date: 2021-01-16
## [v0.2.7](https://github.com/vmware/terraform-provider-hcx/releases/tag/v0.2.7)

> Release Date: 2021-01-11
## [v0.2.5](https://github.com/vmware/terraform-provider-hcx/releases/tag/v0.2.5)

> Release Date: 2020-12-08
## [v0.2.4](https://github.com/vmware/terraform-provider-hcx/releases/tag/v0.2.4)

> Release Date: 2020-11-23
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SPDX-License-Identifier: MPL-2.0

# Terraform Provider for VMware HCX

[![Latest Release](https://img.shields.io/github/v/tag/vmware/terraform-provider-vmc?label=latest%20release&style=for-the-badge)](https://github.com/vmware/terraform-provider-vmc/releases/latest) [![License](https://img.shields.io/github/license/vmware/terraform-provider-vmc.svg?style=for-the-badge)](LICENSE)
[![Latest Release](https://img.shields.io/github/v/tag/vmware/terraform-provider-hcx?label=latest%20release&style=for-the-badge)](https://github.com/vmware/terraform-provider-hcx/releases/latest) [![License](https://img.shields.io/github/license/vmware/terraform-provider-hcx.svg?style=for-the-badge)](LICENSE)

The Terraform Provider for [VMware HCX][product-documentation] is a plugin for Terraform that allows you to interact with VMware HCX.

Expand Down

0 comments on commit e8b93d7

Please sign in to comment.