Commit b42ff50
Project: Private Image Sharing (#2170)
* Implemented Private Image Sharing features (#2129)
* Added new fields to image/images datasources and resource
* Project: Linode Interfaces (#1862)
* Replace linodego with the feature branch version of it
* Add `interfaces_for_new_linodes` attribute in account setting resource and data source (#1864)
* Sync linodego feature branch
* Support `config_id` in the linode interfaces in subnet resources and data sources (#1896)
* Support `config_id` in the interfaces of linodes in subnet resources and data sources
* Add helper func for ptr conversion
* Implement firewall template and templates data sources (#1873)
* sync with linodego feature branch
* Linode Interfaces: Implement changes under linode_instance resource and data source (#1890)
* Linode Interfaces: Add non-interface /linode/instances fields
* WIP
* Drop validation and add partial docs
* Fix up docs
* Sort imports
* Update replacement
* oops
* remove TODO
* Minor docs change
* Revert replace
* ADd TODO
* Remove trailing space
* Add interface_id in networking IP data sources (#1898)
* Add interface_id in various networking IP data sources
* Fix test
* Update docs
* Update VPC and account setting docs (#1903)
* Update VPC and account setting docs
* Fix descriptions in schema
* sync with linodego feature branch
* Implement firewall settings data source (#1905)
* Implement firewall settings data source
* gofumpt
* Add test
* Fix
* Upgrade some tests to be with protocol v6 factory
* Add support for interfaces in firewall resource and data source (#1899)
* Add support for interfaces in firewall resource and data source
* Add unit test
* Add TODO for acceptance tests
* Update docs
* Add interfaces support in firewalls data source (#1902)
* Add interfaces support in firewalls data source
* Update and migrate tests
* Update doc
* Migrate to firewall settings data source to be with nested object (#1947)
* golangci-lint run --fix && golangci-lint fmt
* Sync linodego version
* Set config_id to null attribute when it's Go zero value (#1953)
Co-authored-by: Ye Chen <127243817+yec-akamai@users.noreply.github.com>
* Implement firewall settings resource (#1963)
* Implementation and tests for linode_firewall_settings resource
* Add doc
* Remove ID referencing
* Fix doc
* Add tag for integration test
* Fix
* golangci-lint fmt
* Cleanup
* Fix nil pointer panic
* Sync linodego
* Sync linodego feature branch
* go mod tidy
* golangci-lint fmt
* Repin linodego to released version
* Fix
* Add nested object update helper (#2002)
* Implement nested object update helper
* Add isNull return (pass by ptr)
* FIx
* Minor change
* Implement linode interface resource (#2087)
* Implement linode interface resource
* Cleanup boolTrue and boolFalse
* Cleanup debugging stuff
* cleanup
* golangci-lint fmt
* Adjust importing IDs order
* Remove redundant
* Improved doc
* improved test
* Fix lint
* Copilot fixed doc
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update linode/firewall/framework_models.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fix
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update linode/firewalltemplates/tmpl/data_filter.gotf
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update docs/data-sources/vpc_subnets.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update docs/data-sources/vpc_subnet.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update linode/firewallsettings/framework_resource.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Lena Garber <114949949+lgarber-akamai@users.noreply.github.com>
Co-authored-by: Ye Chen <127243817+yec-akamai@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Added datasource/resource for Image Share Group
* Normalize null value for Images to [] for consistent behavior
* Add logging for Linode interface resource (#2132)
* Add 30s waiting period for OBJ temp key for E2/3 endpoints; update docs (#2133)
* Added Image Share Groups datasource and Image Share Group Member resource
* Added datasource for Image Shares
* VPC Dual Stack: Add support for IPv6 VPC in linode_interface resource (#2096)
* VPC Dual Stack: Add support for IPv6 VPC in linode_interface resource
* fix ordering
* Update docs/data-sources/vpc_subnets.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update docs/data-sources/vpc_subnet.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Add validation to VPC and Subnet creation to prevent unexpected errors without VPC IPv6 enrollment
* minor rework
* oops
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Remove unnecessary sweep function (#2135)
* Add ID for firewall setting resource and data source (#2136)
* Add ID for firewall setting resource and data source
* go mod tidy
* Added Image Share Group Token resource
* Add Linode interface related packages to the integration test CI (#2138)
* Added docs and integration tests for ImageShareGroupToken and ImageShareGroupMember resources
* Added Image Share Group Member datasource
* Added ImageShareGroupMembers datasource
* Added ImageShareGroupToken datasource
* Added ImageShareGroupTokens datasource
* Added datasource for Consumer Image Share Group
* Added ConsumerImageShareGroupImageShares datasource
* Point to more recent linodego commit
* Fixes
* Added LA notices to docs
* Added documentation links
* Point at latest linodego release
* Added new tokens to integration_tests.yml
* Added new tokens to integration_tests_pr.yml
* Fix test
* Addressed PR comments
---------
Co-authored-by: Zhiwei Liang <121905282+zliang-akamai@users.noreply.github.com>
Co-authored-by: Lena Garber <114949949+lgarber-akamai@users.noreply.github.com>
Co-authored-by: Ye Chen <127243817+yec-akamai@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Ran go mod tidy
* Fixed filtering for image share group members
---------
Co-authored-by: Zhiwei Liang <121905282+zliang-akamai@users.noreply.github.com>
Co-authored-by: Lena Garber <114949949+lgarber-akamai@users.noreply.github.com>
Co-authored-by: Ye Chen <127243817+yec-akamai@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 9a681aa commit b42ff50
File tree
99 files changed
+6022
-46
lines changed- .github/workflows
- docs
- data-sources
- resources
- linode
- acceptance
- helper
- images
- image
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
99 files changed
+6022
-46
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| 85 | + | |
| 86 | + | |
83 | 87 | | |
84 | 88 | | |
85 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | | - | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
Lines changed: 95 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
44 | 56 | | |
45 | 57 | | |
46 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
82 | 94 | | |
83 | 95 | | |
84 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
0 commit comments