weave-gitops

Weave GitOps provides insights into your application deployments, and makes continuous delivery with GitOps easier to adopt and scale across your teams.

APACHE-2.0 License

Downloads
7
Stars
861
Committers
93

Bot releases are visible (Hide)

weave-gitops - v0.14.1

Published by weave-gitops-bot almost 2 years ago

🚀 Enhancements

  • PR: #3190 - Migrate terraform commands from tfctl
  • PR: #3196 - Make context the first param of Go functions
  • PR: #3208 - Bump json5 from 2.2.0 to 2.2.3
  • PR: #3209 - Bump json5 from 2.2.1 to 2.2.3 in /website
  • PR: #3174 - Update policy agent v2.2.0 docs
  • PR: #3189 - Update website docs to v0.13.0
  • PR: #3198 - Improve tf-controller overview
  • PR: #3206 - Improve tf docs
  • PR: #3207 - Clarify getting started docs

🔥 UI

  • PR: #3172 - Pendo: Track if users are coming from OSS or Ent and latest version
  • PR: #3211 - Fix return of false on images getter - Objects with spec.template but no images are now supported

🐛 Bugs

  • PR: #3194 - Sanitize input when processing S3 auth header
  • PR: #3205 - Fix error boundry blocking UI navigation
  • PR: #3213 - Remove Pendo init from Signin page
  • PR: #3212 - Fix brew hanging
  • PR: #3214 - GitOps Run doesn't ask to install dashboard twice
weave-gitops - v0.13.0

Published by weave-gitops-bot almost 2 years ago

💸 Features and improvements

A notable feature in this release is the capability to use keyboard shortcuts to open port forwarding in GitOps Run.

🚀 Enhancements

  • PR: #3155 - Add link resolver to graph nodes
  • PR: #3134 - Keyboard shortcuts for "port forwards" on GitOps Run
  • PR: #3130 - implement the get session logs endpoint for backend
  • PR: #3166 - Pendo: Get rid of anonymous visitors on sign in page
  • PR: #3170 - feat: support for -n flag for --namespace
  • PR: #3143 - Added extraVolumes and extraVolumesMounts. (thanks to our first-time contributor @martin-adema)
  • PR: #3162 - Added podLabels value. (also by @martin-adema)

🔥 UI

  • PR: #3155 - Add link resolver to graph nodes
  • PR: #3151 - Fixes the PR commit hash we publish npm modules under

🐛 Bugs

  • PR: #3116 - helm: Use HTTPS scheme for liveness/readiness probe when serverTLS is enabled
  • PR: #3148 - gitops run: Update Created column width and time format
  • PR: #3139 - add namespace annotation to gitops run sessions

📖 Documentation

  • PR: #3128 - fix version in gitops download link in 0.11.0 docs
  • PR: #3146 - Adds template.spec.charts section to the user-guide
  • PR: #3177 - Adds user-guide on how to use new template paths
  • PR: #3142 - Update release docs
weave-gitops - v0.12.0

Published by weave-gitops-bot almost 2 years ago

💸 Features and improvements

  1. We made GitOps Run much more secure by adding TLS transport and authentication to it. See these PRs for details:
    • PR: #3098 - Add HTTPS support to bucket server
    • PR: #3102 - implement auth middleware for s3
    • PR: #3106 - use HTTPS in gitops run S3 bucket server
    • PR: #3114 Generate S3 server credentials on-the-fly
    • PR: #3120 - bump gitops-bucket-server image ref in the CLI to latest
  2. GitOps Run now automatically reloads Helm charts upon local changes
    • PR: #3043 - add helm chart reloading capability

🚀 Enhancements

  • PR: #3059 - Add --skip-dashboard-install flag to GitOps Run

🔥 UI

  • PR: #3069 - Pendo during signup screen
  • PR: #3075 - Allow the wego-admin user read access to all objects
  • PR: #3110 - Fix incorrect message display for reconciled objects
  • PR: #3108 - Hyperlink to Cluster details page when referenced

🐛 Bugs

  • PR: #3112 - Return empty string on unknown route

