Skip to content

Releases: vmware/pmd

v1.0.1

27 Jun 05:29
dbf5fa8
Compare
Choose a tag to compare

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:

  1. Network management.
  2. User and group management.
  3. Package management.
  4. Firewall and iprules management.
  5. Managing systemd services.

This project is contributed by @ssahani @ntsbtz @oliverkurth @HarinadhD @vbrahmajosyula1

v0.0.7

20 Feb 14:22
46edb79
Compare
Choose a tag to compare

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

24 Dec 10:13
8fede25
Compare
Choose a tag to compare
v0.0.7-beta Pre-release
Pre-release

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:

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

26 Sep 23:07
Compare
Choose a tag to compare

Version with Role Management features.

v0.0.5

28 Sep 18:18
Compare
Choose a tag to compare
  • fix handle leaks in pkg apis
  • execve for command execution path

v0.0.4

24 Sep 05:06
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

privilege separation - external facing server runs as user pmd.

v0.0.3

02 Aug 01:40
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Fix REST param handling
Fix cli locale

v0.0.2

02 Aug 00:10
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Fix python3 string handling
Fix REST param handling

v0.0.1

09 May 07:03
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
initial