Skip to content

Latest commit

 

History

History
332 lines (152 loc) · 17.5 KB

CHANGELOG.md

File metadata and controls

332 lines (152 loc) · 17.5 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

6.1.0 (2021-08-23)

Features

Bug Fixes

  • upgrade coveralls from 3.1.0 to 3.1.1 (#273) (c3396d8)
  • upgrade documentation from 13.1.1 to 13.2.5 (#269) (126d7e8)
  • upgrade eslint-plugin-import from 2.22.1 to 2.23.4 (#270) (1bc4aef)
  • upgrade standard-version from 9.1.1 to 9.3.0 (#271) (94ad525)
  • upgrade standard-version from 9.3.0 to 9.3.1 (#274) (47f91a4)

6.0.0 (2021-05-26)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#249) (8b2bc62)
  • safe join for urls (#265) (16ac479)
  • upgrade eslint-plugin-promise from 4.2.1 to 4.3.1 (#251) (cd7ea30)
  • upgrade standard-version from 9.0.0 to 9.1.0 (#250) (d30ef49)
  • upgrade standard-version from 9.1.0 to 9.1.1 (#252) (3493760)

5.1.0 (2021-01-13)

Features

5.0.0 (2021-01-05)

⚠ BREAKING CHANGES

  • Removed authUrl added automatic auth url retrieval.

Features

  • package: upgrade kubernetes-client from 8.3.6 to 9.0.0 (#234) (60e801b)

Bug Fixes

  • Removed authUrl added automatic auth url retrieval. (8db3420)
  • upgrade documentation from 13.0.2 to 13.1.0 (#242) (b9cc5c1)
  • upgrade eslint-plugin-import from 2.22.0 to 2.22.1 (#239) (4e5a37e)
  • upgrade eslint-plugin-standard from 4.0.1 to 4.0.2 (#241) (1f12885)
  • upgrade eslint-plugin-standard from 4.0.2 to 4.1.0 (#244) (65de536)
  • upgrade standard-version from 8.0.1 to 8.0.2 (#236) (ab29702)

4.1.1 (2020-05-30)

Bug Fixes

4.1.0 (2020-05-22)

Features

Bug Fixes

  • upgrade eslint-plugin-node from 11.0.0 to 11.1.0 (#210) (308cf54)

4.0.1 (2020-04-13)

Bug Fixes

  • pin the kubernetese-client version to 8.3.6 (#208) (d9dfbcb)
  • upgrade coveralls from 3.0.6 to 3.0.9 (#200) (c4d0fcd)
  • upgrade documentation from 12.1.2 to 12.1.4 (#202) (60e418e)
  • upgrade eslint from 6.5.0 to 6.8.0 (#199) (baebe7a)
  • upgrade kubernetes-client from 8.3.4 to 8.3.6 (#203) (2dfa271)
  • upgrade nock from 12.0.0 to 12.0.2 (#201) (7597d6f)
  • upgrade request from 2.88.0 to 2.88.2 (#204) (007a6b4)
  • upgrade tape from 4.13.0 to 4.13.2 (#205) (5ab6a48)

4.0.0 (2020-02-17)

⚠ BREAKING CHANGES

  • removal of Node 8 support

  • engine parameter targets node 10+ (#194) (ab0bab4)

3.2.0 (2020-01-21)

Features

3.1.0 (2020-01-14)

Features

3.0.1 (2019-11-19)

Bug Fixes

  • auth: Throw some reasonable error message in basic authentication when we can't obtain an access token. (#174) (53614e2)

3.0.0 (2019-10-30)

⚠ BREAKING CHANGES

  • Some API has changed

  • This commit updates the client to remove deprecation warnings caused by the kubernetes-clients. There are some changes to getting external configs.

Bug Fixes

2.3.0 (2019-09-30)

Features

  • auth: add optional auth url param to client settings (#167) (11df861)

2.2.2 (2019-09-11)

2.2.1 (2019-09-09)

2.2.0 (2019-04-24)

Features

2.1.0 (2019-04-05)

Features

2.0.1 (2019-04-01)

2.0.0 (2019-03-14)

Features

BREAKING CHANGES

  • API is now different

  • The API is now generated based on the Openshift Open api spec

  • Using the kubernetes-client under the hood

  • The api is fluent, for example, client.apis['build.openshift.io'].v1.namespace('default').builds.get()

  • Not a drop in replacement for version 1.x

1.6.4 (2019-01-23)

Bug Fixes

  • no cluster url should return a rejected Promise (fa2a549)
  • Throw an error when there's no CLUSTER URL (#108) (65093a3)

1.6.3 (2019-01-15)

1.6.2 (2018-12-12)

1.6.1 (2018-12-07)

Bug Fixes

  • common-request.js: print some meaningful error message in case of unsuccessful authentication (#99) (8d6ad07)

1.6.0 (2018-11-29)

Features

  • add basic authentication option when the token is not provided in user config (#92) (f5778b9), closes #89
  • Add ServiceInstance resource (#96) (6f9b197)
  • Add StatefulSet resource (#93) (e154ef6)

1.5.0 (2018-10-30)

Features

1.4.0 (2018-06-05)

Bug Fixes

  • travis-ci should use npm install instead of npm ci (#74) (5d7b59b)

Features

1.3.0 (2018-05-24)

Features

1.2.0 (2018-05-22)

Bug Fixes

  • tests: missing PVC test (f10cdc8)

Features

  • events: events findAll/find & tests (14577a2)
  • PVC: add persistent volume claims methods and tests (306d2b5)

1.1.2 (2018-05-21)

1.1.1 (2018-05-14)

Bug Fixes

1.1.0 (2018-03-20)

Features

  • build-configs: Adding instantiate method to buildconfigs (#60) (7c86990)

1.0.1 (2018-02-19)

Bug Fixes

1.0.0 (2018-02-12)

Features

  • include the openshift-config-lodaer. (2e21e0e), closes #54

BREAKING CHANGES

  • It is no longer necessary to include the openshift-config-loader separate. By default, just calling the rest client will do the default config loading. If a user needs to pass a config into the client, use the settings object. ex: settings.config = {...}