Skip to content

v0.1.11

Compare
Choose a tag to compare
@Zenithar Zenithar released this 08 Feb 10:01
· 282 commits to main since this release
v0.1.11
dc42cd4

Golang [1.15.7, 1.15.8, 16rc1]

Changes

SDK

  • Prepare to go1.16 migration, x509.DecryptPEM deprecation replaced by PKCS#8 (PBES2 AES only) - #20
  • oplog is sorted to get a stable output - #30
  • Fixed an issue when passing a json object as a template value which is not deserializable as map[string]interface{}. When it's the case error is raised and inform the user that he could use an explicit prefix - #30
  • Generate a YAML BundlePatch from bundle diff - #31
  • from oplog can be used to create a Bundle from JSON OpLog format - #33

Build

  • Add darwin/arm64 target for M1 native support when compiling with go1.16 only - #30
  • Dependencies / Tools upgraded - #30
  • Taskfile rework to support conditional build - #32