Releases: scaleway/terraform-provider-scaleway
Releases · scaleway/terraform-provider-scaleway
v2.28.0
Changelog
Features
- c5ca20a feat(instance_volume): add scratch type (#2122)
- 6fefc99 feat(instance): support ip mobility (#2086)
- 7d0a9a7 feat(k8s): type change should migrate cluster when possible (#2115)
- ee832b2 feat(flexibleip): add support for IPv6 (#2104)
Fixes
- 29114d2 fix(secret_version): data source get region from secret_id (#2121)
- 951c279 fix(instance): avoid ForceNew if server.Image.ID matches the image label (#2097)
- 09aedb5 fix(functions): missing update on secret environment variables (#2106)
- d403ffa Set ForceNew on vpc_id argument of scaleway_vpc ressource (#2107)
Others
- 1e971d6 tests(mnq): update to one namespace limit (#2120)
- 9a6a523 chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#2116)
- 4cbee26 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.314 to 1.45.2 (#2117)
- 7f1843b chore(deps): bump github.com/nats-io/jwt/v2 from 2.4.1 to 2.5.0 (#2118)
- eefb666 tests(mnq): namespaces are now unique (#2113)
- cfbd9fe docs(object): fix bucket policies example (#2112)
- 61ec156 chore: bump scaleway sdk-go (#2110)
- 4a2d09e test(vpc): isolate each private network in its own vpc to avoid subnet overlaps (#2105)
v2.27.0
Changelog
Features
- 9aea92a feat(ipam_ip): move resource attribute to a block (#2103)
- e8d1e37 feat(ipam): add resource type attribute (#2100)
- 224b1d7 feat(flexibleip): add flexible ips datasource (#2098)
- 04ec2c0 feat(ipam): add ipam ip data source (#2095)
- 4891e62 feat(flexibleip): add mac address resource (#2093)
- 0744c87 feat(instance_private_nic): add ip ids attribute (#2090)
Fixes
- 04fd61e fix(vpc): change subnet to avoid overlaps (#2099)
- 0c350a6 fix(vpcgw): increase reverse dns timeout (#2091)
Others
v2.26.0
Changelog
Features
- db0ed23 feat(iam): add iam_group_membership resource (#2067)
- 35538bf feat(baremetal): support deploying server without install config (#2065)
- 37f7395 feat(webhosting): add datasource (#2060)
- a2f0607 feat(lb): add support for enabling proxy protocol on health check (#2070)
Fixes
- d6cb2d6 fix(container): set region to optional (#2087)
- 1092eb8 fix(instance_ip_reverse_dns): increase timeout (#2080)
- bb72ca2 fix(vpcgw): fix retrieving dhcp reservation by gateway network id on datasource (#2079)
- f669d4d fix(domain): replace waiting zone on dns record (#2073)
- e8ab5f7 fix(k8s): set PNID to empty string in read if no PN (#2077)
- 1c6fedb fix(baremetal): fix changes in plan for offer field (#2076)
- 534995a fix(rdb): private network update from ipam service (#2068)
- 7494313 fix(redis): add computed to private network attribute (#2074)
- 059e62a fix(lb): frontend acl match can be nil (#2069)
- eb46600 fix(lb): throw a warning when certificate is in error state (#2063)
Others
v2.25.1
v2.25.0
v2.24.0
v2.23.0
Changelog
Features
- 9d592c5 feat: support integration of regional private networks in lb, rdb, redis and vpc gateway networks (#2019)
- 9c6afd6 feat(k8s): skip reading kubeconfig if unauthorized (#2018)
- 7d239c6 feat(k8s): Kapsule VPCs go from zoned to regional (#1989)
- 01f864c feat(lb): add support for configuring backend tcp retry (#2027)
- 9997939 feat(lb): add support for configuring backend servers max connections (#2024)
- f2e0f1d feat(tftemplate): add datasource generation to tftemplate (#2017)
- f17fc09 feat(vpc): add computed address, mask and prefix fields (#2026)
- 13f7734 feat(vpc): add subnet documentation (#2013)
Fixes
- 64c0fa5 fix(cockpit): ignore 404 not found during grafana user deletion (#2028)
- 9e163af fix(rdb): schema corrections and examples (#2022)
- 2243263 fix(iam_api_key): set application_id to force_new (#2023)
Others
- 9bed856 chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#2033)
- 2b10184 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.275 to 1.44.294 (#2032)
- 7cb7af7 chore(deps): bump github.com/nats-io/nats.go from 1.26.0 to 1.27.1 (#2031)
- c8ab461 chore(deps): bump github.com/hashicorp/go-retryablehttp (#2030)
- 072ea0c tests(iam): get organization id from client in sweepers (#2016)
v2.22.0
Changelog
Features
- 438a6ff feat(object): create object by string content (#2011)
- 9412315 feat(object): create object from byte content (#1997)
- 32c8c93 feat(baremetal): add ipv4 & ipv6 fields (#2003)
- d4b2237 feat(tftemplate): generate helpers with resource (#1986)
Fixes
- c847f46 fix(secret): add sensitive flag to data (#2012)
- 87a2456 fix(vpc): sweeper to use all regions (#2008)
- 0fa1d1f fix(lb): make send_proxy_v2 field computed (#2001)
- a7101e4 fix(mnq): nats credentials parsing (#1990)
- 1abfcce fix(vpc): support regional pn import (#1993)
- 12f337b fix(instance_server): update volume fields (#2006)
- ec2e5d7 fix(baremetal): set offer argument in read (#1979)
Misc
v2.21.0
Changelog
Features
- 6474acc feat(vpc): add support for regional private networks (#1975)
- 4ac9d10 feat(k8s): migrate cluster or else force new (#1958)
- ae24132 feat(vpc): add vpc datasource (#1963)
- 22a6223 feat(vpc): add vpc resource (#1962)
Misc
- e095716 doc(lb): update SNI/HTTP host header constraints on Routes (#1972)
- 1c44bed docs(container): update default resource values (#1971)
- 2444d7a chore: remove depguards (#1974)
- bd25714 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.274 to 1.44.275 (#1973)
- a8b8343 chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#1970)
- d9b3d53 chore(deps): bump github.com/hashicorp/terraform-plugin-log (#1969)
- 1593d7e chore(deps): bump github.com/aws/aws-sdk-go from 1.44.254 to 1.44.274 (#1968)
- fd4db3f chore(deps): bump github.com/docker/docker (#1967)
- 205a800 chore(deps): bump github.com/nats-io/nats.go from 1.25.0 to 1.26.0 (#1966)
v2.20.0
Changelog
Features
- af89512 feat(lb): add lb acl (#1948)
- a5bb81a feat(function): add function triggers (#1912)
- c535aca feat(cockpit_user): wait for cockpit transient state before deleting it (#1955)
- aeb0c42 feat(cockpit): add plan selection (#1941)
- 5e2b109 feat(cockpit): add plan datasource (#1939)
- 2cfb0ef feat(vpc): add subnets attribute in private_network resource (#1930) (#1933)
Fixes
- e0bb56d fix(instance): get server-type instead of listing (#1959)
- f7c65c0 fix(secret-manager): encode data on data_source (#1953)
- bee2742 fix(lb): resolve private_network plan inconsistencies (#1924)
- f2f78ba fix(container): use cpu_limit (#1952)
- c97546b fix(lb): sticky session description (#1938)
Misc
- 987bf31 docs(k8s): add PrivateNetwork garbage collection (#1954)
- 093fbdc docs(kosmos): update instructions for node-agent boostrapping (#1956)
- 5a8cf82 docs(object): improve object bucket policy examples (#1949)
- 696f376 docs(cockpit): document
scaleway_cockpit_plan
(#1940) - a3c7b76 docs(lb): fix dead links (#1942)
- 82ca284 chore(deps): bump github.com/docker/distribution (#1931)