Releases: nikhilsbhat/terraform-provider-gocd
Releases · nikhilsbhat/terraform-provider-gocd
v0.0.8
Changelog
- 90cc6a7 Add FUNDING.yml
- aa3a70f Add support for fetching plugin properities to data_source gocd_plugin_info
- 8ec4b14 Bump golang.org/x/net from 0.22.0 to 0.23.0
- 7c990bf Bumping up gocd-sdk-go to latest version
- 382a14f Fix update role method, reference the correct variable
- 6b67fb3 Merge pull request #7 from nikhilsbhat/dependabot/go_modules/golang.org/x/net-0.23.0
v0.0.7
Changelog
- 0dc1c56 Add support for API retries at provider level
- aea2e1c Bump golang.org/x/crypto from 0.14.0 to 0.17.0
- 8ad601c Bump golang.org/x/net from 0.15.0 to 0.17.0
- dc64c8d Bump google.golang.org/grpc from 1.54.0 to 1.56.3
- 180ebc4 Bump google.golang.org/protobuf from 1.30.0 to 1.33.0
- 7577bdb Merge remote-tracking branch 'origin/dependabot/go_modules/golang.org/x/crypto-0.17.0'
- 8bfd702 Merge remote-tracking branch 'origin/dependabot/go_modules/google.golang.org/grpc-1.56.3'
- c96eba4 Merge remote-tracking branch 'origin/dependabot/go_modules/google.golang.org/protobuf-1.33.0'
- 2e45e8b Update goreleaser commands
v0.0.6
Changelog
- d46398a Add document for pipeline_group data_source and resource
- 9124d6d Add examples for the resources that support Terraform import.
- ac1b5d8 Add support for datasource pipeline_group
- 9a3c62d Add support for resource pipeline_group
- dca0356 Add support to import resources: - artifact_store - auth_config - cluster_profile - elastic_agent_profile - environments
- bfa8caa Fix golangci lint issues
v0.0.5
v0.0.4
Changelog
- b75d332 Add License file
- 143591c Add datasource plugin_info
- 10f8000 Add documents for resource gocd_backup_config and gocd_backup_schedule
- 8258d5e Add release downloads shields to README
- c2aa61b Add support for datasource gocd_agent_config
- 4d67fd1 Add support for resource gocd_agent
- 419a642 Add support for resource gocd_backup_config and gocd_backup_schedule
- 1efb0a3 Use tfplugins templates to enhance the documents for the providers
v0.0.3
Changelog
- ff9aab5 Add support for token based authentication
- 6e431de Add support to check the connectivity to GoCD during client creation
- 711aed6 Allowing skipping of TLS verification
- e60cdd0 Change the lock of setting ID for resource/datasource
- 4480510 Change to properties doesn't force a rebuild
- dd46316 Correcting log level defaults
- 03c30db Fix attributes description of various resources/datasource
- da9ae94 Fix defaults for password and auth in provider
- 32a86b0 Making ca_file optional
- e07b43a Merge pull request #1 from Rwwn/provider_update
- a6a7da8 Update provider documents with updated descriptions
v0.0.2
Changelog
- 6f50706 Add datasource and resource for secret config
- 316d1dc Add datasource auth_config, environment, cluster_profile and elastic_agent_profile
- c4fc230 Add datasource plugin_setting
- e921ef4 Add support for datasource gocd_config_repository
- 845d8d5 Rename files to keep the names in sync
- f10e589 Update github.com/nikhilsbhat/gocd-sdk-go version to v0.0.5
v0.0.1
Changelog
- 95d329e Add initial code for gocd terraform provider
- 8f0a492 Add resources gocd_cluster_profile and gocd_elastic_agent_profile
- 861a98e Add support for resource gocd_auth_config
- 2655a8f Add support for resource gocd_config_repository
- faae241 Add support for resource gocd_encrypt_value
- 04e6ba4 Add support for resource gocd_environment
- 56b965b Handle attribute 'is_secure' better while flattening PluginConfiguration
- f2e5f6c Refactor code so it helps in generating docs using tfplugindocs
- c67b936 Rename resource plugin settings
- 65c2b35 Update github.com/nikhilsbhat/gocd-sdk-go to 0.0.4