📖 Documentation

  • PR: #3058 - docs: remove duplicate "installation" entry from left nav
  • PR: #3086 - add azure image to website docs
  • PR: #3087 - update commit time docs
  • PR: #3062 - Support supplying multiple fetchers
  • PR: #3040 - Upgrade flux to 0.37.0
  • PR: #3067 - fix: Update versions in code snippets
  • PR: #3068 - docs: Update release notes
  • PR: #3047 - Allow dynamic claims
  • PR: #3076 - Support multiple instances of Flux in Flux Runtime view
  • PR: #3079 - run: Create directories recursively
  • PR: #3070 - dashboard: Use fallback namespace if no part-of=flux label
  • PR: #3080 - [fix] Chip filters are lost on refresh
  • PR: #3093 - Publish non-release NPM packages from PRs too
  • PR: #3094 - remove path feature
  • PR: #3095 - Update templates.mdx
  • PR: #3091 - [fix] Navigating to the notifications view results in an error message:
  • PR: #3090 - Flux Runtime Controller view shows controllers from multiple namespaces
  • PR: #3096 - run: Add annotation on vcluster for the automation kind created
  • PR: #3101 - Add notification scheme to kube client
  • PR: #3081 - use absolute target path during validation
  • PR: #3105 - Update template docs
  • PR: #3111 - test: fix occasional panic sending on a closed channel
  • PR: #3118 - docs: Update pipeline docs
  • PR: #3121 - bump golang.org/x/net to fix CVE
weave-gitops - v0.11.0

Published by weave-gitops-bot almost 2 years ago

🚀 Enhancements

  • PR: #2868 - Create config file on CLI action with user prompt for analytics
  • PR: #2893 - Add Pendo Track Events for Weave GitOps CLI
  • PR: #2938 - clustersmngr: Introduce higher level cluster interface
  • PR: #3027 - implement s3 log writer
  • PR: #3015 - Add kind field to HelmRelease and Kustomization detail
  • PR: #3001 - rename gitops run objects and add metadata
  • PR: #3017 - validate with k8s server and flux versions
  • PR: #2881 - Add analytics to helm chart on dashboard installation

🔥 UI

  • PR: #2977 - Change type to kind on detail <Info /> components
  • PR: #3002 - Show namespace for Applications
  • PR: #3021 - Add transformFunc argument to filterConfig function
  • PR: #3024 - Constrain Revision column width on the automations table
  • PR: #3018 - Support multiple instances of Flux in Flux Runtime view
  • PR: #2995 - Filter by label
  • PR: #3014 - Add DaemonSet support to KubeStatusIndicator
  • PR: #3019 - Add colors to theme

🐛 Bugs

  • PR: #2991 - Do not assume template.spec in images() call

📖 Documentation

  • PR: #2997 - exchange promotion PR screenshot
  • PR: #3041 - 3035 update docs with pendo info
  • PR: #2932 - add policy, policyset and policy config documentations
  • PR: #2998 - exchange promotion PR screenshot
  • PR: #3050 - docs: Restructure promotion docs
  • PR: #3020 - Add docs for template delimiters and annotations
  • PR: #3010 - fix typos
  • PR: #3009 - add missing wge releases
  • PR: #3053 - Remove checkpoint
weave-gitops - v0.11.0-rc.1

Published by weave-gitops-bot almost 2 years ago

🚀 Enhancements

  • PR: #2868 - Create config file on CLI action with user prompt for analytics
  • PR: #2893 - Add Pendo Track Events for Weave GitOps CLI

🔥 UI

  • PR: #2977 - Change type to kind on detail <Info /> components
  • PR: #3002 - Show namespace for Applications
  • PR: #3021 - Add transformFunc argument to filterConfig function
  • PR: #3024 - Constrain Revision column width on the automations table
  • PR: #3018 - Support multiple instances of Flux in Flux Runtime view

