Skip to content

Commit

Permalink
Merge pull request #194 from ublubu/040
Browse files Browse the repository at this point in the history
0.4.0 release notes
  • Loading branch information
wlan0 authored Dec 30, 2017
2 parents ca99207 + 514f76d commit d096392
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions releases/0.4.0-NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
This version adds shorthand syntax for:

* ControllerRevision
* CustomResourceDefinition
* Event
* InitializerConfiguration
* PodDisruptionBudget
* PriorityClass
* PodPresets
* PodSecurityPolicy
* ApiService
* Binding
* Namespace
* LimitRange
* ClusterRole

Documentation for these types is coming soon.

Fixed bugs:

* Pod Probe Ports weren't being set properly.
* Serialization code wasn't using the koki/json library, so empty fields were still not omitted.

0 comments on commit d096392

Please sign in to comment.