This repository has been archived by the owner on Nov 18, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~> 2.37.0
->~> 2.47.0
Release Notes
scaleway/terraform-provider-scaleway (scaleway)
v2.47.0
Compare Source
What's Changed
Features
feat(instance_server): prevent usage of routed_ip_enabled as false by @Codelax in https://github.com/scaleway/terraform-provider-scaleway/pull/2763
feat(baremetal): add support for ipam ips by @yfodil in https://github.com/scaleway/terraform-provider-scaleway/pull/2769
feat(inference): add support CRUD deployment by @Laure-di in https://github.com/scaleway/terraform-provider-scaleway/pull/2736
feat(mongodb): add support for v1alpha1 by @jremy42 in https://github.com/scaleway/terraform-provider-scaleway/pull/2777
feat(mongodb): increase timeout by @jremy42 in https://github.com/scaleway/terraform-provider-scaleway/pull/2788
feat(ipam): support custom resources by @yfodil in https://github.com/scaleway/terraform-provider-scaleway/pull/2783
Fixes
fix(lb): mark certificate chain as sensitive by @yfodil in https://github.com/scaleway/terraform-provider-scaleway/pull/2771
fix(iot): add region to network by @jremy42 in https://github.com/scaleway/terraform-provider-scaleway/pull/2776
fix(instance_server): use server volume to fetch volumes by @Codelax in https://github.com/scaleway/terraform-provider-scaleway/pull/2782
Others
tests: rename test resources to expected test name by @Codelax in https://github.com/scaleway/terraform-provider-scaleway/pull/2739
chore: bump sdk go by @jremy42 in https://github.com/scaleway/terraform-provider-scaleway/pull/2774
tests(instance_server): use sbs and b_ssd together by @Codelax in https://github.com/scaleway/terraform-provider-scaleway/pull/2768
tests(rdb): fix gateway network to use ipam mode by @yfodil in https://github.com/scaleway/terraform-provider-scaleway/pull/2780
docs(object): adjust definition to official documentation by @Laure-di in https://github.com/scaleway/terraform-provider-scaleway/pull/2784
tests(inference): enable nightly test by @Laure-di in https://github.com/scaleway/terraform-provider-scaleway/pull/2785
tests(inference): enable acceptance tests by @Laure-di in https://github.com/scaleway/terraform-provider-scaleway/pull/2786
Full Changelog: scaleway/terraform-provider-scaleway@v2.46.0...v2.47.0
v2.46.0
Compare Source
Changelog
Features
f6912dd
: feat(registry): add tag data source (#2696) (@pnodet)e0b97c3
: feat(instance): support ipam ips on pnic creation (#2660) (@yfodil)82c9f80
: feat(instance_server): allow root_volume size update (#2745) (@Codelax)Fixes
1909bce
: fix(cockpit): add grafana url manual creation (#2741) (@jremy42)9898038
: fix(cockpit): add default project id in cockpit resource (#2746) (@jremy42)69c8334
: fix(tem) add specific domain for webhook test (#2747) (@jremy42)0b63315
: fix(tem): add new status autoconfig (#2748) (@jremy42)Others
980722b
: refactor(instance): extract server volumes update (#2743) (@Codelax)bf7c0cd
: tests(redis): remove cluster size changes (#2706) (@Codelax)5506f5f
: cleanup(documentdb): remove documentdb (#2749) (@jremy42)50e4dea
: update cassette private nic (#2754) (@jremy42)216af76
: docs(cockpit): update contact_points in alert_manager (#2753) (@jremy42)148e0c8
: test(cockpit): remove update test plan (#2752) (@jremy42)v2.45.0
Compare Source
Changelog
Features
ed1abf5
: feat(vpc): add custom route resource (#2702) (@yfodil)943b969
: feat(tem): add support for autoconfig (#2726) (@jremy42)35c751c
: feat(instance_server): support sbs_volume as root volume (#2641) (@Codelax)Fixes
2c3d04d
: fix(rdb): migrate endpoint to endpoints (#2728) (@jremy42)10d2f2a
: fix(cockpit): skip test with 500 error (#2729) (@jremy42)8c08756
: fix(tem): add sub domain in DMARC in test (#2730) (@jremy42)8c0a897
: fix(tftemplates): add sweep and sweep_test (#2734) (@Laure-di)c3a2c31
: fix(mnq): add project for handle conflict (#2732) (@jremy42)6d9ffa5
: fix(secret): set project_id as optional in datasources (#2738) (@Codelax)8fb9c93
: fix(account_project): retry delete when project is not usable (#2742) (@Codelax)86ae5dc
: fix(object): remove skip tests (#2744) (@Laure-di)Others
916e32e
: chore: add support for tagalign linter (#2731) (@remyleone)4191ad1
: docs: fix wording (#2634) (@SamyOubouaziz)v2.44.0
Compare Source
Changelog
Features
bddd49f
: feat(secret): add protected field (#2693) (@Codelax)d6965c4
: feat(secret): add ephemeral policy configuration (#2691) (@Codelax)20c2f9b
: feat(cockpit): migrate legacy cockpit resources to v1 API (#2679) (@jremy42)c02687d
: feat:(cockpit): add push urls to cockpit datasources (#2700) (@jremy42)57266be
: feat(tem): add support for webhook (#2673) (@jremy42)42b8bb6
: feat(iam): add support for condition (#2674) (@remyleone)591cf5b
: feat(secret): add type field (#2698) (@Codelax)7e1a732
: feat(mnq): add datasource for sns (#2718) (@jremy42)Fixes
a7e77ec
: fix(secret_version): datasource project_id argument (#2701) (@Codelax)b245cd7
: fix lint new version (#2703) (@jremy42)6ca5bb8
: fix(apple-silicon): increase timeout for server creation (#2704) (@reda-maizate)4061d10
: fix(tftemplate): fix generation (#2684) (@Laure-di)3f36433
: fix(mnq_nats): delete update in nats credential (#2720) (@jremy42)c39d253
: fix(tem): replace resource by datasource for sns (#2719) (@jremy42)3bd7e45
: fix(rbd): fix diff case for engine (#2725) (@jremy42)Others
d1f475a
: chore: add support for usestdlibvars (#2708) (@remyleone)e16f542
: chore: add support for copyloopvar linter (#2709) (@remyleone)d07d621
: chore: add support for intrange (#2710) (@remyleone)120a9c1
: chore: ignore G115 from gosec (#2714) (@remyleone)f2452b6
: chore: remove exportloopref (#2715) (@remyleone)2a024e6
: chore: add support for unused (#2716) (@remyleone)3c28869
: chore: add support for staticcheck (#2717) (@remyleone)383ae18
: chore(deps): bump github.com/nats-io/nats.go from 1.36.0 to 1.37.0 (#2723) (@dependabot[bot])25b9bb3
: chore(deps): bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#2722) (@dependabot[bot])4f95b4b
: chore(deps): bump github.com/docker/docker (#2721) (@dependabot[bot])22992c7
: chore: bump sdk go (#2727) (@jremy42)62e53a1
: docs(review): review of documentation pages (#2620) (@nerda-codes)1079fc3
: tests(secret_version): datasource using latest revision (#2694) (@Codelax)13becfc
: tests(container): correct memory limit in basic test (#2697) (@Codelax)b29d99a
: tests(secret): fix datasource test config (#2705) (@Codelax)v2.43.0
Compare Source
Changelog
Features
2556547
: feat(vpcgw): add support for type upgrade (#2666) (@yfodil)72a97b7
: feat(rdb): add encryption at rest for instance (#2676) (@jremy42)Fixes
661cef8
: fix(secret_version): return error when secret name is invalid (#2689) (@Codelax)Others
31ba5bb
: chore(deps): bump github.com/docker/docker (#2671) (@dependabot[bot])a24c42a
: chore: bump sdk go (#2667) (@yfodil)a8a2236
: chore: add support for labeler (#2675) (@remyleone)966fd21
: docs(iam): add docs on using expires_at with time_rotating (#2677) (@cyclimse)b09a65b
: chore: fix checkout and setup-go ordering to optimize cache usage (#2678) (@remyleone)54aea98
: chore(deps): bump github.com/docker/docker (#2681) (@dependabot[bot])3be6f18
: chore(deps): bump github.com/nats-io/jwt/v2 from 2.5.7 to 2.5.8 (#2680) (@dependabot[bot])d74e50c
: chore(deps): bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#2683) (@dependabot[bot])83e25dd
: chore(deps): bump github.com/aws/aws-sdk-go from 1.54.12 to 1.55.5 (#2682) (@dependabot[bot])0373d71
: chore: fix labeler configuration (#2688) (@remyleone)bae2750
: tests(vpc): remove two ipv6 subnets case (#2692) (@yfodil)v2.42.1
Compare Source
Changelog
b8de73d
: fix(servers): fix plugin segfault when bootscript is null (#2664) (@utix)v2.42.0
Compare Source
Changelog
Features
1fbc1dd
: feat(vpc): add routes datasource (#2621) (@yfodil)96aeffa
: feat(lb): add ipam ids config on private network (#2650) (@yfodil)ed3c182
: feat(iam_api_key): add data source (#2647) (@tbellavia)45cddcd
: feat(lb): add support for tags in LB IPs (#2564) (@yfodil)4138acf
: feat(serverless): add sandbox field (#2657) (@Codelax)Fixes
db1568f
: fix(vpc): adapt customizediff to new enabled routing behavior (#2631) (@yfodil)61cb657
: fix: update deprecated dns_zone field (#2633) (@jremy42)639bb90
: fix(instance_server): volume template creation (#2640) (@Codelax)5bc7fe0
: fix(vpcgw): set force new to pgw and pn ids (#2661) (@yfodil)Others
6c7bdea
: chore(deps): bump github.com/docker/docker from 26.1.3+incompatible to 27.0.0+incompatible (#2626) (@dependabot[bot])ace412b
: chore: add support for go toolchain (#2632) (@remyleone)9b621e6
: chore: bump sdk-go (#2635) (@Codelax)49c5d2b
: chore: update goreleaser and include a check (#2638) (@remyleone)61bcf45
: chore(deps): bump github.com/aws/aws-sdk-go from 1.54.6 to 1.54.12 (#2643) (@dependabot[bot])7922f12
: chore(deps): bump github.com/docker/docker (#2644) (@dependabot[bot])a29f7f9
: chore(function): bump default memory limit (#2651) (@cyclimse)855ec15
: chore: bump sdk-go (#2652) (@Codelax)5177d3c
: ci: enable golangci-lint annotations (#2648) (@Codelax)3e8cc60
: ci: fix goreleaser action version (#2662) (@yfodil)50a32c5
: docs:clean up terraform import command syntax (#2653) (@yfodil)60949d6
: tests(lb): fix unexpected ip count (#2658) (@yfodil)57cd372
: tests(lb): remove tests with deprecated static-config (#2639) (@yfodil)977d9bc
: refactor(instance_server): use instance_block helpers (#2636) (@Codelax)v2.41.3
Compare Source
Changelog
4e7279e
fix(instance_server): check empty bootscript (#2630)0632701
chore(deps): bump golang.org/x/crypto from 0.23.0 to 0.24.0 (#2629)850e6b5
chore(deps): bump github.com/aws/aws-sdk-go from 1.53.15 to 1.54.6 (#2628)4dfb004
chore(deps): bump github.com/nats-io/nats.go from 1.35.0 to 1.36.0 (#2627)5998d46
chore(deps): bump github.com/hashicorp/go-retryablehttp (#2625)v2.41.2
Compare Source
Changelog
Features
9a16187
feat: add enum validation (#2600)4b9ba52
feat(core): data source config reader (#2590)Fixes
cd4a365
fix(docs): fix straggling docs (#2617)9b46199
fix(vpc): doc review of all vpc and ipam doc (#2609)9818c08
fix(documentdb): fix private network support (#2608)8e530c4
fix(iam_api_key): add diff suppress for expires_at (#2604)b368fbd
fix(mnq): doc review of terraform mnq doc (#2607)Others
5a13ed6
docs(lb): review lb doc (#2616)cbc26ca
docs(k8s_cluster): bump k8s version (#2615)ea513ac
docs(lb): remove usage example of deprecated static pn attachment (#2612)5875c3a
docs: add more references in examples (#2610)1e2fb0e
docs(ter): review luiza products (#2587)5c83be6
docs(redis): add missing attributes references for data_source redis cluster (#2606)039a459
chore: disable deprecated linter execinquery (#2602)82ede47
chore(deps): bump golangci/golangci-lint-action from 5 to 6 (#2596)fa9bda3
chore(deps): bump github.com/aws/aws-sdk-go from 1.52.0 to 1.53.15 (#2598)a4c7f5e
tests(tem): add dmarc in test validation (#2619)v2.41.1
Compare Source
Changelog
66a6940
fix(rdb): support sbs_15k on update (#2599)3451ac3
chore(deps): bump github.com/docker/docker (#2591)5ef01c5
chore(deps): bump github.com/bflad/tfproviderdocs from 0.12.0 to 0.12.1 (#2594)e32a8ee
chore(deps): bump github.com/hashicorp/terraform-plugin-mux (#2595)d4671ed
chore(deps): bump github.com/nats-io/jwt/v2 from 2.5.6 to 2.5.7 (#2593)cf31b15
chore(deps): bump github.com/bflad/tfproviderlint from 0.29.0 to 0.30.0 (#2585)1e5cb73
tests(baremetal): update server offer (#2589)v2.41.0
Compare Source
Changelog
Features
c3109e5
feat(cockpit): add support for alert manager (#2562)ea6b89a
feat(vpc): add support for enable_routing (#2577)1b42618
feat(vpcgw): add support for triggering ssh keys refresh (#2567)Fixes
697c2fd
fix(lb): avoid recreation of old lb ips (#2556)d2e9182
fix(instance_server): attach external block volume on update (#2574)3cb22e7
fix(rdb): integrate PN provisioning_mode to remove dependency with IPAM (#2572)1a5f824
fix(webhosting): read empty tags (#2571)Others
c96ca4c
chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#2581)2a7bbd7
chore(deps): bump golang.org/x/crypto from 0.22.0 to 0.23.0 (#2582)22cf9bb
chore(deps): bump github.com/nats-io/nats.go from 1.34.1 to 1.35.0 (#2584)a1db874
chore(rdb_instance): increase timeout to 30 minutes (#2579)955d7fa
chore(k8s_pool): increase timeout to 30 minutes (#2578)8ab657c
chore(all): fixed boken links (#2576)14429dd
tests(lb): decouple lb ips (#2580)77b32a0
docs: add instance example (#2575)0bbebc6
tests(webhosting): replace performance offer with professional (#2570)cca6a48
chore(deps): bump golangci/golangci-lint-action from 4 to 5 (#2557)ae87c8d
chore(deps): bump github.com/docker/docker (#2559)c71b4a2
chore(deps): bump github.com/aws/aws-sdk-go from 1.51.19 to 1.52.0 (#2558)3b44213
chore(deps): bump github.com/nats-io/jwt/v2 from 2.5.5 to 2.5.6 (#2561)6c23100
chore(deps): bump github.com/hashicorp/terraform-plugin-go (#2560)2b183fc
doc(rdb): udpate volume-type sbs_15k (#2555)4aaf0e7
chore: add support for CODEOWNERS (#2554)v2.40.0
Compare Source
Changelog
Features
3b6fbbd
feat(cockpit): migrate tokens to regional v1 (#2549)15ccb25
feat(cockpit): migrate grafana user to v1 (#2548)3c82f2f
feat(cockpit): add datasources (#2543)608f3c8
feat(rdb): add log policy in instance (#2536)f40b991
feat(object): acl: revert to private on resource deletion (#2513)2695a39
feat(tem): add dmarc name and config in ressource (#2532)c7b60a4
feat(tem) : add ressource for validate tem domain (#2423)Fixes
cd9a7fe
fix(instance): server private_network with deleted pnic (#2552)93aab97
fix(vpc) add optional region field (#2550)542005e
fix(general): update zones in doc (#2547)1b5f296
fix(logger): set provider logger as sdk-go logger (#2539)604759f
fix(lb): unnecessary reattach of private networks (#2531)6b87932
fix(instance_server): ignore enable_ipv6 with routed_ip disabled (#2533)Others
091afd2
chore(deps): bump github.com/docker/docker (#2545)0a6dfa3
chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 (#2546)01de721
chore: migrate to go1.22 (#2540)957ff78
chore: bump sdk go + update EnableIPv6 to use *bool type (#2535)27b2ce0
chore: remove useless cassettes (#2515)af9c0ad
doc(rdb):update version redis with a version in prod (#2471)157066b
docs(cockpit): add regionalization update note to cockpit documentation (#2551)fc14694
docs(ipam_ip): change examples format (#2538)7a2868f
docs/ipam: add warning on the use of client-defined IPs (#2534)0fe8dc3
test(rdb): add test for instance update node type (#2544)49f87e1
test(k8s): switch to block in cluster data source test (#2542)8446410
test(k8s): switch to block (#2541)921daf4
tests(instance): disable bootscript test (#2537)aa53415
tests(instance): add explicit nat ip types and routed_ip_enabled to false (#2530)v2.39.0
Compare Source
Changelog
Features
c0f0b94
feat(k8s): allow cluster creation withcni=none
(#2525)75642b6
feat(lb): add new field flexible ipv6 (#2417)Fixes
7e589d9
fix(instance): update security rule port_range usage (#2478)Others
27d287f
chore(deps): bump github.com/aws/aws-sdk-go from 1.51.12 to 1.51.19 (#2522)4870948
chore(deps): bump github.com/nats-io/nats.go from 1.34.0 to 1.34.1 (#2521)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.