Collaborne / kubernetes-mongodb-labeler

Automatically label a MongoDB pod in kubernetes
Apache License 2.0
0 stars 0 forks source link

Update kubernetes-client to the latest version πŸš€ #19

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 5.0.0 of kubernetes-client was just published.

Dependency kubernetes-client
Current Version 4.0.1
Type dependency

The version 5.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of kubernetes-client.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 17 commits.

  • d66047e chore(release): 5.0.0
  • 42d5bc7 docs(README.md): Re-write README.md for the Swagger-based client (#222)
  • 35b47a8 chore(package): update assume to version 2.0.1 (#230)
  • 6acbe90 chore(package): update sinon to version 4.4.5 (#228)
  • ff80097 docs(generate): use swagger-js-codegen to generate markdown docs (#223)
  • b369a4b refator(examples/): update examples for new Swagger Client API (#226)
  • 75fea3e refactor(Client): refactor client code into a single class (#225)
  • 941c7b8 chore(package): update sinon to version 4.4.3 (#224)
  • dc51f6d fix(examples/): fix a bug in an example (#221)
  • c2aec51 feat(CRDs): add basic CRD support to the dynamic client (#214)
  • 597a5b4 refactor(swagger-client): add ._addSpec logic (#213)
  • 8cadbe1 chore(package-lock.json): update (#212)
  • b1b355f feat(aliases): add the nice-to-have aliases to the dynamic client code (#209)
  • bea29a8 chore(lint): autofix some nagging lints (#210)
  • 162b33e feat(dynamic clients): introduce more user-friendly Client classes (#207)

There are 17 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 5.0.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • d98c652 chore(release): 5.0.1
  • b5eb7e0 fix(error handling): replicate pre-5.0.0 error handling (#232)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.1.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 0f61c51 chore(release): 5.1.0
  • 22dd942 fix(lint): autofix missing ; (#235)
  • e09b4ee feat(CustomResourceDefinitions): add support for watch paths (#233)
  • 9323dd3 chore(package): update sinon to version 4.4.6 (#231)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.2.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 8 commits.

  • eafa43c chore(release): 5.2.0
  • 98fe599 feat(authentication): Support OpenID and generic command-based authentication (#247)
  • 1b56da6 docs(canary): document canary pattern / controller with an example (#243)
  • 06eea2a chore(lint): add examples/ to lint script, fix lints (#242)
  • 7452031 chore(package): update eslint-plugin-mocha to version 5.0.0 (#240)
  • 196f06c chore(package): update sinon to version 5.0.0 (#239)
  • 95add57 docs(examples): add additional examples to assist with patching knowledge (#237)
  • 1e04921 Fix return types for functions in typings (#236)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.3.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 12 commits.

  • 877d201 chore(release): 5.3.0
  • 4fc1eb0 fix(typings): address issue with typings support for promises (#253)
  • 052e00c docs(README.md): Create client with basic auth (#261)
  • b6fe212 docs(examples): add an example for in-cluster-config (#259)
  • e66aa0d chore(package): update sinon to version 5.0.2 (#257)
  • 10e95ae test(travis): update node versions (#256)
  • 6865479 chore(package): update sinon to version 5.0.1 (#255)
  • 877af3d fix(package): update openid-client to version 2.0.0 (#252)
  • 2898b86 feat(fromKubeconfig): automatically call loadKubeconfig when kubeconfig a string (#251)
  • 71ada5d docs(examples): add an example for streaming events from a watch endpoint (#241)
  • 39fb22c docs(examples): require kubernetes-client in canary-controller.js (#250)
  • 6d4c610 docs(examples/): DeploymentNotifier toy CRD example (#246)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.3.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 16 commits.

  • 1f9bd74 chore(release): 5.3.1
  • ef246f8 chore(v1.10): add Swagger JSON for 1.10.5 (#291)
  • 69ab82f chore(package): update sinon to version 6.0.1 (#290)
  • b65a78f chore(package): update @types/node to version 10.3.5 (#289)
  • 7735c62 chore(package): update sinon to version 5.1.1 (#284)
  • 129d92e chore(package): update eslint to version 5.0.0 (#287)
  • 84fdc2b chore(travis): always use npm install (#288)
  • 36ca19f fix(delete): delete a resource without passing an options object (#275)
  • 33a38c6 chore(package): update promy to 1.0.1 (#282)
  • 104ba53 chore(greenkeeper): update greenkeeper config (#280)
  • 21bebbb refactor(examples): fix lints in pod-logs.js example (#278)
  • 329b925 chore(dependencies): update sinon to 5.0.8 (#277)
  • bbf96c3 docs(log): example for logs from pod with multiple containers (#272)
  • 42e8ebd docs(README.md): getInCluster documentation example (#270)
  • 0c05ac3 docs(README.md): fixes spelling mistake (#266)

There are 16 commits in total.

See the full diff

ankon commented 6 years ago

I'm a bit concerned in using these versions:

  1. We probably can switch to our own auto-kubernetes-client
  2. The CRD support likely broke TPR support, which might be problematic.

In any case this update needs actual testing.

greenkeeper[bot] commented 6 years ago

Version 5.4.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • 229ee05 chore(release): 5.4.0
  • cb9f7e4 feat(CRDs): add Cluster scope support (#307)
  • 2014d27 docs(apply): doc pattern for kubectl apply -f (#305)
  • b640e1a docs(example): example for creating, updating, and rolling back a deployment (#302)
  • b55b522 docs(readme): remove readme typos (#301)
  • ea67253 chore(package): update yargs to version 12.0.1 (#292)
  • d9db678 docs(readme): add slack button (#293)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.0.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 8 commits.

  • 394b415 chore(release): 6.0.0
  • 6a3aa8b chore(4.X): remove old API code (#317)
  • fe3a131 feat(typings): Update TypeScript declaration file for new API (#316)
  • 3a2886c feat(Client1_10): add Client class for a specific API version (#315)
  • a8e399c feat(typings): script to generate declaration file for current API (#313)
  • f0cd4c7 fix(aliases): reduce the number of nonsense aliases (#312)
  • 50ac41f fix(package): update fluent-openapi to version 0.1.1 (#311)
  • f48327a chore(fluent-openapi): switch to using fluent-openapi for spec loading (#310)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.0.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 98f0a1a chore(release): 6.0.1
  • 0896011 fit(typings): add missing .loadPath() (#321)
  • 4532ced chore(tests): use chai expect instead of assume (#318)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.1.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • aa1b8ff chore(release): 6.1.0
  • 2e3ae71 fix(auth): unhandled promise rejection caused by failed auth refresh (#325)
  • c6810de feat(kube-config): add support for KUBECONFIG env var (#322)

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 10 commits.

  • 6132dd5 chore(release): 6.2.0
  • b5ef3d3 chore(upgrade): Greenkeeper/openid client 2.4.4 (#342)
  • 6896a9b chore(upgrade): standard-version to latest (#341)
  • d94ad93 chore(request): bump request package version (#340)
  • 0511bb4 feat(addCustomResourceDefinition): add support for /status and /scale CRD endpoints (#335)
  • c06e7cf feat(auth): support auth through iam-authenticator, add example (#332)
  • 58541c7 feat(config): read exec arguments from kubeconfig (#333)
  • ed47d43 feat(pod-exec): add initial support for command execution (#329)
  • 567b7a8 chore(package): update nock to version 10.0.0 (#331)
  • d76a84f feat(config): support multiple config files in KUBECONFIG (#326)

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 894821b chore(release): 6.3.0
  • 6a9f06d feat(timeout): plumb a timeout option for HTTP requests (#339)
  • e8d914b fix(auth): update auth settings after refreshing (#338)

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 9e1bf2f chore(release): 6.3.1
  • a854fef fix(kubeconfig): handle optional kubeconfig user exec properties (#351)
  • c6bb0a1 fix(querystring): indices must be disabled (#344)

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 447680e chore(release): 6.3.2
  • 5b30db7 chore(upgrade): fluent-openapi (#355)
  • 948e24f chore(loadSpec): copy from fluent-openapi (#353)

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 6ad1e87 chore(release): 6.4.0
  • d84bef4 chore(deps): update package-lock.json (#359)
  • 8a5f5cb feat(loadSpec): change the endpoint called by loadSpec (#356)
  • 83197bb docs(config): explain more thoroughly (#358)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 952bc00 chore(release): 6.4.1
  • 42f3e5d fix(swagger): Fallback to old swagger.json endpoint (#364)
  • d17bb81 refactor(style): switch to standard js (#360)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • 3e1bec7 chore(release): 6.5.0
  • 9adcc04 feat(CRDs): cluster-level GET for Namespaced CRDs (#366)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • 3f562d5 chore(release): 6.5.1
  • 2e161aa fix(node6): remove spread for node6+ support (#368)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • ad561d0 chore(release): 6.6.0
  • b862dab chore(bump): upgrade deepmerge to 3.0.0 (#380)
  • 031bf94 chore(upgrade): fluent-openapi 3.0 (#379)
  • fe32dd0 chore(lint): fix lint error (#378)
  • ef1467a fix(auth): remove authentication from /openapi/v2 call (#372)
  • 0aa7f80 chore(upgrade): upgrade to fluent-openapi 2.0.0 (#370)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • 3153fbd chore(release): 6.6.1
  • 5672a3c fix(request): handle 200 responses with an empty body (#381)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • 4b61fa4 chore(release): 6.6.2
  • 7ad8a17 chore(upgrade): move from openapi-fluent to swagger-client (#385)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • e77b589 chore(release): 6.7.0
  • 623453d feat(inCluster): set serviceaccount root for inCluster (#383)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 9 commits.

  • 7377a65 chore(release): 6.8.0
  • 67d114a fix(require): update auth-provider path (#397)
  • a4c2a0d chore(release): 6.7.1
  • 515a6e3 fix(aliasing): don't alias apis (to api) (#393)
  • 51d83f1 refactor(aliasing): move alias code from common.js to alias.js and add tests (#392)
  • 79684a4 refactor(backends): move Request to lib/backends/ (#389)
  • 147531e test(refactor): move tests from test/.js to lib/**/.js (#388)
  • 8b8384b test(unit): clean up / refactor unit tests (#387)
  • 34146e5 docs(inCluster): document KUBERNETES_CLIENT_SERVICEACCOUNT_ROOT (#386)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • 84ce275 chore(release): 6.8.2
  • b17a0a9 fix(typings): remove .loadSpec() from declarations (#406)
  • 43a4f5b chore(typings): update declaration file and add test (#405)
  • 16c192e refactor(typings): update script for generating declaration file (#404)
  • 56886f6 refactor(alias): don't alias status (#403)
  • 0ba0e6a chore(release): 6.8.1
  • 4944fba fix(loadSpec): remove noAuth (#396)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • b32e4da chore(release): 6.8.3
  • a557d97 fix(exec): correctly join URL components (#402)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 10 commits.

  • e25c60a chore(release): 6.9.0
  • 4329a47 chore(package): update mocha to version 6.0.0 (#414)
  • 6ce56ba docs(contributing): updates (#416)
  • d7256fc chore(docs): generate docs for new specs (#417)
  • bfc28bc feat(swagger): add files for latest releases (#415)
  • e319989 chore(package): update sinon to version 7.2.4 (#413)
  • e0dd92c chore(package): update standard-version to version 5.0.0 (#412)
  • a3c94cd chore(package): update yargs to version 13.1.0 (#411)
  • 97a2eb8 chore(package): update @types/node to version 11.9.0 (#410)
  • 04cf5a0 docs(kubeconfig): document context option to fromKubeconfig (#409)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • 84cee05 chore(release): 6.10.0
  • 0eafb35 chore(package): update sinon to version 7.2.5 (#419)
  • d27559c docs(README.md): fix Documentation links (#423)
  • 27ec13f feat: ability for a user to specify their own getNames function (#424)
  • 707d845 docs(update): generate new docs (#422)
  • 0372af9 docs(client): new doc generating code (#421)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 1811449 chore(release): 6.11.0
  • 68d8b20 feat(request): add the ability to make the request json option false (#427)
  • a625604 chore(upgrade): swagger-fluent to ^3.1.2 (#425)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • a6d8dba chore(release): 6.11.1
  • be6d5f9 chore(update): bump js-yaml to 3.13.0 (#431)
  • 75c4589 chore(package): update sinon to version 7.3.0 (#430)
  • 488d909 docs(examples): tune up VPA example, add to README.md (#429)
  • be8f6c9 docs(examples): add VerticalPodAutoscaler example usage (#428)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • df281ba chore(release): 6.12.0
  • 1bdbc1a chore(package): update sinon to version 7.3.1 (#435)
  • 0a0da2a docs(example): fix examples/watch.js (#434)
  • 49bba39 refactor(config): small fromKubeconfig refactoring (#437)
  • d7e0688 feat(config): expose the current namespace on the config object (#436)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 64c6b9b chore(release): 6.12.1
  • 707407f chore(dependencies): manually update dependencies (#439)
  • 6eb553d docs(links): remove some references, add some references (#438)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 8 commits.

  • 847623c chore(release): 7.0.0
  • 7fee36b chore(package): update sinon to version 7.3.2 (#449)
  • 095008e feat(typings): upgrade declaration file to 1.13 (#447)
  • a28cfb0 docs(README.md): clarify .loadSpec() support (#446)
  • 479fa39 chore(package): update nyc to version 14.0.0 (#445)
  • 6ea41ce chore(dependencies): remove unused istanbul (#442)
  • 453ab08 chore(coverage): move to nyc (#441)
  • ed44374 refactor(eslint): remove unused .eslintrc file (#440)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€