Skip to content

Releases: weaveworks/weave-gitops

v0.24.0-rc.1

24 May 10:42
Compare
Choose a tag to compare
v0.24.0-rc.1 Pre-release
Pre-release

💸 Features and improvements

Dark mode comes to Weave Gitops! This feature brings a new aesthetic to the user interface, using darker colors that are easy on the eyes without sacrificing clarity or function.

🔥 UI

  • PR: #3677 - Add dark mode theme to the UI
  • PR: #3699 - Increase From accessibility by making the username field auto-focus
  • PR: #3708 - App Observability - Surface Flagger Status
  • PR: #3710 - Export baseTheme and ThemeTypes for Enterprise dark mode
  • PR: #3711 - Add prop to hide dark mode switch
  • PR: #3715 - Fix Divider styling on Sign In page

📖 Documentation

  • PR: #3689 - Added a redirect for getting started page
  • PR: #3694 - Fix url for enterprise intro page
Uncategorized
  • PR: #3701 - Increase memory allocation to nodejs

v0.23.0

11 May 03:55
Compare
Choose a tag to compare

We released Weave GitOps v0.23.0, bringing significant updates to both the Flux UI and documentation. This release enhances user experience with improved navigation aesthetics, a redesigned application details page, added status and icon indicators, syntax highlighting in YamlView, and a shift to the Weaveworks logo, and minor bug fixes. Documentation updates include the addition of WGE 0.22.0 release notes, PAT usage and improvements to the release process docs.

🔥 UI

  • PR: #3651 - Add an additional page status for automations that summarizes their canaries
  • PR: #3660 - Update nav icons and colors
  • PR: #3655 - 2704 redesign application details
  • PR: #3658 - Add icon and status for tf plans that are waiting for user action
  • PR: #3673 - Trick bundler into correctly building D3
  • PR: #3675 - Change "G" logo to Weaveworks logo
  • PR: #3676 - Add syntax highlighting to the YamlView
  • PR: #3680 - UI application details followup

🐛 Bugs

  • PR: #3668 - Fix to the nsaccess package

📖 Documentation

  • PR: #3654 - Add WGE 0.22.0 release notes
  • PR: #3662 - Improve release process docs
  • PR: #3688 - docs: Minor addition to mention PAT usage

v0.23.0-rc.1

10 May 05:29
Compare
Choose a tag to compare
v0.23.0-rc.1 Pre-release
Pre-release

We released the first release candidate for v0.23.0, bringing significant updates to both the Flux UI and documentation. This release enhances user experience with improved navigation aesthetics, a redesigned application details page, added status and icon indicators, syntax highlighting in YamlView, and a shift to the Weaveworks logo. Documentation updates include the addition of WGE 0.22.0 release notes and improvements to the release process docs.

🔥 UI

  • PR: #3651 - Add an additional page status for automations that summarizes their canaries
  • PR: #3660 - Update nav icons and colors
  • PR: #3655 - 2704 redesign application details
  • PR: #3658 - Add icon and status for tf plans that are waiting for user action
  • PR: #3675 - Change "G" logo to Weaveworks logo
  • PR: #3676 - Add syntax highlighting to the YamlView
  • PR: #3673 - Trick bundler into correctly building D3

📖 Documentation

  • PR: #3654 - Add WGE 0.22.0 release notes
  • PR: #3662 - Improve release process docs

v0.22.0

26 Apr 16:43
Compare
Choose a tag to compare

🚀 Enhancements

  • PR: #3605 - Allow group claim to be string, not only []string
  • PR: #3611 - Add OIDC prefix support for impersonation
  • PR: #3617 - Add support for .sourceignore for GitOps Run
  • PR: #3635 - Adding more health checks
  • PR: #3647 - Adding more checks

🐛 Bugs

  • PR: #3597 - Fix concurrently refreshing the ID token
  • PR: #3627 - fix the clean-up process
  • PR: #3629 - Fix broken test.
  • PR: #3640 - Fix the vulnerability in the yaml NPM package

📖 Documentation

  • PR: #3602 - Add Secrets docs to the website
  • PR: #3620 - Add docs for using a private helm repository in wge-profiles
  • PR: #3621 - [user-guide] Adds the 0.21.2 EE and 0.8.0 gitopssets-controller releases
  • PR: #3622 - fix code blocks by fixing spaces
  • PR: #3623 - Update frontend dev process docs

v0.22.0-rc.1

25 Apr 18:14
Compare
Choose a tag to compare
v0.22.0-rc.1 Pre-release
Pre-release

🚀 Enhancements

  • PR: #3605 - Allow group claim to be string, not only []string
  • PR: #3611 - Add OIDC prefix support for impersonation
  • PR: #3617 - Add support for .sourceignore for GitOps Run
  • PR: #3635 - Adding more health checks

🐛 Bugs

  • PR: #3597 - Fix concurrently refreshing the ID token
  • PR: #3622 - fix code blocks by fixing spaces
  • PR: #3627 - fix the clean-up process
  • PR: #3629 - Fix broken test.
  • PR: #3640 - Fix the vulnerability in the yaml NPM package

📖 Documentation

  • PR: #3602 - Add Secrets docs to the website
  • PR: #3620 - Add docs for using a private helm repository in wge-profiles
  • PR: #3621 - [user-guide] Adds the 0.21.2 EE and 0.8.0 gitopssets-controller releases
  • PR: #3623 - Update frontend dev process docs

v0.21.2

