Now it is possible to enforce int by adding the `enforce_integer` option to `Op`. This can be used for example when specifying `maxReplicas` in HorizontalPodAutoscaler, where string representations of integers are not interpreted correctly by kubernetes
0.5.6
Install gcc inside dockerfile before installing ksux
0.5.5
Resources can be excluded by providing a path to a file via the `-xf` or `--exclude-file` option. The file must contain a list of resources in the `{apiVersion}_{kind}_{name}` format. Empty lines and comments starting with "" are ignored
0.5.4
List elements can now be targetted by any key by providing `list_key` prop to the `op` object.
0.5.3
upgrade pip to latest before installing package in docker