diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d48745..e8006aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## Samba-ansible 1.1.4-2 +## Samba-ansible 1.1.5-1 -* updated smb.conf.j2 tmeplate to add 'disable spoolss = yes' \ No newline at end of file +* Flush winbind cache after initial domain join, fixes issue with incorrect idmapping in non clustered deployments \ No newline at end of file diff --git a/manifest.json b/manifest.json index 4b10e7b..0f1e792 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "name": "samba-ansible", "title": "Samba-ansible", "prerelease": false, - "version": "1.1.4", - "buildVersion": "2", + "version": "1.1.5", + "buildVersion": "1", "author": "Brett Kelly ", "url": "https://github.com/45Drives/samba-ansible", "category": "utils", @@ -43,8 +43,8 @@ ], "changelog": { "urgency": "medium", - "version": "1.1.4", - "buildVersion": "2", + "version": "1.1.5", + "buildVersion": "1", "ignore": [], "date": null, "packager": "Brett Kelly ", diff --git a/packaging/el8/main.spec b/packaging/el8/main.spec index 824b459..f5d1b2c 100644 --- a/packaging/el8/main.spec +++ b/packaging/el8/main.spec @@ -26,6 +26,9 @@ make DESTDIR=%{buildroot} install /usr/share/samba-ansible/* %changelog +* Fri Oct 27 2023 Brett Kelly 1.1.5-1 +- Flush winbind cache after initial domain join, fixes issue with incorrect idmapping + in non clustered deployments * Tue Apr 04 2023 Brett Kelly 1.1.4-2 - updated smb.conf.j2 tmeplate to add 'disable spoolss = yes' * Tue Apr 04 2023 Brett Kelly 1.1.4-1 diff --git a/packaging/focal/changelog b/packaging/focal/changelog index cd145b2..4346dbb 100644 --- a/packaging/focal/changelog +++ b/packaging/focal/changelog @@ -1,3 +1,10 @@ +samba-ansible (1.1.5-1focal) focal; urgency=medium + + * Flush winbind cache after initial domain join, fixes issue with incorrect idmapping + in non clustered deployments + + -- Brett Kelly Fri, 27 Oct 2023 18:31:56 -0300 + samba-ansible (1.1.4-2focal) focal; urgency=medium * updated smb.conf.j2 tmeplate to add 'disable spoolss = yes'