Skip to content

Releases: ustudio/ustack-logging

v1.0.1

23 Jan 19:49
31a3c3e
Compare
Choose a tag to compare

This release adds the following changes:

  • Update datadog and kubernetes dependencies to allow newer versions of those libraries.
  • Add Python 3.12 to the test suite.

v1.0.0

13 Jun 14:23
791fdc4
Compare
Choose a tag to compare
  • Add type annotations
  • Increment version number to 1.0.0 to indicate API stability

v0.2.1

06 Apr 14:10
Compare
Choose a tag to compare

Removed the use of the datadog-app-key secret, since it is not required in order to create events. Also, updated the README to document the new configuration requirements.

v0.2.0

04 Apr 19:43
Compare
Choose a tag to compare

Updated the library to support one namespace per application and one cluster per namespace.

Because there is no way to get cluster-wide information from the Downward API we access it via the Kubernetes API.

Since we were already using the Kubernetes API we removed the dependence on the Downward API and now access all information via the Kubernetes API. This has the added benefit of requiring no special configuration of the pod to use the library.

v0.1.0

21 Feb 16:18
Compare
Choose a tag to compare

Initial release