From 069c135c588dc0d17cae6e6c776d68af04166a25 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Mon, 17 Aug 2020 21:12:36 +0300 Subject: [PATCH] update galaxy.yml, remove old changelog fragments --- changelogs/fragments/369-mysql_user_add_tls_requires.yml | 2 -- .../609-mysql_user_fix_overriding_password_to_the_same.yml | 2 -- changelogs/fragments/618-mysql_user_add_missed_privileges.yml | 2 -- galaxy.yml | 2 +- 4 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 changelogs/fragments/369-mysql_user_add_tls_requires.yml delete mode 100644 changelogs/fragments/609-mysql_user_fix_overriding_password_to_the_same.yml delete mode 100644 changelogs/fragments/618-mysql_user_add_missed_privileges.yml diff --git a/changelogs/fragments/369-mysql_user_add_tls_requires.yml b/changelogs/fragments/369-mysql_user_add_tls_requires.yml deleted file mode 100644 index 10d3977..0000000 --- a/changelogs/fragments/369-mysql_user_add_tls_requires.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - mysql_user - add TLS REQUIRES parameters (https://github.com/ansible-collections/community.mysql/pull/9). diff --git a/changelogs/fragments/609-mysql_user_fix_overriding_password_to_the_same.yml b/changelogs/fragments/609-mysql_user_fix_overriding_password_to_the_same.yml deleted file mode 100644 index 9ad0c08..0000000 --- a/changelogs/fragments/609-mysql_user_fix_overriding_password_to_the_same.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- mysql_user - fix overriding password to the same (https://github.com/ansible-collections/community.general/issues/543). diff --git a/changelogs/fragments/618-mysql_user_add_missed_privileges.yml b/changelogs/fragments/618-mysql_user_add_missed_privileges.yml deleted file mode 100644 index cf7a583..0000000 --- a/changelogs/fragments/618-mysql_user_add_missed_privileges.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- mysql_user - add missed privileges to support (https://github.com/ansible-collections/community.general/issues/617). diff --git a/galaxy.yml b/galaxy.yml index 0b8519e..ff3f920 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: mysql -version: 1.0.0 +version: 1.0.1 readme: README.md authors: - MySQL Working Group (https://github.com/ansible-collections/community.mysql/wiki/MySQL-Working-Group)