Skip to content

Commit

Permalink
[chore] Update Changelog (#15)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

---------
Co-authored-by: Roi Kramer <[email protected]>
  • Loading branch information
github-actions[bot] authored May 27, 2024
1 parent 1e5c6e9 commit 5a8d354
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

<a name="v0.0.3"></a>
## [v0.0.3](https://github.com/spotinst/terraform-ocean-kubernetes-controller/compare/v0.0.2...v0.0.3) (2024-05-27)
Added:
* Updated controller chart version from `0.1.31` to `0.1.44`

<a name="v0.0.2"></a>
## [v0.0.2](https://github.com/spotinst/terraform-ocean-kubernetes-controller/compare/v0.0.1...v0.0.2) (2024-03-24)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module "kubernetes-controller" {
|------|-------------|------|---------|:--------:|
| <a name="input_base_url"></a> [base\_url](#input\_base\_url) | Specifies the base URL to be used by the HTTP client | `string` | `null` | no |
| <a name="input_ca_bundle_secret_name"></a> [ca\_bundle\_secret\_name](#input\_ca\_bundle\_secret\_name) | Overrides the default secret name for custom CA bundle | `string` | `null` | no |
| <a name="input_chart_version"></a> [chart\_version](#input\_chart\_version) | Specifies the version of the Helm chart to be installed | `string` | `"0.1.31"` | no |
| <a name="input_chart_version"></a> [chart\_version](#input\_chart\_version) | Specifies the version of the Helm chart to be installed | `string` | `"0.1.44"` | no |
| <a name="input_cluster_identifier"></a> [cluster\_identifier](#input\_cluster\_identifier) | Specifies the cluster identifier | `string` | `null` | no |
| <a name="input_config_map_name"></a> [config\_map\_name](#input\_config\_map\_name) | Overrides the default configmap name | `string` | `null` | no |
| <a name="input_controller_image"></a> [controller\_image](#input\_controller\_image) | Specifies the Docker image name for the Ocean Controller that should be deployed | `string` | `null` | no |
Expand Down

0 comments on commit 5a8d354

Please sign in to comment.