Predrag Janosevic
Predrag Janosevic
**Description** This PR reworks exoscale provider to use new [exoscale API v2](https://openapi-v2.exoscale.com/#endpoint-dns). Guide updated and tested. **Checklist** - [x] Unit tests updated - [x] End user documentation updated
This PR implements a `--reverse-dns` flag to `compute instance` and `compute elastic-ip` commands. Note: to delete a Reverse DNS entry, run update command with `--reverse-dns ""`. ``` $ go run...
Added reverse DNS methods for Instance and Elastic IP.
Implements database migration stop calls for databases supporting it: Redis, PostgreSQL, MySQL.
# Description Fixes panic due to incorrectly handled return values. ## Checklist (For exoscale contributors) * [x] Changelog updated (under *Unreleased* block) * [ ] Acceptance tests OK * [...
# Description This PR basically renames `affinity-group` to `anti-affinity-group` in `instance_pool` resource & data source to be consistent with other resources. However to keep the backward compatibility `affinity-group` is just...
# Description This PR rebuilds the connection URI by fetching password from a dedicated database service endpoint (for services that support credentials in URI). ## Checklist (For exoscale contributors) *...
# Description Batch objects delete API method from `aws-sdk-go-v2` will not return error as second argument if individual objects failed to be deleted. Instead it will return both list of...
# Description - egoscale v3.1.28; - SKS fixes for Addon type change. ## Checklist (For exoscale contributors) * [x] Changelog updated (under *Unreleased* block) * [ ] Acceptance tests OK...