- Update project links to include the latest icons
In this release the provider got upgraded from v5 to v6 of the terraform plugin protocol. This means the provider will only work with terraform >=1.0.
- Added support for managing project links
- Package support
- Support configuring secrets backend in Airflow configuration
- Added support for Conveyor SSO Group mapping to teams
- Add oidc url to cluster datasource
- Add support for setting the default ide environment id on a project
- Allow changing the order of tags on a project
- Allow adding the git_sub_folder of a project
- Support several provider configuration options: CICD tokens, profile and allowed_tenant_id
- Add support for setting the Navbar color for Airflow on an environment
- Support deleting tags in the CLI
- Add support for the defaultIdeConfig on a project
- Add support for alert config on a project
- Order the tagIds read just like the users has input them to ensure that you do not get constant changes while applying
- Add the available tag colors to the documentation of the
conveyor_tag
resource - Automatically open the login pop-up when not logged in, instead of printing an error
- Add examples and import statements for
conveyor_tag
andconveyor_project_tags
- Allow defining and retrieving tags through the
conveyor_tag
resource and data source. - Project tags can be configured through the
conveyor_project_tags
resource.
- Adds support for supplying a default role on a project through the
conveyor_project
resource. - Modifies the default value for the
datahub_integration.cluster
property on theconveyor_environment
resource. This now defaults to the name of the environment instead of "prod".
- Adds support for listing the users of a project through the
conveyor_project_users
datasource - Adds support for listing the teams of a project through the
conveyor_project_teams
datasource - Adds support for listing the users of an environment through the
conveyor_environment_users
datasource - Adds support for listing the teams of an environment through the
conveyor_environment_teams
datasource - The
conveyor_team
datasource now exposes theusers
attribute
- Adds support for setting the Airflow configuration
- Adds support for the conveyor Airflow Datahub integration
- Added defaults to our terraform docs
- Fixed some typos in the environment terraform resources
- Fixed an issue where m2m credentials would result in a failure when trying to use the provider
- Added support for import
conveyor_team
andconveyor_team_user
- Show an error message when the user is not logged in
- Use the same token used by the recent conveyor cli's
- Improved the docs for Conveyor teams
- Added support for Conveyor teams
- The provider now works with the CONVEYOR prefix environment variables, which are preferred over the old DATAFY prefix
- The provider stores tokens in ~/.conveyor instead of ~/.datafy
- Rename provider from dmcloud to conveyor