Skip to content

v1.0.3

Compare
Choose a tag to compare
@smarterclayton smarterclayton released this 20 Jul 20:38
· 32014 commits to master since this release

Backwards compatibility:

  • Stored objects
    • Build pods previously inherited the labels of the build. This resulted in pods from builds being accidentally being included in deployments that had similar labels. It was never intended that build pods should share labels with existing components, so this behavior has been removed. Queries that attempt to retrieve build pods by label will no longer work
  • API
    • The pods/exec endpoint is being moved to POST instead of GET. For backwards compatibility, GET continues to be supported. Clients will try to use POST, and if that fails, will try to use GET. If you have an existing deployment, the default policy will need to be updated prior to 1.1.0. See #3717 for more.
    • The hostDir volume type has been renamed hostPath in all Pods and PodTemplates.

Fixes:

  • Updated to Kubernetes v1.0.0
  • oc status now displays standalone replication controllers and a number of other warnings about issues
  • openshift start --print-ip which reports the IP that the master will use if no --master address is provided
  • Fixed a race condition when certificates were created on startup (duplicate serial)
  • The timeout for exec, portforward and log sessions has been increased from 5 minutes to 1 hour.
  • Improved performance of OpenShift when idling by removing an inefficient timer loop