diff --git a/releases/0.1.0-NOTES.md b/releases/0.1.0-NOTES.md new file mode 100644 index 00000000..34be7046 --- /dev/null +++ b/releases/0.1.0-NOTES.md @@ -0,0 +1,17 @@ +# Features + +Short syntax for Pod, Service, Deployment, ReplicationController, ReplicaSet, PersistentVolume. Conversion between Kube and Short syntax for these resources. + +# Known Bugs + +[Service Status without Spec](https://github.com/koki/short/issues/102) +[Service HealthCheckNodePort](https://github.com/koki/short/issues/101) +[Pod Priority value](https://github.com/koki/short/issues/99) +[Pod Priority class name](https://github.com/koki/short/issues/98) +[Pod Tolerations](https://github.com/koki/short/issues/97) +[Pod Hostname and subdomain](https://github.com/koki/short/issues/97) +[ReplicationController with empty Pod Template](https://github.com/koki/short/issues/92) + +# Experimental + +Module syntax. See `/examples/imports`