You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed an issue that could leave orphaned replica sets when a deployment is deleted
Fixed acceptance tests for various resources
Added acceptance tests for DaemonSet, Job
Fixed an unconvertible type error
Fixed a perpetual diff issue when no top-level labels are defined on Deployment, StatefulSet, DaemonSet. The Kubernetes backend would copy labels from inner metadata blocks (e.g. spec->template->metadata) to the top level, which would cause a TF diff.
Changes
Added paused, progress_deadline_seconds attributes to Deployment schema