Skip to content

Commit

Permalink
Version 1.0.0 - CHANGELOG.md [citest skip]
Browse files Browse the repository at this point in the history
[1.0.0] - 2022-11-01
--------------------

### New Features

- Manage podman containers using the `podman kube play` Kubernetes YAML
  file interface - `podman_kube_spec` - system and user

- Automatically create host volume directories based on specifying host
  mounted volumes in the K8s YAML spec

- Use `podman_host_directories` to provide detailed ownership, permissions,
  SELinux policy, etc. for host directories created by the role

- Use `podman_firewall` to manage firewalld properties of ports specified
  in `podman_kube_spec`

- Use `podman_selinux_ports` to manage SELinux policy for ports specified
  in `podman_kube_spec`

- Manage config files using `podman_containers_conf`, `podman_registries_conf`,
  `podman_storage_conf`, and `podman_policy_json`

### Bug Fixes

- none

### Other Changes

- none

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Nov 1, 2022
1 parent 7b3d0cd commit 7348b35
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
Changelog
=========

[1.0.0] - 2022-11-01
--------------------

### New Features

- Manage podman containers using the `podman kube play` Kubernetes YAML
file interface - `podman_kube_spec` - system and user

- Automatically create host volume directories based on specifying host
mounted volumes in the K8s YAML spec

- Use `podman_host_directories` to provide detailed ownership, permissions,
SELinux policy, etc. for host directories created by the role

- Use `podman_firewall` to manage firewalld properties of ports specified
in `podman_kube_spec`

- Use `podman_selinux_ports` to manage SELinux policy for ports specified
in `podman_kube_spec`

- Manage config files using `podman_containers_conf`, `podman_registries_conf`,
`podman_storage_conf`, and `podman_policy_json`

### Bug Fixes

- none

### Other Changes

- none

0 comments on commit 7348b35

Please sign in to comment.