Skip to content

Releases: Riskified/dynamic-environment

Release: v0.2.1

30 Jul 12:07
063aea6
Compare
Choose a tag to compare

Release Notes

Upgrades

  • Operator SDK: Upgraded from version 1.28.0 to 1.33.0
  • Golang: Upgraded from version 1.19.8 to 1.21.6

Impact on Users

  • Operator SDK Upgrade:

    • Improved performance and stability in Kubernetes controller development.
    • Enhanced support for newer Kubernetes features.
    • Potential changes in API behavior; users should review the Operator SDK release notes for specific details.
    • For a detailed list of changes and upgrade instructions, please review this link.
  • Golang Upgrade:

    • Security and performance improvements.
    • Updated libraries and language features.
    • Users should test their applications to ensure compatibility with Go 1.21.6.

Please ensure your environments are updated accordingly and review the respective release notes for detailed information.


For any questions or concerns, please reach out to the our team.

v0.2.0

01 Mar 08:50
cdab4a2
Compare
Choose a tag to compare

Updating

This version contains some changes to the CRD. While these changes should not affect running resources we did remove some unused elements from the CRD. Just be Aware of it when updating - there is a small chance that it will require a redeploy of a resource.

Important Changes

  • Logging improvements:
    • All loggers are named correctly
    • By default log as JSON in production
    • Configurable logging level
  • Better subsets/consumers names by @babysnakes in #16
  • Test on newer k8s and istio versions by @nissanitz in #20
  • Make sure removed subsets/consumers (during update) are removed from status by @babysnakes in #19
  • Prevent using deployment in more than one subset/consumer by @babysnakes in #22
  • Refactor Handlers by @babysnakes in #25
  • Large refactor around reconcile workflow by @babysnakes in #26
  • General cleanup by @babysnakes in #27

v0.1.0

09 Jan 09:39
84a698f
Compare
Choose a tag to compare

Initial release.

CHANGELOG:

This release provides a DynamicEnv operator, aimed at simplifying and optimizing the management and testing of microservices, enhancing efficiency, and maintaining high-quality standards in development processes.