This is an automated email from the ASF dual-hosted git repository.
duncangrant pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git.
from c717ce8 Merge pull request #1039 from
kemitix/dependabot/maven/upgrades/bouncycastle.version
new 063aafd Bumped up Kubernetes-ckient and Kubernetes-model to 4.9.0
new f0f8d5d uograded openshift-client too, to avoid duplicate transitive
dependencies
new 3dbf039 added a few comments and changes
new 4be8eaa remove re-definition of k8s version; it's in the parent pom
new 8301e79 tweak the bundles in the feature so that this bundle starts
with decent wiring
new 07aa426 Merge pull request #1 from ahgittin/kubernetes-upgrade
new 8bafb8d added changes to make connection to kubernetes node work
new 74bb304 Update library versions due to CVEs
new 17a0846 Fix log format
new 55b86fa Added re-authentication for KubernetesClient
new a347087 added timer to control renewal of the kubernetes token
new ce69705 added a new version with check for token validity every time
the K8 api is called
new e4ef000 added new version of SafeKubernetesClient
new 47ad8e0 Added SafeKubernetesclient that implements KubernetesClient
new 6e6e948 added extra comments
new 9fe3310 Kubernetes client should be closed
new 4dc6c95 Merge pull request #2 from duncangrant/kube-client-close
new 8f49f7c added a few code modifications to make use of streams and
lambdas, and adapted OpenShiftLocation to API chnage in KubernetesLocation
new 42adb2e Merge pull request #1090 from iuliana/master
The 12513 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:
karaf/features/README.md | 54 ++
karaf/features/src/main/feature/feature.xml | 62 +-
locations/container/pom.xml | 19 +-
.../location/kubernetes/KubernetesCerts.java | 2 +-
.../kubernetes/KubernetesClientRegistryImpl.java | 67 +--
.../location/kubernetes/KubernetesLocation.java | 641 ++++++++++-----------
.../machine/KubernetesMachineLocation.java | 6 +-
.../location/openshift/OpenShiftLocation.java | 2 +-
pom.xml | 2 +-
9 files changed, 406 insertions(+), 449 deletions(-)
create mode 100644 karaf/features/README.md