Skip to content

Releases: akka/akka-management

v0.14.0

24 May 14:01
537fbe7
Compare
Choose a tag to compare

Notable changes in this release:

  • aggressive usage of AWS EC2 API leads to rate limiting enhancement (implemented exponential backoff for bootstrap discovery invocations)
  • Document that GKE requires current user to have cluster-admin role to create new roles
  • Disable AmazonEC2Client's retries

For a detailed list of issues closed and their pull requests please refer to: https://github.com/akka/akka-management/milestone/13?closed=1

Thanks to all contributors!

commits  added  removed
      1    158       48 Konrad `ktoso` Malawski
      1     20        3 Steffen Gebert
      1      2        0 Jason Longshore

v0.13.1 (effectively same as v0.13.0)

18 May 05:53
Compare
Choose a tag to compare

Fixes a mistake in the release process of 0.13.0 where not all changes were seemingly included.

See: https://github.com/akka/akka-management/milestone/14?closed=1

v0.13.0

15 May 02:30
Compare
Choose a tag to compare

Notable changes:

  • The default akka-management port is now 8558, instead of 19999

  • Management bind port and fallback port of contact points should default to the same

  • Add a "Role-Based Access Control" heading

  • additional logging info

  • Documentation: Kuberentes API Akka remoting port

  • Spell out Akka 2.5 requirement in docs

  • AsyncEcsSimpleServiceDiscovery -- listTaskArns needs a cluster name

  • ECS service discovery improvements

Full details about changes: https://github.com/akka/akka-management/milestone/12?closed=1

commits  added  removed
      2     18       18 Arnout Engelen
      1    199      132 David Piggott
      1    206        0 Dirk Jonker
      1     55       55 Steffen Gebert
      1     10        1 Michael Cramer
      1      6        5 Tim Moore
      1      2        0 Johan Andrén

0.12.0

19 Apr 10:35
Compare
Choose a tag to compare

Small release featuring:

  • actually release -async version of AWS discovery APIs (was omitted in 0.11.0 accidentally)
  • aws-api discovery drops all ec2 filters but otherFilters bug
  • Fix broken AWS API Discovery doc links
  • Little inconsistency when using effective-name and custom pod-label-selector help wanted

Detailed in formation in the 0.12.0 milestone

v0.11.0:

09 Apr 13:09
Compare
Choose a tag to compare

Most notable changes in this release:

  • AWS Discovery via ECS Service, by @dhpiggott
  • Make joining decision pluggable
  • no-seeds-stable-margin removed in favor of only using stable-margin
  • Integration testing for the EC2 Tag Based Discovery

Full release notes: https://github.com/akka/akka-management/milestone/10?closed=1

Thanks to our contributors!

commits  added  removed
      4    261       77 Jason Longshore
      3    826      378 Patrik Nordwall
      3     99       25 Yury Gribkov
      2    883       20 David Piggott
      2    485      193 Sebastian Harko
      2      5        5 Ignasi Marimon-Clos
      1      9        5 Jeferson David Ossa
      1      6        6 Kevin Chabreck
      1      1        1 Konrad `ktoso` Malawski
      1      1        0 Lukasz Stefaniak

v0.10.0: Marathon docker support and more

26 Jan 02:18
Compare
Choose a tag to compare

Most notable changes in this release:

  • marathon-api add docker-support
  • Auto-detect latest akka-management version in examples
  • Mention shutdown-after-unsuccessful-join-seed-nodes and plug SBR
  • Cluster Bootstrap fails with Unsupported Content-Type 1 - triaged bug

Full release notes: https://github.com/akka/akka-management/milestone/9?closed=1

Release 0.9.0 - DC/OS & Mesos support and more examples

17 Jan 09:48
Compare
Choose a tag to compare

See detailed release notes in: https://github.com/akka/akka-management/milestone/8?closed=1

Thanks to our contributors!

commits  added  removed
      9    553       30 Sebastian Harko
      4    857       15 Jason Longshore
      2    296        4 Yury Gribkov
      1      2        2 Orhan Balci

v0.8.0: EC2 tags discovery and k8s api bugfix

05 Jan 09:54
fae073f
Compare
Choose a tag to compare

This release includes a new EC2 integration as well as fixes issues in the k8s API discovery.

Thanks to all Lightbenders and contributors!

More details in the 0.8.0 milesone.

commits  added  removed
      2      6        4 Konrad `ktoso` Malawski
      1    129        1 Sebastian Harko
      1     13       35 Jason Longshore
      1     14        4 Erik LaBianca

Modularised Akka Management, with Bootstrap and DNS and Kubernetes Discovery

20 Dec 15:10
ff6a785
Compare
Choose a tag to compare

Route Providers, Modularity and configurable Discovery

18 Dec 16:14
aabfab9
Compare
Choose a tag to compare

Major project refactor, please read docs while upgrading from previous versions!

  • Akka Management is now an aggregator module, you need to include Akka Cluster HTTP Management explicitly.
  • Akka Discovery introduced, implementation backed by Akka IO's DNS
    • more implementations expected to come from the community
  • Akka Management now is able to automatically expose routes from other extensions, via so called Route Providers, read docs for more details.
  • Akka Bootstrap is now perfected a bit more an documented extensively, it uses any Discovery method that you want.