📖 Documentation

  • PR: #2997 - exchange promotion PR screenshot
  • PR: #3041 - 3035 update docs with pendo info
  • PR: #2932 - add policy, policyset and policy config documentations
  • PR: #2998 - exchange promotion PR screenshot
  • PR: #2980 - Bump loader-utils from 2.0.2 to 2.0.3 in /website
  • PR: #2995 - Filter by label
  • PR: #3001 - rename gitops run objects and add metadata
  • PR: #3010 - fix typos
  • PR: #3009 - add missing wge releases
  • PR: #3015 - Add kind field to HelmRelease and Kustomization detail
  • PR: #2991 - Do not assume template.spec in images() call
  • PR: #2938 - clustersmngr: Introduce higher level cluster interface
  • PR: #3016 - Bump loader-utils from 2.0.3 to 2.0.4 in /website
  • PR: #3014 - Add DaemonSet support to KubeStatusIndicator
  • PR: #3019 - Add colors to theme
  • PR: #3029 - Fix status icon colors
  • PR: #3027 - implement s3 log writer
  • PR: #3017 - validate with k8s server and flux versions
  • PR: #3020 - Add docs for template delimiters and annotations
  • PR: #3053 - Remove checkpoint
  • PR: #2881 - Add analytics to helm chart on dashboard installation
weave-gitops - v0.10.2

Published by weave-gitops-bot almost 2 years ago

💸 Features and improvements

  • Gitops run now has a gitops remove run command to clean up any lingering sessions
  • Gitops run now has yaml validation for flux and core k8s resources.

🚀 Enhancements

  • PR: #2921 - implement gitops-run metadata and the remove run command
  • PR: #2970 - add yaml validation

🔥 UI

  • PR: #2947 - Add test for ListSources
  • PR: #2962 - Update filterByTypeCallback
  • PR: #2964 - Protect against undefined labels in ControllersTable

🐛 Bugs

  • PR: #2979 - Make custom icons obey size prop
  • PR: #2936 - Add test for ListAutomations
  • PR: #2807 - user-guide: Templates organization
  • PR: #2954 - Add LinkResolver to allow for customizable navigation
  • PR: #2960 - Add error logging when validating the userinfo.
  • PR: #2942 - Add more k8s related metrics
  • PR: #2989 - fix error when parsing port-forward in session mode
  • PR: #2973 - Additional log line for not getting a cookie.
  • PR: #2992 - docs: More typo fixes
weave-gitops - v0.10.2-rc.1

Published by weave-gitops-bot almost 2 years ago

💸 Features and improvements

  • Gitops run now has a gitops remove run command to clean up any lingering sessions
  • Gitops run now has yaml validation for flux and core k8s resources.

🔥 UI

  • PR: #2947 - Add test for ListSources
  • PR: #2962 - Update filterByTypeCallback
  • PR: #2964 - Protect against undefined labels in ControllersTable

🐛 Bugs

  • PR: #2979 - Make custom icons obey size prop
  • PR: #2921 - implement gitops-run metadata and the remove run command
  • PR: #2936 - Add test for ListAutomations
  • PR: #2807 - user-guide: Templates organization
  • PR: #2954 - Add LinkResolver to allow for customizable navigation
  • PR: #2960 - Add error logging when validating the userinfo.
  • PR: #2942 - Add more k8s related metrics
  • PR: #2970 - add yaml validation
  • PR: #2989 - fix error when parsing port-forward in session mode
  • PR: #2973 - Additional log line for not getting a cookie.
weave-gitops - v0.10.1

Published by weave-gitops-bot almost 2 years ago

🚀 Enhancements

  • PR: #2782 - Reusing k8s clients
  • PR: #2874 - implement random port for bucket
  • PR: #2931 - Replace text inputs with checkboxes in the bootstrap wizard UI

🔥 UI

  • PR: #2903 - Add labels metadata display

