From f95b193ad5d492b2bee8d2311f8b8fa21e513fb3 Mon Sep 17 00:00:00 2001 From: Kynan Rilee Date: Fri, 1 Dec 2017 23:58:17 -0800 Subject: [PATCH] release notes --- releases/0.1.0-NOTES.md | 14 +++++++------- releases/0.2.0-NOTES.md | 22 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 7 deletions(-) create mode 100644 releases/0.2.0-NOTES.md diff --git a/releases/0.1.0-NOTES.md b/releases/0.1.0-NOTES.md index 34be7046..97871498 100644 --- a/releases/0.1.0-NOTES.md +++ b/releases/0.1.0-NOTES.md @@ -4,13 +4,13 @@ Short syntax for Pod, Service, Deployment, ReplicationController, ReplicaSet, Pe # 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) +- [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 diff --git a/releases/0.2.0-NOTES.md b/releases/0.2.0-NOTES.md new file mode 100644 index 00000000..6817bddd --- /dev/null +++ b/releases/0.2.0-NOTES.md @@ -0,0 +1,22 @@ +This version will have shorthand syntax support for + +1. Persistent Volumes, Volumes +2. Persistent Volume Claims +3. Jobs +4. Chron Jobs +5. Stateful Sets +6. Config Maps +7. Secret +8. Storage Class + +We've added more complete imports support: + +Define imports and exports within a manifests module. +Parameterize your resources using simple text templating. + +Resources coming next: + +1. Endpoints +2. Ingress +3. Service Account +4. Metadata Fields...