Skip to content

Releases: mudler/entities

v0.8.1

12 Jul 17:09
90c92a8
Compare
Choose a tag to compare

What's Changed

  • Fix shadow LastChanged 0 value by @Itxaka in #17

Full Changelog: v0.8.0...v0.8.1

v0.8.0

05 Jul 15:54
0767d60
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.0...v0.8.0

0.7.0

25 Jun 13:08
3d7f840
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.0...0.7.0

0.6.0: Use xpasswd instead of passwd pkg (#13)

06 Jun 10:39
caa3729
Compare
Choose a tag to compare
* Bump go version to 1.21 and remove vendor dir

* Remove use of ioutil

* Refactor to use xpasswd instead of passwd

0.5.2: groups: Fix safe mode (#7)

10 Jul 15:27
592c907
Compare
Choose a tag to compare
* ensure existing gid and password if the safe mode is enable

* avoid the gid check for specs where we add users to existing group

0.5.1: UserPasswd: Handle wrong lines (#4)

15 Jun 16:56
76201c6
Compare
Choose a tag to compare
* if the line contains an empty uid now entities
  prints a warning and replace the uid with 0

* if the line contains an empty gid now entities
  prints a warning and set the gid with the same
  value available in the uid field.

0.5.0: Add list subcommand (#2)

11 Jun 09:15
f529580
Compare
Choose a tag to compare
* Add list subcommand

* list: Add support for gshadow and --group-has-shadow option for groups

* groups: Avoid to join empty users list and broke /etc/group

* gshadow: Create the file if doesn't exist

* Add GetKind() method to Entity interface

* Add subcommand compare

It's now possible to show differences between the list
of entities defined under specified directory and
the existing entities provisioned on the system.

* apply: Add --safe option to avoid override of existing entities

* Align tests

* Permit to override defaults by env variables

* Add support for dynamic user uid

* When the uid of the user has value -1
  entities retrieve the first available uid
  to use for the specified entity.

* added attribute `group` to user that could
  be used to retrieve the gid from existing
  /etc/group file.

* Add support for dynamic group uid

* When the gid of the group has value -1
  entities retrieve the first available gid
  to use for the specified entity.

* compare: Ignore difference with dynamic id

0.4.1

11 Jun 09:12
Compare
Choose a tag to compare
Generate passwords if needed

0.4: Merge pull request #1 from geaaru/support-default-last-change-shadow

08 Apr 13:27
307c117
Compare
Choose a tag to compare
shadow: Using `now` to last_changed to set current days from 1970

0.1

05 Mar 17:35
Compare
Choose a tag to compare
0.1
Bail out if entity already present on Create()