Releases: mudler/entities
Releases · mudler/entities
v0.8.1
v0.8.0
0.7.0
What's Changed
- Use locking mechanism to run in parallel by @mauromorales in #14
- Generate a user id in the range of human users by @jimmykarily in #15
New Contributors
- @jimmykarily made their first contribution in #15
Full Changelog: 0.6.0...0.7.0
0.6.0: Use xpasswd instead of passwd pkg (#13)
* 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)
* 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)
* 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)
* 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
0.4: Merge pull request #1 from geaaru/support-default-last-change-shadow
shadow: Using `now` to last_changed to set current days from 1970