v1.0.3
smarterclayton
released this
20 Jul 20:38
·
32622 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 toPOST
instead ofGET
. For backwards compatibility,GET
continues to be supported. Clients will try to usePOST
, and if that fails, will try to useGET
. 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 renamedhostPath
in all Pods and PodTemplates.
- The
Fixes:
- Updated to Kubernetes v1.0.0
oc status
now displays standalone replication controllers and a number of other warnings about issuesopenshift 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
andlog
sessions has been increased from 5 minutes to 1 hour. - Improved performance of OpenShift when idling by removing an inefficient timer loop