Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Latest commit

 

History

History
59 lines (50 loc) · 2.72 KB

CHANGELOG.md

File metadata and controls

59 lines (50 loc) · 2.72 KB

CHANGELOG

1.7.0

  • Update credentials plugin from 2.1.7 to 2.1.19 (2.2.0) CVE-2019-10320 #30
  • Drop support for 1.8,1.9 - Test for 1.15 #31

1.6.0

  • Resolve environment variables in serverUrl for Freestyle jobs #26

1.5.0

  • Add support for namespace #23
  • Other changes #24
  • Fix plain kubeconfig setup #25

1.4.0

  • Added support for clusterName option #19
  • Upgrade kubectl versions #20
  • Add tests for kubectl 1.13 #21

1.3.0

  • Add tests for kubectl 1.11 #11
  • Test listing credentials #12
  • Add support for 1.12.0 #13
  • Use latest kubectl versions for tests #14
  • Depend on apache-httpcomponent plugin #15
  • Missing comma in documentation #16
  • Base64 Decode that CA certificates #17
  • Don't require ca certificates to be base64 encoded #18

1.2.0

  • Add tests for kubectl 1.11 #10
  • Add support for kubectl 1.10.5 #8
  • Add support for contextName #4

1.1.0

  • Upgrade kubernetes-credentials to 0.3.1 #1
  • Add support for FileCredentials #2

1.0.0

  • Fix sporadic execution error when running kubectl concurrently

0.1.0

  • Import authentication feature from the kubernetes plugin
  • Add support for StringCredentials
  • Add support for scoped credentials
  • Add support for tokens and password with spaces
  • Embed certificates into the kubeconfig
  • Fix the masks used on the commands to prevent tokens from leaking into the logs
  • Display kubectl output in the logs