Skip to content

Releases: Netflix/frigga

v0.28.0

26 Jun 23:15
00e4622

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.27.0...v0.28.0

v0.27.0

17 Jun 12:14
a5d9fe0

Choose a tag to compare

What's Changed

  • refactor: Change GitHub Action version to address deprecation of v1/v2 by @rpalcolea in #44
  • Update nebula.netflixoss use sonatype central portal by @OdysseusLives in #45

New Contributors

Full Changelog: v0.26.0...v0.27.0

v0.26.0

23 Jan 23:42

Choose a tag to compare

Slight change to AppVersion parsing to support extended labels in version

v0.25.0

04 Mar 03:01
b220107

Choose a tag to compare

No code changes. Verifying release works with changes to push directly to Maven Central (#35).

frigga 0.24.0

25 Mar 23:26
d24ab6f

Choose a tag to compare

v0.24.0

fix(sharding): restrict shard values to dns-name friendly characters …

frigga 0.23.0

14 Mar 20:08
bc5b9fe

Choose a tag to compare

support 3-6 digit push sequence (#32)

need to not break some existing deploys using a 6 digit sequence number, but this is still small enough
that tracking a standard width git short sha (8 characters) won't conflict.

frigga 0.22.0

13 Mar 20:54
0f36601

Choose a tag to compare

reverts push sequence to 3 digits only (#31)

reverts 5a8ef31f422c29e8a6269f7027913289b4e56cf6
reverts c2c5e46f1312db2ea27ea7c347698e177841e05d

frigga 0.21.0

29 Feb 00:19
128a499

Choose a tag to compare

adds NamingConventions to decouple metadata extraction from naming(#28)
validate stack and detail do not contain push (#29)
update gradle and nebula (#30)

NOTE

This is a breaking change, the result of parsing a resource name will no longer treat labeled variables as component of the name: they exist as metadata available from inspecting the name, but the canonical components of a resource name are the app/stack/detail/push. Stack and detail components will be populated where previously they may have been considered labeled variables.

A concrete example: foo-c0bar would previously be app = foo, stack = null, country = bar. It will now be app = foo, stack = c0bar, country = bar.

frigga 0.20.0

17 Oct 18:30

Choose a tag to compare

v0.20.0

Don't assume sequence is always parsable (#27)

frigga 0.19.2

05 Aug 21:25

Choose a tag to compare

v0.19.2

Make patterns in Names static (#26)