Skip to content

0.13.0

Latest
Compare
Choose a tag to compare
@polaroi8d polaroi8d released this 15 Jul 12:16
· 6 commits to develop since this release

What's Changed

In this release, several changes have been made to enhance the functionality and fix issues in the project. A critical fix was implemented in the crux-ui component, addressing issues with secret-related environment keys by @m8vago in PR #974. Additionally, the crux-ui received another fix to correct the image ordering, also by @m8vago in PR #979.

Several new features were added as well. A new API to get the container list was introduced in the crux component by @m8vago in PR #976. The crux-ui component saw a reorganization of its menu structure, enhancing the user interface and navigation, again by @m8vago in PR #977. Another significant addition was the option to disable deployment copy on version increase in the web component, provided by @m8vago in PR #978.

The CI/CD pipeline was updated to tag versions only from releases, a change made by @nandor-magyar in PR #975. Moreover, several dependencies were updated to ensure security and performance improvements, including bumps to pug, @grpc/grpc-js, and braces in various components, all handled by @dependabot in PR #980, PR #982, PR #983, and PR #986.

Documentation improvements were also made, including fixing a typo by @tnraro in their first contribution to the project, as seen in PR #984.

  • fix(crux-ui): secret releated env keys by @m8vago in #974
  • feat(crux): get container list api by @m8vago in #976
  • cicd: tag version only from release by @nandor-magyar in #975
  • feat(crux-ui): reorganize the menu structure by @m8vago in #977
  • feat(web): add option to disable deployment copy on version increase by @m8vago in #978
  • fix(crux-ui): image ordering by @m8vago in #979
  • chore(deps): bump pug from 3.0.2 to 3.0.3 in /web/crux by @dependabot in #980
  • chore(deps): bump @grpc/grpc-js from 1.9.0 to 1.9.15 in /web/crux by @dependabot in #982
  • chore(deps): bump braces from 3.0.2 to 3.0.3 in /web/crux by @dependabot in #983
  • doc: fix typo by @tnraro in #984
  • feat(web): packages by @m8vago in #981
  • fix(ci): add dev-deps to scopes in pr_title_validation.sh by @polaroi8d in #987
  • chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /web/crux-ui by @dependabot in #986

New Contributors

Full Changelog: 0.12.0...0.13.0