Vicente Pinto
514e72bd54
Fix example ( #288 )
2024-03-07 09:22:28 +00:00
stackit-pipeline
233a26fea0
fix(deps): update module github.com/hashicorp/terraform-plugin-testing to v1.7.0 ( #285 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2024-03-06 12:17:58 +00:00
stackit-pipeline
85a44d7a6c
fix(deps): update module golang.org/x/mod to v0.16.0 ( #283 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2024-03-05 10:34:27 +00:00
João Palet
f0890f9ddf
Add description for MongoDB Flex instance backup_schedule field ( #282 )
2024-03-04 15:55:07 +00:00
stackit-pipeline
646ce62447
fix(deps): update stackit sdk modules ( #281 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2024-02-29 09:42:37 +00:00
stackit-pipeline
71177d8348
fix(deps): update module github.com/stackitcloud/stackit-sdk-go/core to v0.10.0 ( #280 )
...
* fix(deps): update module github.com/stackitcloud/stackit-sdk-go/core to v0.10.0
* Remove usages of RetryTimeout in tests
---------
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Co-authored-by: João Palet <joao.palet@freiheit.com>
2024-02-28 14:47:24 +00:00
stackit-pipeline
8a31298c9b
fix(deps): update module github.com/hashicorp/terraform-plugin-go to v0.22.0 ( #277 )
...
* fix(deps): update module github.com/hashicorp/terraform-plugin-go to v0.22.0
* Update terraform-plugin-framework
---------
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Co-authored-by: João Palet <joao.palet@freiheit.com>
2024-02-28 14:47:11 +00:00
Vicente Pinto
9d3d888178
Small acc test fixes ( #279 )
2024-02-26 16:01:12 +00:00
Vicente Pinto
d1ceb77081
Return available ske versions in the error message ( #278 )
2024-02-26 09:55:04 +00:00
Jorge Turrado Ferrero
32d176ee86
fix: validates the record conent based on record type ( #267 )
...
* fix: validates the record conent based on record type
Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
* fix typo
Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
* apply feedback
Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
* apply feedback
Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
---------
Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
2024-02-20 15:17:27 +00:00
Henrique Santos
a88688ce93
Deprecate setting for JWKS custom endpoint ( #272 )
...
* Update core
* Deprecate JWKS custom endpoint
---------
Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
2024-02-19 15:22:21 +00:00
João Palet
52b8ea153a
Update GitHub actions ( #268 )
2024-02-15 13:22:24 +00:00
Henrique Santos
3700ad3018
Fix loadbalancer internal models to use TF types ( #264 )
...
* Unexport types
* Modify structs to use TF types, uniformize comments
* Adapt to new models
* Adapt to new models
* Adapt tests
* Bug fixes
* Lint fix
* Fix bugs
* Fix wrong reference
Co-authored-by: Vicente Pinto <vicente.pinto@freiheit.com>
* Rename variable
* Rename variable
* Rename variables
---------
Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
Co-authored-by: Vicente Pinto <vicente.pinto@freiheit.com>
2024-02-15 09:55:56 +00:00
Vicente Pinto
8b74ec2700
Fix load balancer acc tes ( #263 )
2024-02-13 13:40:58 +00:00
Vicente Pinto
7152a7af79
Add example for kubeconfig ( #262 )
2024-02-13 12:02:06 +00:00
stackit-pipeline
28907ba33e
Update module golang.org/x/mod to v0.15.0 ( #254 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2024-02-09 18:28:26 +00:00
Vicente Pinto
d5bd5fa402
Get credentials in cluster read and add default to kubeconfig expiration ( #259 )
...
* Get credentials in cluster read and add default to expiration
* Fix docs
* Fix docs
* Update warning
2024-02-09 16:59:00 +00:00
Vicente Pinto
e9b2d7aa91
Remove UseStateForUnknown for kubeconfig field in ske cluster ( #258 )
...
* Remove UseStateForUnknown
* Fix acc test
2024-02-09 11:59:34 +00:00
Vicente Pinto
bde1fc55e4
Deprecate kubeconfig field and add stackit_ske_kubeconfig resource ( #256 )
...
* Implement kubeconfig resource
* Update acc test, skip get credentials
* Update acc test
* Add warning on Create
* Add option to refresh
* Fix lint
* Add comment, generate docs
* Update stackit/internal/services/ske/cluster/resource.go
Co-authored-by: João Palet <joao.palet@outlook.com>
* Update stackit/internal/services/ske/kubeconfig/resource.go
Co-authored-by: João Palet <joao.palet@outlook.com>
* Changes after review
* Fix schema
* Gen docs
* Rename
* Credentials handling in datasource, update acc test
* Fix datasource
* Update descriptions
---------
Co-authored-by: João Palet <joao.palet@outlook.com>
2024-02-09 10:17:04 +00:00
Mouhsen Ibrahim
91b2c42a19
Add support to ServerNameIndicators for load balancers ( #251 )
...
* Add support to ServerNameIndicators for load balancers
* Change argument type to a pointer
* Replace custom struct with TF struct
* Fix names for server_name_indicators fields
* Add Optional
---------
Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
Co-authored-by: vicentepinto98 <vicente.pinto@freiheit.com>
2024-02-08 15:01:16 +00:00
João Palet
d8734270f5
Add new resource and datasource for Load Balancer credentials ( #255 )
...
* Implement and test credential resource and data source
* Fix descriptions in load balancer instance schema
* Extend acceptance tests
* Add acceptance test requirements to README
* Generate updated docs
* Fix linter issues
* Add examples and update docs
* Fix examples
* Improvements from review
* Remove credential data source
2024-02-08 12:49:05 +01:00
stackit-pipeline
996b4fbf20
Update STACKIT SDK modules ( #248 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2024-02-07 17:28:41 +00:00
Henrique Santos
80666ec3d3
Fix documentation ( #253 )
...
Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
2024-02-07 13:51:59 +00:00
Henrique Santos
a29c954c84
Add deprecation message for postgresql resources and data sources ( #247 )
...
* Update dependency
* Add deprecation messages
* Modify markdown description
* Add year
* Typo fix
---------
Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
2024-02-06 16:05:19 +01:00
Mouhsen Ibrahim
b171e8a745
Add support for session persistence to the load balancer ( #238 )
...
* Add support for session persistence to the load balancer
* Set use_source_ip_address optional to true
* Add unit tests for SessionPersistence Settings in LoadBalancer
* Add acceptance test for using session persistence
* Add session persistence to data source and fix acceptance tests
* Update stackit/internal/services/loadbalancer/loadbalancer/resource.go
Co-authored-by: Vicente Pinto <vicente.pinto@freiheit.com>
* Update stackit/internal/services/loadbalancer/loadbalancer/datasource.go
Co-authored-by: Vicente Pinto <vicente.pinto@freiheit.com>
---------
Co-authored-by: Vicente Pinto <vicente.pinto@freiheit.com>
2024-02-06 12:41:04 +00:00
stackit-pipeline
82611e96af
Update module github.com/stackitcloud/stackit-sdk-go/services/postgresflex to v0.9.0 ( #245 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2024-02-06 12:07:25 +00:00
Vicente Pinto
cc1d814552
STACKIT Object Storage backend documentation ( #240 )
...
* Backend docuemntation
* Add note about skipping validation
* Add to index
* Update README.md
Co-authored-by: João Palet <joao.palet@outlook.com>
* Update README.md
Co-authored-by: João Palet <joao.palet@outlook.com>
* Changes after review
---------
Co-authored-by: João Palet <joao.palet@outlook.com>
2024-02-05 15:22:40 +00:00
stackit-pipeline
94a5cb3751
Update STACKIT SDK modules ( #243 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2024-02-05 08:40:42 +00:00
João Palet
dfc9e391d5
Fix Argus Scrape Config SAML2 field default ( #239 )
...
* Fix Argus Scrape Config SAML2 field default
* Adjust acceptance test
2024-01-31 10:05:48 +01:00
stackit-pipeline
e4f2c40443
Update module github.com/hashicorp/terraform-plugin-go to v0.21.0 ( #237 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2024-01-29 10:16:26 +01:00
João Palet
bb8df8b1b2
Extend Argus acc test to update instance plan ( #236 )
...
* Extend Argus acc test to update instance plan
* Update Argus SDK module to have longer wait timeouts
2024-01-26 18:38:17 +01:00
João Palet
805d283d5b
Update GitHub actions ( #235 )
2024-01-26 18:02:41 +01:00
João Palet
f79ef95ac3
Update STACKIT SDK modules renovate group name ( #234 )
2024-01-25 13:32:33 +00:00
stackit-pipeline
ca2858e032
Update SDK ( #232 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2024-01-25 14:26:59 +01:00
João Palet
09d658942c
Fix inconsistent result after updating Argus instance plan ( #233 )
2024-01-25 11:00:07 +01:00
stackit-pipeline
779b6cbb18
Update module github.com/google/uuid to v1.6.0 ( #230 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2024-01-24 17:38:56 +01:00
Henrique Santos
2ef388808c
Group SDK updates ( #231 )
...
Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
2024-01-24 13:50:34 +00:00
stackit-pipeline
53980a8da5
Update module github.com/stackitcloud/stackit-sdk-go/services/loadbalancer to v0.8.3 ( #212 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2024-01-23 15:17:21 +00:00
stackit-pipeline
d87821a28f
Update module github.com/stackitcloud/stackit-sdk-go/services/redis to v0.9.1 ( #226 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2024-01-23 15:17:00 +00:00
stackit-pipeline
7c4ad7075d
Update module github.com/stackitcloud/stackit-sdk-go/services/secretsmanager to v0.5.3 ( #228 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2024-01-23 15:16:37 +00:00
stackit-pipeline
cfdeabeb40
Update module github.com/stackitcloud/stackit-sdk-go/services/dns to v0.8.1 ( #211 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2024-01-23 14:31:07 +00:00
stackit-pipeline
667a2cf28d
Update module github.com/stackitcloud/stackit-sdk-go/services/mariadb to v0.9.1 ( #214 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2024-01-23 14:30:44 +00:00
stackit-pipeline
69ed473d3b
Update module github.com/stackitcloud/stackit-sdk-go/services/objectstorage to v0.8.3 ( #216 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2024-01-23 14:30:19 +00:00
stackit-pipeline
51246535d6
Update module github.com/stackitcloud/stackit-sdk-go/services/postgresflex to v0.8.3 ( #224 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2024-01-23 14:30:01 +00:00
stackit-pipeline
8b08a8e10f
Update module github.com/stackitcloud/stackit-sdk-go/services/rabbitmq to v0.9.1 ( #225 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2024-01-23 14:29:40 +00:00
stackit-pipeline
8f51342d14
Update module github.com/stackitcloud/stackit-sdk-go/services/resourcemanager to v0.7.4 ( #227 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2024-01-23 14:29:11 +00:00
stackit-pipeline
05f89bde53
Update module github.com/stackitcloud/stackit-sdk-go/services/ske to v0.9.1 ( #229 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2024-01-23 12:58:54 +00:00
stackit-pipeline
f317b1bf34
Update module github.com/stackitcloud/stackit-sdk-go/services/logme to v0.9.1 ( #213 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2024-01-23 12:43:48 +00:00
stackit-pipeline
020a6e7357
Update module github.com/stackitcloud/stackit-sdk-go/services/mongodbflex to v0.10.2 ( #215 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2024-01-23 12:43:21 +00:00
stackit-pipeline
403d9f71f2
Update module github.com/stackitcloud/stackit-sdk-go/services/opensearch to v0.9.1 ( #217 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2024-01-23 12:42:30 +00:00