Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make IPv6 clustering options configurable #11734

Merged
merged 7 commits into from
Oct 10, 2023

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    03d8e06 View commit details
    Browse the repository at this point in the history
  2. build: use env variable to disalbe buildx provenance attestations

    So it can work with older version docker buildkit
    zmstone committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    4654458 View commit details
    Browse the repository at this point in the history
  3. feat(cluster): support ipv6 and tls on ipv6 for clustering

    Made possible to configure inet6_tls for Erlang distribution
    Also, added support to configure ipv6 listener for gen_rpc
    zmstone committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    497e084 View commit details
    Browse the repository at this point in the history
  4. chore: upgrade to ekka 0.15.16 gen_rpc 3.2.0

    * ekka 0.15.16 supports 'inet6_tls' as ekka.proto_dist
    * gen_rpc 3.2.0 supports true | false as gen_rpc.ipv6_only
    zmstone committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    1e93d2f View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    e7e696c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c13a26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d651764 View commit details
    Browse the repository at this point in the history