All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add
akash_providers
datasource
akash_deployment
outputservices
now has a new structure and more information regarding replicas
- Bug where the provider was crashing when no filters were provided in
provider_filters
- Integration with Praetor's API through custom caching service
- Start using Akash's type definitions
- Tracing enabled on deployment creation
- Add support to mainnet-4
- Bug where deployments did not close when no bids were made
- Transaction memo stating the Terraform provider was used and which version
- Bug where destroying deployments did not really close them
- Owner not being set in Go client for bid listing
- Issue on temporary folder on some OS
- Replaced HTTP API call for deployments with CLI
- Introduce provider filters with
enforce
andproviders
filters
- Make temporary deployment file location cross-platform
net
field in provider configuration had wrong default value- Bug where cheapest bids were not being selected
- Issue where gas adjustment was not enough on deployment update
- More unit tests
- Implemented several string utilities including
CointainsAny
andFindAll
functions