Releases: vmware/pmd
Releases · vmware/pmd
v1.0.1
Initial release for photon-mgmtd.
This is a photon management daemon written in golang which replaces the existing pmd.
This covers below mentioned features for photon remote machine:
- Network management.
- User and group management.
- Package management.
- Firewall and iprules management.
- Managing systemd services.
This project is contributed by @ssahani @ntsbtz @oliverkurth @HarinadhD @vbrahmajosyula1
v0.0.7
This release includes below features and fixes:
- A few resource leaks and other issues uncovered by coverity.
- Added CLI and python3 support for all commands available with https://github.com/vmware/network-config-manager release 0.2.
- Unit test for network-config-manager.
- Fix segfault on 'pmd-cli pkg check'. 'check' command is not yet supported from pmd. Will support this in future.
v0.0.7-beta
Features:
Dependency changes:
- Deprecated python2 support.
- Deprecated Lightwave & Likewise-open dependency.
- Deprecated Kerberos and Ldap Authentication.
- Added dependency on dcerpc, gssapi-unix and openldap.
- Deprecated use of netmgr.
- Added support for network-config-manager.
Package Management:
- Added support for following tdnf commands:
- search
- check-local
- provides
- check-update
- clean
- Added python support for following tdnf commands:
- clean
- provides
- search
- check-update
Network Management:
- Added CLI and python3 support for all commands available with https://github.com/vmware/network-config-manager release 0.1.
Bug Fixes:
- Fix a bug in firewall management persist command.
- Fix pszUrlGPGKeys string incompatibility with tdnf 2.1.2
Tests:
- Added test for network management.
0.0.6
v0.0.5
- fix handle leaks in pkg apis
- execve for command execution path
v0.0.4
privilege separation - external facing server runs as user pmd.
v0.0.3
Fix REST param handling
Fix cli locale
v0.0.2
Fix python3 string handling
Fix REST param handling
v0.0.1
initial