Skip to content

Releases: ovotech/ciris-kubernetes

ciris-kubernetes v0.6

22 Jun 14:06
Compare
Choose a tag to compare

Changes

  • Add defaultApiClient for creating a memoized ApiClient. (#7)
  • Add registerGcpAuthenticator for memoized registration of authenticator. (#7)
  • Add dependency on ciris-cats-effect, in addition to the core module. (#7)
  • Replace secretInNamespace with what was previously secretInNamespaceF. (#7)
    • The function now requires a registerAuthenticator: F[Unit] argument.
    • The readme has been updated with a usage example of the new function.
  • Change to not automatically register the GCP authenticator. Instead, use the
    registerAuthenticator argument on secretInNamespace, together with
    the registerGcpAuthenticator function. (#7)
  • Remove support for Scala 2.10. (#6)

Updates

  • Update Ciris to v0.10.0. (#6)
  • Update Kuberenetes Client to v1.0.0. (#6)
  • Update Scala to v2.12.6. (#6)

Released on 2018-06-22.

ciris-kubernetes v0.5

21 Mar 14:23
Compare
Choose a tag to compare

Updates

  • Update Ciris to v0.9.0. (#4)
  • Update Scala to v2.12.5. (#5)

Released on 2018-03-21.

ciris-kubernetes v0.4

12 Mar 21:56
Compare
Choose a tag to compare

Updates

  • Update to Ciris 0.8.1. (#3)

Released on 2018-03-12.

ciris-kubernetes v0.3

14 Feb 17:04
Compare
Choose a tag to compare

Changes

  • Add secretInNamespaceF function for pure and safe secrets reading. (#2)
    There is an example in the readme which shows how it can be used.

Updates

  • Update to Ciris 0.7.2. (#2)

Released on 2018-02-14.

ciris-kubernetes v0.2

12 Feb 10:49
Compare
Choose a tag to compare

Changes

  • Change to make SecretKey a case class and make it public. (#1)
  • Change to sort available keys by name in error messages. (#1)
  • Change to not create a new source for every read key. (#1)
  • Change to return ConfigEntry instead of ConfigValue. (#1)

Updates

  • Update to Ciris 0.7.0. (#1)

Released on 2018-02-12.

ciris-kubernetes v0.1

26 Jan 16:58
Compare
Choose a tag to compare

Initial release.

Released on 2018-01-26.