Skip to content

v1.0.1

Compare
Choose a tag to compare
@smarterclayton smarterclayton released this 01 Jul 15:27
· 32350 commits to master since this release

Incompatible changes from v1.0.0:

  • Setting a lower case port protocol type for services did not work properly - now, lower case port protocols ("tcp" or "udp") are rejected by validation - #3258

Bug fixes:

  • Make secret volumes unique for push/pull secrets during builds
  • Give better usage errors from the oc secret commands
  • In oc new-app:
    • fix a bug where explicit tags were being set on new image streams (which confused builds)
    • expose ports that were defined in the source Dockerfile when creating an app from a Git repo
    • allow Dockerfile FROM to point to an image stream or invalid image
    • create emptyDir volumes for any image that has volumes, and inform the user the volumes are created
    • allow all ports defined on the image to be exposed on the generated service
  • Filter builds by completion time in the overview page of the web console
  • When SELinux was disabled, emptyDir volumes were not properly created
  • Show additional information in oadm policy who-can
  • Fix a race condition when service accounts with .dockercfg files (for pull secrets) were deleted
  • When generating and adding secrets to a service account, oc secrets add now allows the user to specify which type of secret is being added (mountable, image pull, etc)
  • The custom builder build type now allows image output to be disabled instead of requiring it on input
  • Handle websocket errors in the console more effectively
  • Ensure http_proxy and HTTP_PROXY env vars can be passed to builds