Releases: threefoldtech/terraform-provider-grid
Releases · threefoldtech/terraform-provider-grid
v1.11.5-qa
v1.11.5-dev
v1.11.4
v1.11.3
v1.11.2
Changelog
- a005a3f update sdk versions
 - 03fa82c Merge pull request #982 from threefoldtech/development_sdk_update_latest
 - e53d666 update grid client
 - fb789d9 Merge pull request #981 from threefoldtech/development_support_mycellium_testing
 - c0eadcc refactor: set ygg to false + different seed and keys for different nodes
 - b02d879 Merge branch 'development' of https://github.com/threefoldtech/terraform-provider-grid into development_support_mycellium_testing
 - b7d1a8c add wg and ygg in gateway name test scheduler
 - 3cef050 Merge pull request #980 from threefoldtech/development_support_deployment_v4
 - bc0107b Merge branch 'development_support_mycellium_testing' of https://github.com/threefoldtech/terraform-provider-grid into development_support_mycellium_testing
 - 523d5c0 fix: remove mycelium from invalid vm config
 - 17a7ebe fix: zdb test ip
 - 043f421 fix: output of master node
 - 94cf616 fix: vm_invalid_cpu + vm_invalid_memory
 - c5eb9df Merge branch 'development_support_mycellium_testing_parta' of https://github.com/threefoldtech/terraform-provider-grid into development_support_mycellium_testing_parta
 - 97d1e08 support testing with mycelium for gateway_test, presearch_test, wiregaurd_test
 - cee8721 refactor: use mycelium in qsfs and vm integration tests
 - 0a7f95a refactor: use mycelium in peertube and taiga integration tests
 - 6a8ee6c refactor: use mycelium in k8s and mattermost
 - c747fd1 refactor: support mycelium in gateway private integrations test
 - e02fb3a ci: change step name to install mycelium + install mycelium
 - 6af87db support testing with mycelium for gateway_test, presearch_test, wiregaurd_test
 - 15bd092 update workflow
 - 75078bc add wg and ygg to examples and tests for scheduler
 - 5812981 support deploying network and machine light
 - 018a1e9 edit test solutions workflow
 - 02c8377 Merge pull request #976 from threefoldtech/development_split_solutions_tests
 - bd0f26c Merge pull request #974 from threefoldtech/development-update-terraform-examples
 - 5146c08 update terraform examples, add mycelium network to all examples
 - 2536e74 support mycelium in k8s modules
 - dae67f1 split solutions tests
 - fca7e5b add mycelium network to terraform examples
 - 2baf7d7 fix external proovisioner examples
 - 8efd039 Merge pull request #973 from threefoldtech/development_update_k8s_flist
 - 6b4c7e8 update k8s flist
 - 7f76d01 Merge pull request #969 from threefoldtech/development-use-master-flist-for-all-workers
 - 6a04f2e add default values of flist and entrypoint to master
 - 4596cdf update grid client to latest and use one entry point for k8s cluster
 - 3fafd98 use master flist for all workers
 - 85535ff add mnemonics for k8s module
 
v1.11.2-qa
Changelog
- a005a3f update sdk versions
 - 03fa82c Merge pull request #982 from threefoldtech/development_sdk_update_latest
 - e53d666 update grid client
 - fb789d9 Merge pull request #981 from threefoldtech/development_support_mycellium_testing
 - c0eadcc refactor: set ygg to false + different seed and keys for different nodes
 - b02d879 Merge branch 'development' of https://github.com/threefoldtech/terraform-provider-grid into development_support_mycellium_testing
 - b7d1a8c add wg and ygg in gateway name test scheduler
 - 3cef050 Merge pull request #980 from threefoldtech/development_support_deployment_v4
 - bc0107b Merge branch 'development_support_mycellium_testing' of https://github.com/threefoldtech/terraform-provider-grid into development_support_mycellium_testing
 - 523d5c0 fix: remove mycelium from invalid vm config
 - 17a7ebe fix: zdb test ip
 - 043f421 fix: output of master node
 - 94cf616 fix: vm_invalid_cpu + vm_invalid_memory
 - c5eb9df Merge branch 'development_support_mycellium_testing_parta' of https://github.com/threefoldtech/terraform-provider-grid into development_support_mycellium_testing_parta
 - 97d1e08 support testing with mycelium for gateway_test, presearch_test, wiregaurd_test
 - cee8721 refactor: use mycelium in qsfs and vm integration tests
 - 0a7f95a refactor: use mycelium in peertube and taiga integration tests
 - 6a8ee6c refactor: use mycelium in k8s and mattermost
 - c747fd1 refactor: support mycelium in gateway private integrations test
 - e02fb3a ci: change step name to install mycelium + install mycelium
 - 6af87db support testing with mycelium for gateway_test, presearch_test, wiregaurd_test
 - 15bd092 update workflow
 - 75078bc add wg and ygg to examples and tests for scheduler
 - 5812981 support deploying network and machine light
 - 018a1e9 edit test solutions workflow
 - 02c8377 Merge pull request #976 from threefoldtech/development_split_solutions_tests
 - bd0f26c Merge pull request #974 from threefoldtech/development-update-terraform-examples
 - 5146c08 update terraform examples, add mycelium network to all examples
 - 2536e74 support mycelium in k8s modules
 - dae67f1 split solutions tests
 - fca7e5b add mycelium network to terraform examples
 - 2baf7d7 fix external proovisioner examples
 - 8efd039 Merge pull request #973 from threefoldtech/development_update_k8s_flist
 - 6b4c7e8 update k8s flist
 - 7f76d01 Merge pull request #969 from threefoldtech/development-use-master-flist-for-all-workers
 - 6a04f2e add default values of flist and entrypoint to master
 - 4596cdf update grid client to latest and use one entry point for k8s cluster
 - 3fafd98 use master flist for all workers
 - 85535ff add mnemonics for k8s module
 
