Skip to content

0.12.0

Latest
Compare
Choose a tag to compare
@nandor-magyar nandor-magyar released this 13 May 13:50
· 7 commits to develop since this release
0.12.0
ec2d3d5

What's Changed

The release indicate a series of updates and improvements across various components of the project. Dependency updates were a significant focus, with bumps in versions for protobuf, Docker, follow-redirects, and protobufjs to enhance stability and compatibility. Additionally, there were several crucial fixes and feature enhancements. Notable fixes include the resolution of deprecated types in the agent module, improvements to instance configuration retrieval in the crux module, and enhanced dual-stack listening capabilities in the crux-ui. On the feature side, new functionalities such as the Composer in the web module and sysctls options in the agent builder were introduced. These changes contribute to the project’s ongoing refinement and robustness, ensuring it stays current with the latest technological standards.

  • chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #958
  • chore(deps): bump github.com/docker/docker from 23.0.8+incompatible to 24.0.9+incompatible by @dependabot in #956
  • chore(deps): bump follow-redirects from 1.15.5 to 1.15.6 in /web/crux-ui by @dependabot in #955
  • fix(crux): get instance config by @m8vago in #961
  • refactor(crux-ui): move deployment related components to their correct folder by @m8vago in #960
  • fix(agent): deprecated types.AuthConfig by @m8vago in #962
  • fix: crane uses port/targetPort in serviceMonitors for metrics by @nandor-magyar in #964
  • chore(agent): use new docker types, go upgrade by @nandor-magyar in #963
  • fix(crux-ui): add IPv6 listen for dual-stack listening by @nandor-magyar in #965
  • chore(deps): bump protobufjs from 7.2.4 to 7.2.6 in /web/crux by @dependabot in #957
  • feat(web): composer by @m8vago in #967
  • fix(crux-ui): compose env_file apply by @m8vago in #968
  • chore: bump proto image version to be in sync with golang by @nandor-magyar in #970
  • fix(web): missing composer image config patches by @m8vago in #969
  • feat(agent): add sysctls option to builder by @nandor-magyar in #966
  • fix(crux-ui): envs split only at the first equals sign by @m8vago in #971
  • chore: more consistent release generation, adjust lint config by @nandor-magyar in #972
  • chore(agent): remove magic numbers, adjust related rules by @nandor-magyar in #973

Full Changelog: 0.11.7...0.12.0