🐛 Bugs

  • PR: #2905 - gitops-run: Session names have to be lower-case
  • PR: #2904 - gitops run: Stop waiting for reconciliation sooner
  • PR: #2924 - Fix overlapping UI elements in bootstrap wizard if height of terminal window is insufficient
  • PR: #2894 - Add WGE v0.9.6 release notes to docs
  • PR: #2900 - Put logr between cli logger and stdout
  • PR: #2844 - gitops run getting started
  • PR: #2909 - Migrated tf docs to weave gitops
  • PR: #2919 - reset signal in session
  • PR: #2918 - Expose known clusters from the clusters-manager
  • PR: #2923 - fix brew install link
  • PR: #2928 - Security upgrades
  • PR: #2922 - Defaults using k8s cached clients to false
  • PR: #2906 - Add flux version to flux runtime table
  • PR: #2925 - Upgrade flux to 0.36.0
  • PR: #2934 - Allow overriding the user-clients-cache TTL from env var
weave-gitops - v0.10.1-rc.1

Published by weave-gitops-bot almost 2 years ago

🚀 Enhancements

  • PR: #2782 - Reusing k8s clients
  • PR: #2874 - implement random port for bucket
  • PR: #2931 - Replace text inputs with checkboxes in the bootstrap wizard UI

🔥 UI

  • PR: #2903 - Add labels metadata display

🐛 Bugs

  • PR: #2905 - gitops-run: Session names have to be lower-case
  • PR: #2904 - gitops run: Stop waiting for reconciliation sooner
  • PR: #2924 - Fix overlapping UI elements in bootstrap wizard if height of terminal window is insufficient
  • PR: #2894 - Add WGE v0.9.6 release notes to docs
  • PR: #2900 - Put logr between cli logger and stdout
  • PR: #2844 - gitops run getting started
  • PR: #2909 - Migrated tf docs to weave gitops
  • PR: #2919 - reset signal in session
  • PR: #2918 - Expose known clusters from the clusters-manager
  • PR: #2923 - fix brew install link
  • PR: #2928 - Security upgrades
  • PR: #2922 - Defaults using k8s cached clients to false
  • PR: #2906 - Add flux version to flux runtime table
  • PR: #2925 - Upgrade flux to 0.36.0
  • PR: #2934 - Allow overriding the user-clients-cache TTL from env var
weave-gitops - v0.10.0

Published by weave-gitops-bot about 2 years ago

This feature is a big milestone as our new tool gitops run now enters beta. The purpose of GitOps run is to remove the complexity for developers so that platform operators can create developer environments easily, and application developers can benefit from GitOps and focus on writing code.

💸 Features and improvements

  • Every resource can now be clicked to see it's yaml definition
  • Gitops Run can now bootstrap your cluster
  • Gitops Run can be used in multi-session mode to allow multiple users to run isolated sessions inside the same cluster.

🚀 Enhancements

  • PR: #2838 - implement vcluster-based session
  • PR: #2832 - update ListFluxCrds to support querying multiple clusters
  • PR: #2853 - gitops run bootstrapping

🔥 UI

  • PR: #2800 - Add yaml pop-ups for objects that aren't flux primitives
  • PR: #2835 - Fix styling bug on filter chips
  • PR: #2837 - Handle conditions without a type of "Ready"
  • PR: #2869 - update status icons used in tables update user setting style
  • PR: #2821 - Bump d3-color and d3
  • PR: #2823 - Upgrade flux to 0.35.0
  • PR: #2793 - documentation added for pipelines
  • PR: #2850 - Rename places that call the password hash "secret"
  • PR: #2851 - Improve gitops run context handling
  • PR: #2828 - Add new profile 0.6.2 docs release notes
  • PR: #2849 - Actually default-yes for installing dashboard
  • PR: #2840 - Add gitops set config and gitops get config GitOps CLI commands.
  • PR: #2861 - Change wizard's questions, defaults
  • PR: #2847 - create vcluster instance in session
  • PR: #2862 - gitops run: Stop the wizard accepting missing values
  • PR: #2872 - gitops run bootstrap: Render PATs and passwords as '***'
  • PR: #2871 - fix bootstrapping process in the session mode
  • PR: #2877 - Improve gitops run bootstrap questions
weave-gitops - v0.10.0-rc.1

Published by weave-gitops-bot about 2 years ago

💸 Features and improvements

  • Any resource in the UI can be clicked to see its definition
  • Gitops beta run has grown multi-session mode, as well as a complete bootstrap.

