1. 04 Dec, 2017 9 commits
  2. 03 Dec, 2017 4 commits
  3. 02 Dec, 2017 3 commits
  4. 01 Dec, 2017 12 commits
  5. 30 Nov, 2017 11 commits
  6. 29 Nov, 2017 1 commit
    • Kubernetes Submit Queue's avatar
      Merge pull request #56425 from cmluciano/cml/deprecatev1beta1 · bb9f27f9
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 56497, 56500, 55018, 56544, 56425). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
      
      Mark v1beta1 NetworkPolicy types as deprecated
      
      **What this PR does / why we need it**:
      Deprecates v1beta1 NetworkPolicy in favor of v1. The default storage is now set to v1 in 1.9.
      
      **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
      Related #56423
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```
      deprecate NetworkPolicy v1beta1 API in extensions
      ```
      bb9f27f9