13 Apr 08:16
Compare
Choose a tag to compare

🚀 Enhancements

  • PR: #3570 - use client-side apply for better interactivity
  • PR: #3598 - implement remove run for non-session mode

🔥 UI

  • PR: #3579 - Use custom svgs instead of MUI for Nav icons
  • PR: #3609 - Swap out some nav icons
  • PR: #3584 - Add Text component to use in EE and update Flex to accept data-testid as prop
  • PR: #3590 - Add health checks in UI

🐛 Bugs

  • PR: #3562 - Dashboard reconciliation stuck when running GitOps Run in the no session mode with OSS dashboard already installed
  • PR: #3600 - fix url checking reg exp and make it readable

📖 Documentation

  • PR: #3612 - docs: Add instructions on configuring WGE to create PRs in Azure DevOps
  • PR: #3586 - Merge gitopssets docs
  • PR: #3592 - Adds installation instructions for the gitopssets-controller
  • PR: #3587 - Adds user-guide for raw templates and chart paths

v0.21.1

12 Apr 19:36
Compare
Choose a tag to compare

🚀 Enhancements

  • PR: #3542 - Use dynamic Secret name for admin credentials
  • PR: #3570 - use client-side apply for better interactivity
  • PR: #3598 - implement remove run for non-session mode

🔥 UI

  • PR: #3579 - Use custom svgs instead of MUI for Nav icons
  • PR: #3609 - Swap out some nav icons
  • PR: #3584 - Add Text component to use in EE and update Flex to accept data-testid as prop
  • PR: #3590 - Add health checks in UI

🐛 Bugs

  • PR: #3562 - Dashboard reconciliation stuck when running GitOps Run in the no session mode with OSS dashboard already installed
  • PR: #3600 - fix url checking reg exp and make it readable

📖 Documentation

  • PR: #3612 - docs: Add instructions on configuring WGE to create PRs in Azure DevOps
  • PR: #3586 - Merge gitopssets docs
  • PR: #3592 - Adds installation instructions for the gitopssets-controller
  • PR: #3587 - Adds user-guide for raw templates and chart paths

v0.21.0

12 Apr 14:39
Compare
Choose a tag to compare

🚀 Enhancements

  • PR: #3542 - Use dynamic Secret name for admin credentials
  • PR: #3570 - use client-side apply for better interactivity
  • PR: #3598 - implement remove run for non-session mode

🔥 UI

  • PR: #3579 - Use custom svgs instead of MUI for Nav icons
  • PR: #3609 - Swap out some nav icons
  • PR: #3584 - Add Text component to use in EE and update Flex to accept data-testid as prop

🐛 Bugs

  • PR: #3562 - Dashboard reconciliation stuck when running GitOps Run in the no session mode with OSS dashboard already installed
  • PR: #3600 - fix url checking reg exp and make it readable

📖 Documentation

  • PR: #3612 - docs: Add instructions on configuring WGE to create PRs in Azure DevOps
  • PR: #3586 - Merge gitopssets docs
  • PR: #3592 - Adds installation instructions for the gitopssets-controller
  • PR: #3587 - Adds user-guide for raw templates and chart paths

v0.20.0

29 Mar 19:24
Compare
Choose a tag to compare

⚠️ Breaking changes

N/A

✍️ Action required

N/A

🚀 Enhancements

  • PR: #3469 - Change refresh token to expire after the ID token.
  • PR: #3517 - Speedup resource details

🔥 UI

  • PR: #3535 - Add DetailModal for Yaml display in EE
  • PR: #3539 - Support yaml commands for objects without a namespace
  • PR: #3541 - Scroll nav at small screen heights
  • PR: #3524 - Add detail page for Pods
  • PR: #3574 - Updating the props to meet what EE needs

🐛 Bugs

  • PR: #3525 - Flaky test when running curl to a Flux URL
  • PR: #3551 - Move feature flag status check to useFeatureFlags hook
  • PR: #3557 - add rlock to clustermgr hash to avoid a race condition
  • PR: #3558 - Fix race condition of byte buffer in port forwarding
  • PR: #3555 - fix the verbosity to not flood the logs
  • PR: #3567 - Fix Pendo initialization
  • PR: #3565 - Get inventory updates

📖 Documentation

  • PR: #3521 - Docs: add new feature to git generator
  • PR: #3526 - docs: Improve Pipeline docs

v0.20.0-rc.1

28 Mar 12:27
Compare
Choose a tag to compare
v0.20.0-rc.1 Pre-release
Pre-release

💸 Features and improvements

  • PR: #3517 - Speedup resource details

🔥 UI

  • PR: #3539 - Support yaml commands for objects without a namespace
  • PR: #3541 - Scroll nav at small screen heights
  • PR: #3524 - Add detail page for Pods
  • PR: #3535 - Add DetailModal for Yaml display in EE

🐛 Bugs

  • PR: #3525 - Flaky test when running curl to a Flux URL
  • PR: #3551 - Move feature flag status check to use feature flags hook
  • PR: #3557 - add rlock to clustermgr hash to avoid a race condition
  • PR: #3469 - Change refresh token to expire after the ID token.
  • PR: #3558 - Fix race condition of byte buffer in port forwarding
  • PR: #3555 - fix the verbosity to not flood the logs
  • PR: #3567 - Fix Pendo initialization

📖 Documentation

  • PR: #3521 - Docs: add new feature to git generator
  • PR: #3526 - docs: Improve Pipeline docs