🚀 Enhancements

  • PR: #2832 - update ListFluxCrds to support querying multiple clusters
  • PR: #2853 - gitops run bootstrapping

🔥 UI

  • PR: #2800 - Add yaml pop-ups for objects that aren't flux primitives
  • PR: #2835 - Fix styling bug on filter chips
  • PR: #2837 - Handle conditions without a type of "Ready"
  • PR: #2869 - update status icons used in tables update user setting style
  • PR: #2821 - Bump d3-color and d3
  • PR: #2822 - Remove unused profile code
  • PR: #2823 - Upgrade flux to 0.35.0
  • PR: #2825 - export useListFluxCrds function
  • PR: #2793 - documentation added for pipelines
  • PR: #2838 - implement vcluster-based session
  • PR: #2845 - Add LinkResolver for customized routing when running as "embedded"
  • PR: #2850 - Rename places that call the password hash "secret"
  • PR: #2851 - Improve gitops run context handling
  • PR: #2828 - Add new profile 0.6.2 docs release notes
  • PR: #2849 - Actually default-yes for installing dashboard
  • PR: #2840 - Add gitops set config and gitops get config GitOps CLI commands.
  • PR: #2861 - Change wizard's questions, defaults
  • PR: #2847 - create vcluster instance in session
  • PR: #2862 - gitops run: Stop the wizard accepting missing values
  • PR: #2872 - gitops run bootstrap: Render PATs and passwords as '***'
  • PR: #2871 - fix bootstrapping process in the session mode
weave-gitops - v0.9.6

Published by weave-gitops-bot about 2 years ago

🚀 Enhancements

  • PR: #2746 - Add an optional choice of NodePort
  • PR: #2751 - Make automation details use getObject instead of dedicated endpoints
  • PR: #2765 - List automations objects
  • PR: #2781 - helm: Add network policy
  • PR: #2780 - Set security context that passes enforce:restricted pod security
  • PR: #2785 - implement flux install using the fluxexec package
  • PR: #2786 - Take the user through a bootstrap wizard when they close gitops run
  • PR: #2794 - add empty table row prop so it can be configured from parent component
  • PR: #2791 - #2790: enable adding annotations to the weave-gitops deployment

🔥 UI

  • PR: #2748 - Add pop up for Alert yaml
  • PR: #2769 - Remove unused components
  • PR: #2773 - Adds 'null' to undefined values in chips
  • PR: #2783 - Add version and revision info to Helm detail pages

🐛 Bugs

  • PR: #2767 - Use the correct labels to get reconciled objects
  • PR: #2768 - Fix including pods in details pages
  • PR: #2779 - Change dashboard installation to use OCI
  • PR: #2787 - Fix events view to take clusters into account
  • PR: #2766 - increase kubeClientTimeout and add environment variable option
  • PR: #2809 - ui: Don't flatten children for the graph
  • PR: #2708 - Use go 1.19
  • PR: #2749 - Add notification permissions to manual, mention suspend/resume
  • PR: #2775 - Upgrade go-git-providers to v0.9.0 for EE compatibility
  • PR: #2806 - docs: Update getting started
  • PR: #2805 - Set more ldflags when making a release
  • PR: #2810 - Add Policy Profile Releases to the website
  • PR: #2816 - Fix displaying release version in footer + tiny other release fix
  • PR: #2817 - Update installation.mdx
weave-gitops - v0.9.6-rc.2

Published by weave-gitops-bot about 2 years ago

🚀 Enhancements

  • PR: #2746 - Add an optional choice of NodePort
  • PR: #2751 - Make automation details use getObject instead of dedicated endpoints
  • PR: #2765 - List automations objects
  • PR: #2781 - helm: Add network policy
  • PR: #2780 - Set security context that passes enforce:restricted pod security
  • PR: #2785 - implement flux install using the fluxexec package
  • PR: #2786 - Take the user through a bootstrap wizard when they close gitops run
  • PR: #2794 - add empty table row prop so it can be configured from parent component
  • PR: #2791 - #2790: enable adding annotations to the weave-gitops deployment

