Skip to content

Commit

Permalink
release: v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ianaya89 committed May 13, 2024
1 parent 82082e8 commit 55ccbab
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.3](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.2.2...v0.2.3)

### Changed
- Bump go to `1.21` [82082e8](https://github.com/Altinity/terraform-provider-altinitycloud/commit/82082e8).
- Bump github.com/hashicorp/terraform-plugin-go to `0.23.0` [#47](https://github.com/Altinity/terraform-provider-altinitycloud/pull/47).

## [0.2.2](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.2.1...v0.2.2)

### Added
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ sdk:
cd internal/sdk/client && go run github.com/Yamashou/gqlgenc

.PHONY: gen
gen: sdk docs sync
gen: sdk docs

.PHONY: fmt
fmt:
Expand All @@ -111,5 +111,5 @@ help:
@echo "local - Build the provider and set up the local directory for testing. This is useful for local development and testing."
@echo "sdk - Re-sync the SDK client and models. This pulls the latest GraphQL schema and regenerates the client code."
@echo "testacc - Run acceptance tests. These are integration tests that use the Terraform binary to test real infrastructure."
@echo "sync - Fetch and update the current version in the 'example' directory. This syncs the version used in examples with the latest Git tag."
@echo "sync - Fetch and update the current version in the 'example' directory. This syncs the version used in examples with the latest git tag."
@echo "tool - Run Go tools. This is a placeholder for any Go-based tools you might want to run as part of the build."
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ terraform {
altinitycloud = {
source = "altinity/altinitycloud"
# https://github.com/altinity/terraform-provider-altinitycloud/blob/master/CHANGELOG.md
version = "0.2.2"
version = "0.2.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
altinitycloud = {
source = "altinity/altinitycloud"
# https://github.com/altinity/terraform-provider-altinitycloud/blob/master/CHANGELOG.md
version = "%%VERSION%%"
version = "0.2.3"
}
}
}
Expand Down

0 comments on commit 55ccbab

Please sign in to comment.