What's Changed
- k8s use master flist for all workers by @Eslam-Nawara in #969
 - update k8s flist by @rawdaGastan in #973
 - add mycelium to all terraform examples by @Eslam-Nawara in #974
 - split solutions tests by @rawdaGastan in #976
 - support deployment v4 by @rawdaGastan in #980
 - Development support mycellium testing by @SalmaElsoly in #981
 - update grid client by @rawdaGastan in #982
 
New Contributors
- @SalmaElsoly made their first contribution in #981
 
Full Changelog: v1.11.2-dev...v1.11.2-qa
v1.11.2-dev
Changelog
v1.11.1
Changelog
- 1990228 Merge pull request #956 from threefoldtech/dependabot/go_modules/golang.org/x/crypto-0.25.0
 - 598bb6c Merge pull request #957 from threefoldtech/dependabot/go_modules/github.com/gruntwork-io/terratest-0.47.0
 - 1cca3d9 Bump github.com/gruntwork-io/terratest from 0.46.16 to 0.47.0
 - 60ee455 Bump golang.org/x/crypto from 0.24.0 to 0.25.0
 - 9c7a18f Merge pull request #952 from threefoldtech/dependabot/go_modules/github.com/gruntwork-io/terratest-0.46.16
 - 3e82a91 Merge pull request #955 from threefoldtech/fix-k8s-module-test
 - fb90e99 remove skip test
 - 28a55f2 revery workflow after fixing tests is compleated
 - e4bdc03 update RequiredNodesAreReady to get nodesNumber as argument
 - a7dceed skip k8s test if no enough nodes
 - b67c938 Merge pull request #954 from threefoldtech/development_update_farmerbot
 - e37ef19 fix k8s using module test
 - 6a4d007 set timeout to farmerbot rmb calls
 - 5f4abcc fix units in farmerbot
 - b7078f7 add health check to scheduler
 - a4c3a50 fix tests
 - 57a7b09 update farmerbot with the new golang one
 - b8ba9e3 use latest version in singlenode example
 - f5ca5fe Merge pull request #949 from threefoldtech/development_integration_tests
 - 89aa40d remove splitting workflow for each network
 - 44ad5f5 try splitting workflow for each network
 - c3cade9 use freefarm in tests
 - ee6dc2c skip sdk plugin failures
 - b112aa3 split tests
 - 1c94cbf Bump github.com/gruntwork-io/terratest from 0.46.15 to 0.46.16
 - d6a7a57 split tests
 - d5922ef fix vm tests
 - d3215ce fix kubernetes tests
 - 75a9d15 fix nomad, wg, qsfs and zdb tests
 - f635eb2 fix gateway tests
 - 8171221 fix mattermost and taiga
 - 8b7b7e7 fix presearch tests
 - df1f559 fix ygg installation
 - 31d70b5 fix peertube test and example
 - 6eb9ce9 Merge pull request #946 from threefoldtech/development_updates_for_pkgs
 - fd0520d update pkgs
 
v1.11.0
What's Changed
- Update solution type to match dashboard by default by @AbdelrahmanElawady in #909
 - Development fix terraform version arg by @rawdaGastan in #911
 - Match updated sdk by @rawdaGastan in #932
 
Full Changelog: v1.10.0...v1.11.0
v1.10.0
v1.10.0