hazelcast / hazelcast-kubernetes

Kubernetes Discovery for Hazelcast
Apache License 2.0
174 stars 99 forks source link

Bump hazelcast.version from 4.2.2 to 5.1.1 #372

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps hazelcast.version from 4.2.2 to 5.1.1. Updates hazelcast from 4.2.2 to 5.1.1

Release notes

Sourced from hazelcast's releases.

v5.1.1

This document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast Platform 5.1.1 release. The numbers in the square brackets refer to the issues in Hazelcast's GitHub repositories.

Fixes

  • Fixed an issue where the partition migrations were failing when there is a single map in the cluster with Merkle trees enabled. #20929
  • Fixed a potential deadlock during partition migrations and inability to make progress while performing graceful shutdown with persistence enabled. #20813

v5.1

This document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast Platform 5.1 release. The numbers in the square brackets refer to the issues in Hazelcast's GitHub repositories.

New Features

Enhancements

SQL Engine

  • Added support of the following statements, operators, and functions: ** CREATE VIEW ** DROP VIEW ** EXPLAIN ** CREATE INDEX ** UNION ** UNION ALL ** EXISTS ** NOT EXISTS ** RIGHT JOIN ** Sub-queries and VALUES() execution in JOIN arguments ** JSON_ARRAY, JSON_OBJECT ** SHOW VIEWS ** Added support for stream aggregation (HOP and TUMBLE functions) #20413, #20342, #20268, #20042, #19894, #19850, #19810, #19768, #19742, #19729, #19650, #19589

  • Added JSON as a supported type for the SQL engine with functions like JSON_QUERY and JSON_VALUE; they return a JSON object/array and a primitive value, respectively. For an overview of JSON in SQL, see https://docs.hazelcast.com/hazelcast/5.1/sql/working-with-json. #19303

Distribution

  • Hazelcast command line interface is now available within the Hazelcast distribution package; previously it needed to be installed separately. #20062

Cloud Discovery Plugins

... (truncated)

Commits


Updates hazelcast from 4.2.2 to 5.1.1

Release notes

Sourced from hazelcast's releases.

v5.1.1

This document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast Platform 5.1.1 release. The numbers in the square brackets refer to the issues in Hazelcast's GitHub repositories.

Fixes

  • Fixed an issue where the partition migrations were failing when there is a single map in the cluster with Merkle trees enabled. #20929
  • Fixed a potential deadlock during partition migrations and inability to make progress while performing graceful shutdown with persistence enabled. #20813

v5.1

This document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast Platform 5.1 release. The numbers in the square brackets refer to the issues in Hazelcast's GitHub repositories.

New Features

Enhancements

SQL Engine

  • Added support of the following statements, operators, and functions: ** CREATE VIEW ** DROP VIEW ** EXPLAIN ** CREATE INDEX ** UNION ** UNION ALL ** EXISTS ** NOT EXISTS ** RIGHT JOIN ** Sub-queries and VALUES() execution in JOIN arguments ** JSON_ARRAY, JSON_OBJECT ** SHOW VIEWS ** Added support for stream aggregation (HOP and TUMBLE functions) #20413, #20342, #20268, #20042, #19894, #19850, #19810, #19768, #19742, #19729, #19650, #19589

  • Added JSON as a supported type for the SQL engine with functions like JSON_QUERY and JSON_VALUE; they return a JSON object/array and a primitive value, respectively. For an overview of JSON in SQL, see https://docs.hazelcast.com/hazelcast/5.1/sql/working-with-json. #19303

Distribution

  • Hazelcast command line interface is now available within the Hazelcast distribution package; previously it needed to be installed separately. #20062

Cloud Discovery Plugins

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
devOpsHazelcast commented 2 years ago

CLA assistant check
All committers have signed the CLA.

SNP15 commented 9 months ago

@pveentjer / @allfayn / @timmhirsens Hi Team, We have a massive library upgrade being done and the only vulnerability pending is the hazelcast client vulnerability on 5.3.1. We are not able to proceed to update the client further as there is a method not found issue on hazelcast-kubernetes 2.2.3!

Please let me know if there is a plan to upgrade this library.

java.lang.NoSuchMethodError: 'void com.hazelcast.internal.nio.IOUtil.closeResource(java.io.Closeable)' at com.hazelcast.kubernetes.KubernetesConfig.readFileContents(KubernetesConfig.java:164) at com.hazelcast.kubernetes.KubernetesConfig.readAccountToken(KubernetesConfig.java:140) at com.hazelcast.kubernetes.KubernetesConfig.getApiToken(KubernetesConfig.java:125) at com.hazelcast.kubernetes.KubernetesConfig.(KubernetesConfig.java:94) at com.hazelcast.kubernetes.HazelcastKubernetesDiscoveryStrategy.(HazelcastKubernetesDiscoveryStrategy.java:42) at com.hazelcast.kubernetes.HazelcastKubernetesDiscoveryStrategyFactory.newDiscoveryStrategy(HazelcastKubernetesDiscoveryStrategyFactory.java:68) at com.hazelcast.spi.discovery.impl.DefaultDiscoveryService.loadDiscoveryStrategies(DefaultDiscoveryService.java:151) at com.hazelcast.spi.discovery.impl.DefaultDiscoveryService.(DefaultDiscoveryService.java:58) at com.hazelcast.spi.discovery.impl.DefaultDiscoveryServiceProvider.newDiscoveryService(DefaultDiscoveryServiceProvider.java:29) at com.hazelcast.instance.impl.Node.createDiscoveryService(Node.java:363) at com.hazelcast.instance.impl.Node.(Node.java:284)