You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by na...@apache.org on 2021/11/16 15:16:37 UTC

[brooklyn-server] branch master updated (bb819bb -> e69d6d2)

This is an automated email from the ASF dual-hosted git repository.

nakomis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git.


    from bb819bb  Merge branch 'update'
     new 0496244  Change kubernetes-client to version 5.8.0
     new bb40d72  Remove fixKubernetesClientClassloadBug patch no longer required
     new 53cc3c2  Make KubernetesLocation getClient methods public
     new 254cdf4  Tidy up JavaDoc in Locations class
     new 5cf3df1  Fix Helm entity imports
     new 9d8df3c  Tidy up Javadoc for Helm entity
     new 94a719e  Fix HelmEntity formatting
     new e69d6d2  Merge pull request #1262 from grkvlt/update/kubernetes-client

The 13442 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/brooklyn/core/location/Locations.java   |  6 +-
 .../brooklyn/container/entity/helm/HelmEntity.java | 72 ++++++++++++----------
 .../container/entity/helm/HelmEntityImpl.java      | 33 +++++-----
 .../location/kubernetes/KubernetesLocation.java    | 67 +++++---------------
 .../location/openshift/OpenShiftLocation.java      |  2 +-
 pom.xml                                            |  2 +-
 6 files changed, 79 insertions(+), 103 deletions(-)