🔥 UI

  • PR: #2748 - Add pop up for Alert yaml
  • PR: #2769 - Remove unused components
  • PR: #2773 - Adds 'null' to undefined values in chips
  • PR: #2783 - Add version and revision info to Helm detail pages

🐛 Bugs

  • PR: #2767 - Use the correct labels to get reconciled objects
  • PR: #2768 - Fix including pods in details pages
  • PR: #2779 - Change dashboard installation to use OCI
  • PR: #2787 - Fix events view to take clusters into account
  • PR: #2766 - increase kubeClientTimeout and add environment variable option
  • PR: #2809 - ui: Don't flatten children for the graph
  • PR: #2708 - Use go 1.19
  • PR: #2749 - Add notification permissions to manual, mention suspend/resume
  • PR: #2775 - Upgrade go-git-providers to v0.9.0 for EE compatibility
  • PR: #2806 - docs: Update getting started
  • PR: #2805 - Set more ldflags when making a release
weave-gitops - v0.9.6-rc.1

Published by weave-gitops-bot about 2 years ago

🚀 Enhancements

  • PR: #2746 - Add an optional choice of NodePort
  • PR: #2751 - Make automation details use getObject instead of dedicated endpoints
  • PR: #2781 - helm: Add network policy
  • PR: #2780 - Set security context that passes enforce:restricted pod security
  • PR: #2785 - implement flux install using the fluxexec package
  • PR: #2786 - Take the user through a bootstrap wizard when they close gitops run
  • PR: #2794 - add empty table row prop so it can be configured from parent component
  • PR: #2791 - #2790: enable adding annotations to the weave-gitops deployment

🔥 UI

  • PR: #2748 - Add pop up for Alert yaml
  • PR: #2769 - Remove unused components
  • PR: #2773 - Adds 'null' to undefined values in chips
  • PR: #2783 - Add version and revision info to Helm detail pages

🐛 Bugs

  • PR: #2779 - Change dashboard installation to use OCI
  • PR: #2787 - Fix events view to take clusters into account
  • PR: #2708 - Use go 1.19
  • PR: #2764 - Add flag to hide search and filters menu in DataTable
  • PR: #2767 - Use the correct labels to get reconciled objects
  • PR: #2768 - Fix including pods in details pages
  • PR: #2749 - Add notification permissions to manual, mention suspend/resume
  • PR: #2775 - Upgrade go-git-providers to v0.9.0 for EE compatibility
  • PR: #2765 - List automations objects
weave-gitops - v0.9.5

Published by weave-gitops-bot about 2 years ago

🚀 Enhancements

  • PR: #2701 - flux-exec: implement bootstrap gitlab and global flags
  • PR: #2637 - Update UpdateClusters to notify watchers with the added and removed clusters
  • PR: #2721 - gitops run: Use .gitignore automatically
  • PR: #2722 - gitops run: Create empty kustomization if target directory doesn't exist

🔥 UI

  • PR: #2685 - Add Sync All functionality
  • PR: #2677 - Add Notification Providers
  • PR: #2714 - Add filtering by undefined and fix searching by name
  • PR: #2723 - Add Provider Detail view with Yaml and Alerts
  • PR: #2713 - Dependency Tab on Workloads page
  • PR: #2744 - Add help message when user has no notifications
  • PR: #2735 - Link to filtered tables from alert event sources

🐛 Bugs

  • PR: #2703 - Stop creating resources in the hard-coded flux-system namespace
  • PR: #2719 - gitops run: Don't abort uploading on error
  • PR: #2718 - gitops run: Abort if dev-bucket resources couldn't be installed
  • PR: #2574 - Fixes cluster-admin seeing a completely empty UI
  • PR: #2709 - flux-exec: add wrapper for bootstrap bitbucket-server
  • PR: #2715 - flux-exec: add wrapper for bootstrap git
  • PR: #2729 - Upgrade flux to 0.34.0
weave-gitops - v0.9.5-rc.1

Published by weave-gitops-bot about 2 years ago

