Skip to content

Commit

Permalink
v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bkelly16 committed Oct 28, 2023
1 parent 98af0e7 commit aae5fe6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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'
* Flush winbind cache after initial domain join, fixes issue with incorrect idmapping in non clustered deployments
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"url": "https://github.com/45Drives/samba-ansible",
"category": "utils",
Expand Down Expand Up @@ -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 <[email protected]>",
Expand Down
3 changes: 3 additions & 0 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ make DESTDIR=%{buildroot} install
/usr/share/samba-ansible/*

%changelog
* Fri Oct 27 2023 Brett Kelly <[email protected]> 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 <[email protected]> 1.1.4-2
- updated smb.conf.j2 tmeplate to add 'disable spoolss = yes'
* Tue Apr 04 2023 Brett Kelly <[email protected]> 1.1.4-1
Expand Down
7 changes: 7 additions & 0 deletions packaging/focal/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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'
Expand Down

0 comments on commit aae5fe6

Please sign in to comment.