Skip to content

Commit

Permalink
release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ublubu committed Dec 2, 2017
1 parent 284c80e commit f95b193
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 7 deletions.
14 changes: 7 additions & 7 deletions releases/0.1.0-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
22 changes: 22 additions & 0 deletions releases/0.2.0-NOTES.md
Original file line number Diff line number Diff line change
@@ -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...

0 comments on commit f95b193

Please sign in to comment.