Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 1.0.0 (2023-11-14) ### Bug Fixes * add missing unified_job_template_id ([72d1deb](72d1deb)) * add missing workflow_job_template_id on workflow_job_template_node_* ([ca6c20f](ca6c20f)) * add schedule inventory parameter support ([5e691ac](5e691ac)) * do not provide local_path for project if the scm_type is git ([denouche#13](https://github.com/veepee-oss/terraform-provider-awx/issues/13)) ([b4ab7dc](b4ab7dc)) * fix some func names after upgrading goawx dep ([999e70d](999e70d)) * goawx version for always node type ([denouche#7](https://github.com/veepee-oss/terraform-provider-awx/issues/7)) ([bfe6ea8](bfe6ea8)) * make a new release ([be91fb4](be91fb4)) * notification template notification configuration is a json ([09787ef](09787ef)) * notification_configuration is a string ([f10fb3b](f10fb3b)) * notification_template schema ([4b28594](4b28594)) * publish for all os and arch ([7a3cd45](7a3cd45)) * remove success_nodes from workflow_job_template_node ([5957d52](5957d52)) * rrule is a string ([26f9404](26f9404)) * schedule Optional field missing ([acc2538](acc2538)) * some fixes ([196711f](196711f)) * some fixes on notification_template resource ([3cd1a59](3cd1a59)) * upgrade goawx dep ([ba2ea50](ba2ea50)) * upgrade goawx dep ([50447a2](50447a2)) * use roondar/goawx v1.1.1 ([b28f568](b28f568)) * when using insecure connection the PROXY_HTTPS env var was ignored ([denouche#12](https://github.com/veepee-oss/terraform-provider-awx/issues/12)) ([e457deb](e457deb)) * workflow job template & schedule inventory option default value ([#2](#2)) ([6869420](6869420)) * workflow_job_template_node_id is required ([a283788](a283788)) ### Features * add AWX token authentication ([denouche#15](https://github.com/veepee-oss/terraform-provider-awx/issues/15)) ([55b7d41](55b7d41)) * add awx_schedule and awx_workflow_job_template_schedule resources ([af3ec75](af3ec75)) * Add default environment for Organizations ([6f8a2aa](6f8a2aa)) * Add doc to gitlab ([68f2d76](68f2d76)) * Add Gitlab credential ([929b5fd](929b5fd)) * add notification_template resource ([9c5b488](9c5b488)) * Add organization role ([2d19fb2](2d19fb2)) * Add organization role data source ([4bc4065](4bc4065)) * Add Organizations GalaxyCredentials ([56c7971](56c7971)) * Add resource credential Ansible Galaxy ([fe00422](fe00422)) * Add resource settings ([c3e2646](c3e2646)) * add resources awx_job_template_notification_template_success awx_job_template_notification_template_error awx_job_template_notification_template_started ([24b69c5](24b69c5)) * Add setting resource ([b1b1a24](b1b1a24)) * Add source project and source path for inventory ([d881d7f](d881d7f)) * Add user resource ([3af34a2](3af34a2)) * adds the possibility to use source_id inside resource_inventory_source ([denouche#20](https://github.com/veepee-oss/terraform-provider-awx/issues/20)) ([6891c9e](6891c9e)) * enable insecure https connection to AWX ([denouche#84](https://github.com/veepee-oss/terraform-provider-awx/issues/84)) ([616e88d](616e88d)) * fetch upstream ([8cc9cb0](8cc9cb0)), closes [denouche#16](https://github.com/veepee-oss/terraform-provider-awx/issues/16) * organizations data source ([#4](#4)) ([ad61e88](ad61e88)) * release ([ab77b3a](ab77b3a)) * support execution environments ([#1](#1)) ([0791c09](0791c09)) * Update goawx v0.18.0 ([0a753d8](0a753d8)) * upgrade goawx & support for job_slice_count ([f7b6198](f7b6198)) * upgrade goawx lib to 0.14.1 ([denouche#22](https://github.com/veepee-oss/terraform-provider-awx/issues/22)) ([3193f56](3193f56)) * Use roondar/goawx v1.1.0 ([7288f19](7288f19)) * workflow job template notifications ([#3](#3)) ([00db915](00db915))
- Loading branch information