🚀 Enhancements

  • PR: #2701 - flux-exec: implement bootstrap gitlab and global flags
  • PR: #2637 - Update UpdateClusters to notify watchers with the added and removed clusters
  • PR: #2721 - gitops run: Use .gitignore automatically
  • PR: #2722 - gitops run: Create empty kustomization if target directory doesn't exist

🔥 UI

  • PR: #2685 - Add Sync All functionality
  • PR: #2677 - Add Notification Providers
  • PR: #2714 - Add filtering by undefined and fix searching by name
  • PR: #2723 - Add Provider Detail view with Yaml and Alerts
  • PR: #2713 - Dependency Tab on Workloads page

🐛 Bugs

  • PR: #2703 - Stop creating resources in the hard-coded flux-system namespace
  • PR: #2719 - gitops run: Don't abort uploading on error
  • PR: #2718 - gitops run: Abort if dev-bucket resources couldn't be installed
  • PR: #2574 - Fixes cluster-admin seeing a completely empty UI
  • PR: #2709 - flux-exec: add wrapper for bootstrap bitbucket-server
  • PR: #2715 - flux-exec: add wrapper for bootstrap git
  • PR: #2729 - Upgrade flux to 0.34.0
weave-gitops - v0.9.4

Published by weave-gitops-bot about 2 years ago

🚀 Enhancements

  • PR: #2573 - [UI,BE] Filter resources by tenant
  • PR: #2620 - Log when a resource is suspended or synced
  • PR: #2604 - Return Added and Removed Clusters in Clusters.Set()
  • PR: #2609 - CLI command for creating GitOps Dashboard
  • PR: #2641 - Hide the cluster column in WG OSS
  • PR: #2654 - ui: Sort events by newest first
  • PR: #2638 - GetProfiles and GetProfileValues to accept HelmRepo details
  • PR: #2652 - Initial pendo integration
  • PR: #2624 - Passthrough token
  • PR: #2658 - Add listObjects, make sources table use it
  • PR: #2621 - security documentation added for vulnerability management process
  • PR: #2552 - Remove enterprise-only CLI commands
  • PR: #2622 - implement installer and exec packages for flux cli

🔥 UI

  • PR: #2605 - Add Nav Styles
  • PR: #2616 - ui: Make source details do http requests from the top, too
  • PR: #2645 - Make feature flags part of context
  • PR: #2659 - Remove extra top padding
  • PR: #2663 - Fix titles overflowing graph nodes
  • PR: #2649 - Suspend/Resume All

🐛 Bugs

  • PR: #2613 - Fix spacing of nodes with child nodes
  • PR: #2590 - Raise an error if an empty UserPrincipal is passed to ClientConfigWithUser
  • PR: #2626 - Make the whole release flow use the release commit
  • PR: #2625 - fix log message
  • PR: #2627 - ui: PageStatus should display Failed when state is bad
  • PR: #2644 - ui: Fix sort by Reason or Timestamp in the Events table
  • PR: #2646 - ui: Fix sort direction not reversed sometimes when clicking on the header of a selected sort column
  • PR: #2655 - clustersmngr: Reduce the number of ways we create cluster configs
  • PR: #2665 - Exit more gracefully in ListHelmReleases when a HelmRelease revision is missing
  • PR: #2669 - Fix error logs in UI tests
  • PR: #2679 - Fix displaying errors with useListSources
  • PR: #2606 - Remove Helm v2 dependency
  • PR: #2466 - Bump terser from 5.13.1 to 5.14.2 in /website
  • PR: #2467 - Bump terser from 5.10.0 to 5.14.2
  • PR: #2632 - Populate the groups field in the oauth2/userinfo API response
  • PR: #2670 - Upgrade flux components to latest versions
  • PR: #2674 - Bump helm.sh/helm/v3 from 3.9.1 to 3.9.4
  • PR: #2676 - Update envtest tests to use 1.24
  • PR: #2678 - Fixes occasional panic when leaf cluster unreachable
weave-gitops - v0.9.4-rc.0

Published by weave-gitops-bot about 2 years ago

🚀 Enhancements

  • PR: #2573 - [UI,BE] Filter resources by tenant
  • PR: #2620 - Log when a resource is suspended or synced
  • PR: #2604 - Return Added and Removed Clusters in Clusters.Set()
  • PR: #2609 - CLI command for creating GitOps Dashboard
  • PR: #2641 - Hide the cluster column in WG OSS
  • PR: #2654 - ui: Sort events by newest first
  • PR: #2638 - GetProfiles and GetProfileValues to accept HelmRepo details
  • PR: #2652 - Initial pendo integration
  • PR: #2624 - Passthrough token
  • PR: #2658 - Add listObjects, make sources table use it
  • PR: #2621 - security documentation added for vulnerability management process
  • PR: #2552 - Remove enterprise-only CLI commands

🔥 UI

  • PR: #2605 - Add Nav Styles
  • PR: #2616 - ui: Make source details do http requests from the top, too
  • PR: #2645 - Make feature flags part of context
  • PR: #2659 - Remove extra top padding
  • PR: #2663 - Fix titles overflowing graph nodes
  • PR: #2649 - Suspend/Resume All

🐛 Bugs

  • PR: #2613 - Fix spacing of nodes with child nodes
  • PR: #2590 - Raise an error if an empty UserPrincipal is passed to ClientConfigWithUser
  • PR: #2626 - Make the whole release flow use the release commit
  • PR: #2625 - fix log message
  • PR: #2627 - ui: PageStatus should display Failed when state is bad
  • PR: #2644 - ui: Fix sort by Reason or Timestamp in the Events table
  • PR: #2646 - ui: Fix sort direction not reversed sometimes when clicking on the header of a selected sort column
  • PR: #2655 - clustersmngr: Reduce the number of ways we create cluster configs
  • PR: #2665 - Exit more gracefully in ListHelmReleases when a HelmRelease revision is missing
  • PR: #2669 - Fix error logs in UI tests
  • PR: #2606 - Remove Helm v2 dependency
  • PR: #2466 - Bump terser from 5.13.1 to 5.14.2 in /website
  • PR: #2467 - Bump terser from 5.10.0 to 5.14.2
  • PR: #2632 - Populate the groups field in the oauth2/userinfo API response
  • PR: #2670 - Upgrade flux components to latest versions
weave-gitops - v0.9.3-patch.1

Published by weave-gitops-bot about 2 years ago

🚀 Enhancements

  • PR: #2573 - [UI,BE] Filter resources by tenant
  • PR: #2620 - Log when a resource is suspended or synced
  • PR: #2604 - Return Added and Removed Clusters in Clusters.Set()
  • PR: #2609 - CLI command for creating GitOps Dashboard
  • PR: #2641 - Hide the cluster column in WG OSS

🔥 UI

  • PR: #2605 - Add Nav Styles
  • PR: #2616 - ui: Make source details do http requests from the top, too

🐛 Bugs

  • PR: #2613 - Fix spacing of nodes with child nodes
  • PR: #2590 - Raise an error if an empty UserPrincipal is passed to ClientConfigWithUser
  • PR: #2626 - Make the whole release flow use the release commit
  • PR: #2625 - fix log message
  • PR: #2627 - ui: PageStatus should display Failed when state is bad
  • PR: #2644 - ui: Fix sort by Reason or Timestamp in the Events table
  • PR: #2646 - ui: Fix sort direction not reversed sometimes when clicking on the header of a selected sort column
  • PR: #2606 - Remove Helm v2 dependency
  • PR: #2466 - Bump terser from 5.13.1 to 5.14.2 in /website
  • PR: #2467 - Bump terser from 5.10.0 to 5.14.2
  • PR: #2632 - Populate the groups field in the oauth2/userinfo API response
weave-gitops - v0.9.3

Published by weave-gitops-bot about 2 years ago

This is a bugfix release that fixes a problem where when you had both OIDC and local cluster auth enabled, sometimes the local auth wouldn't work.

🐛 Bugs

  • PR: #2611 - auth: Revert to the old auth method order
Package Rankings
Top 41.02% on Npmjs.org
Top 2.74% on Proxy.golang.org
Badges
Extracted from project README
LICENSE Contributors Release FOSSA Status OpenSSF Best Practices FOSSA Status