Skip to content

Releases: weaveworks/weave-gitops

v0.7.0-rc4

28 Mar 18:42
b9b7e2c
Compare
Choose a tag to compare
v0.7.0-rc4 Pre-release
Pre-release

🚀 Enhancements

  • PR: #1339 - Validate app naming using IsDNS1123Label from k8s
  • PR: #1330 - Saving config-repo URL in cluster
  • PR: #1348 - Add tilt.dev support for local development
  • PR: #1317 - Add notifications if a new profile version is available
  • PR: #1360 - Implement add profile to install a profile to a cluster
  • PR: #1660 - Adds a global --insecure-skip-tls-verify flag to the cli
  • PR: #1624 - WG529 Auth styling and flags improvements
  • PR: #1707 - Merge v2 into main
  • PR: #1627 - ClustersClientsPool Middleware
  • PR: #1732 - refactor: Clean up kube client initialization references
  • PR: #1736 - refactor: Clean up kube config getting refereces
  • PR: #1738 - Removing gitprovider middleware
  • PR: #1751 - 1560 upgrade command
  • PR: #1754 - feat: Streamline logging with single common logger
  • PR: #1779 - Helm upgrades
  • PR: #1797 - Add a date prefix to the docker tag for PR images
  • PR: #1794 - update dependencies

🔥 UI

  • PR: #1347 - Add Background
  • PR: #1367 - Adds Pagination to Data Table
  • PR: #1447 - Add Title To Logo
  • PR: #1436 - Add Filtering Structure for Data Table
  • PR: #1464 - Add Collapsible Search Input
  • PR: #1488 - Enhance Data Table Sorting Functionality
  • PR: #1525 - Adjust Nav Styling
  • PR: #1570 - Fix useLocation hook use in nav.ts
  • PR: #1605 - Add text style fixes and V2Route correction
  • PR: #1622 - Add Status Icons
  • PR: #1636 - Make Cluster Name Default for Single Cluster
  • PR: #1651 - Add Helm Release Detail Page
  • PR: #1630 - Add Suspended Status
  • PR: #1635 - Add Border to Source Detail Error Message
  • PR: #1739 - Add favicon
  • PR: #1743 - Adds suspended status to detail views
  • PR: #1750 - Add polling through react-query
  • PR: #1758 - Switch isFetching to useIsFetching
  • PR: #1790 - Allow overflowed data to scroll
  • PR: #1805 - Remove title bar padding and shrink logo

🐛 Bugs

  • PR: #1320 - Print out GitSource from config repository on dry-run
  • PR: #1384 - Fix the downloading of tilt on OSX
  • PR: #1391 - Add groups scope
  • PR: #1393 - Pend the profiles test until we can figure out a better way to run them
  • PR: #1730 - fix: Return UserInfo{} if superuser not logged in
  • PR: #1760 - fix: Check for readyText after it has been set
  • PR: #1417 - Bump axios from 0.21.1 to 0.21.4 in /website
  • PR: #1543 - Bump prismjs from 1.23.0 to 1.27.0 in /website
  • PR: #1802 - Fix date substitution in PR workflow
  • PR: #1803 - More fix date images
  • PR: #1505 - Bump follow-redirects from 1.14.1 to 1.14.9 in /website
Uncategorized
  • PR: #1345 - Get kube client during HTTP request
  • PR: #1355 - Only run tests when PRing to main
  • PR: #1353 - Update profile endpoints to request a client.Client during an HTTP request
  • PR: #1350 - Fix readme version number
  • PR: #1329 - Report correct version when building docker image on-release
  • PR: #1370 - Fix nightly syntax
  • PR: #1368 - Update containerd and runc(go), trim and parcel (UI) for known alerts
  • PR: #1374 - Tilt install fix
  • PR: #1378 - Set nightly test time
  • PR: #1334 - Only add deploy key when needed
  • PR: #1377 - Expose test fakes as a package
  • PR: #1358 - Restructure GitHub auth test to remove flakiness
  • PR: #1390 - Notify Slack when the main branch build fails
  • PR: #1395 - fix jwt-go warning
  • PR: #1398 - use gopkg.in/yaml.v2 2.4.0 to resolve snyk warning
  • PR: #1392 - use local registry when running acceptance tests
  • PR: #1402 - Remove merge conflict marker after bad rebase and remove label job
  • PR: #1407 - Use snyk for js, go & docker, upload results properly
  • PR: #1404 - Add conditions field to flux objects
  • PR: #1411 - Seb change v2 check names
  • PR: #1429 - ci: Run go & js tests in parallel
  • PR: #1440 - cli: Remove application suspend/resume
  • PR: #1434 - Remove gitops beta and all its subcommands
  • PR: #1441 - Remove add/remove app
  • PR: #1444 - github: Actually do snyk uploads
  • PR: #1435 - Cleanup version
  • PR: #1446 - Remove[*] install/uninstall commands
  • PR: #1410 - No tools in docker image
  • PR: #1449 - Remove more commands
  • PR: #1461 - Stop describing releases as straightforward
  • PR: #1457 - Fix the scan pipeline upon merges
  • PR: #1451 - Add releases and flux runtime pages
  • PR: #1455 - Delete GetApplication, ListApplications endpoints
  • PR: #1486 - Revert "Delete GetApplication, ListApplications endpoints"
  • PR: #1471 - Re-arrange proto files
  • PR: #1469 - Separate UI
  • PR: #1487 - Update cluster cmd
  • PR: #1518 - Make CI faster again
  • PR: #1508 - Added validation to registry script
  • PR: #1489 - Add reconciled and child object API endpoints and KustomizationDetail page
  • PR: #1514 - Remove explicit snyk code scan
  • PR: #1515 - feat: Create endpoint for fetching the flux namespace
  • PR: #1517 - Run make unit-tests in CI, and remove/fix tests that fail
  • PR: #1443 - make: Turn off cgo everywhere
  • PR: #1496 - Add weave-gitops helm chart
  • PR: #1536 - Fix module names in gitops-server
  • PR: #1522 - Add GitRepositoryDetail page
  • PR: #1546 - ci: Add separate flow for formatting stuff
  • PR: #1545 - Fix a couple of docker target problems
  • PR: #1549 - Cherry-pick superuser stuff from main
  • PR: #1550 - Move Breadcrumbs and reconfigure for V2Routes
  • PR: #1565 - Fix error on calling .localeCompare on undefined in Datatable
  • PR: #1534 - feat: Implement the GetHelmRelease endpoint
  • PR: #1532 - Clean makefile
  • PR: #1567 - docs: Ensure secret literal is quoted properly
  • PR: #1568 - Add http-proxy-middleware
  • PR: #1562 - Wire up login
  • PR: #1553 - Add source pages
  • PR: #1566 - chore(test): Add inventory tests on GetHelmRelease
  • PR: #1519 - Use ginkgo2's test runner to run all tests
  • PR: #1551 - Remove flux check from check cmd
  • PR: #1572 - Add back missing routes and simplify Breadcrumbs
  • PR: #1558 - Delete GetApplication, ListApplications endpoints, take 2
  • PR: #1596 - Add docs page to left menu nav
  • PR: #1603 - Fix KubeStatusIndicator overflow and color
  • PR: #1608 - fix: smooth out v2 dev process
  • PR: #1609 - fix: Update sa role to include apps/deployments
  • PR: #1606 - Add table filtering interaction
  • PR: #1614 - Add Numerous UI Fixes
  • PR: #1610 - fix: incorrect interval reported on the Sources list page
  • PR: #1623 - Fix Breadcrumbs routing issue
  • PR: #1538 - Use system flux instead of an embedded flux
  • PR: #1628 - ui: Port graph + tests away from using Applications types
  • PR: #1626 - Upgrade logr
  • PR: #1555 - tests: remove acceptance tests, and related actions
  • PR: #1631 - Unset page width and affix nav bar to left
  • PR: #1625 - fix: Incorrect interval in HelmRelase response
  • PR: #1632 - Remove more endpoints
  • PR: #1647 - docs: Fix old docs repo links in Website
  • PR: #1645 - fix: Check for Available condition's message
  • PR: #1612 - feat: Wire core server for Impersonation
  • PR: #1650 - Remove ListCommits endpoint
  • PR: #1654 - Remove the Application CRD
  • PR: #1643 - feat: List namespaces endpoint
  • PR: #1661 - deps: Add helm to dependencies
  • PR: #1662 - fix: Add more resources to Admin user
  • PR: #1664 - Remove all CRD code, v1alpha2 too
  • PR: #1537 - Added TLS security
  • PR: #1659 - Fix multiple UI issues
  • PR: #1638 - Add ListEvents endpoint and table
  • PR: #1663 - refactor: Simplify makeGRPCServer API in tests
  • PR: #1693 - Fix test build errors
  • PR: #1668 - Remove bits and pieces
  • PR: #1692 - Update the readme with TLS info
  • PR: #1655 - Add go mod tidy to static checks, clarify action when git diff fails
  • PR: #1680 - Re-work table filtering to match designs
  • PR: #1696 - Improve ci
  • PR: #1689 - Initial instructions on how to configure TLS in EE
  • PR: #1694 - refactor: Query only object related events
  • PR: #1599 - Update auth docs
  • PR: #1729 - Remove TLS certs from dev image and dev cycle
  • PR: #1728 - Move additional v2 commits
  • PR: #1679 - Added mkcert to dev dependencies
  • PR: #1740 - ref: Tidy up how we process OIDC config
  • PR: #1733 - Remove surviving manifest
  • PR: #1747 - fix: typo
  • PR: #1748 - Log out response from GitHub when there's an error.
  • PR: #1731 - ci: Remove deploy workflow
  • PR: #1753 - Fix lint errors from #1748
  • PR: #1752 - README: CI uses node 16, we should tell developers to do the same
  • PR: #1756 - Fix binary S3 upload
  • PR: #1764 - Remove flux auto-upgrade
  • PR: #1768 - Remove unused commands
  • PR: #1769 - fix: Fix buf warnings
  • PR: #1771 - Upgrade prometheus client
  • PR: #1775 - ref: Refactor utils tests
  • PR: #1770 - Remove actively misleading help texts
  • PR: #1799 - Use Node 16 for the release and docs workflows
  • PR: #1815 - Update package.json for rc3
  • PR: #1818 - Fix newline problem

v0.7.0.rc3

28 Mar 18:05
15df0a1
Compare
Choose a tag to compare
v0.7.0.rc3 Pre-release
Pre-release
Merge pull request #1815 from weaveworks/v0.7.0-rc3

Update package.json for rc3

v0.7.0-rc2

25 Mar 17:40
43d93ae
Compare
Choose a tag to compare
v0.7.0-rc2 Pre-release
Pre-release

🚀 Enhancements

  • PR: #1339 - Validate app naming using IsDNS1123Label from k8s
  • PR: #1330 - Saving config-repo URL in cluster
  • PR: #1348 - Add tilt.dev support for local development
  • PR: #1317 - Add notifications if a new profile version is available
  • PR: #1360 - Implement add profile to install a profile to a cluster
  • PR: #1524 - Add a RoleBinding for User: admin
  • PR: #1660 - Adds a global --insecure-skip-tls-verify flag to the cli
  • PR: #1624 - WG529 Auth styling and flags improvements
  • PR: #1707 - Merge v2 into main
  • PR: #1627 - ClustersClientsPool Middleware
  • PR: #1732 - refactor: Clean up kube client initialization references
  • PR: #1736 - refactor: Clean up kube config getting refereces
  • PR: #1738 - Removing gitprovider middleware
  • PR: #1751 - 1560 upgrade command
  • PR: #1754 - feat: Streamline logging with single common logger
  • PR: #1779 - Helm upgrades
  • PR: #1797 - Add a date prefix to the docker tag for PR images

🔥 UI

  • PR: #1347 - Add Background
  • PR: #1367 - Adds Pagination to Data Table
  • PR: #1447 - Add Title To Logo
  • PR: #1436 - Add Filtering Structure for Data Table
  • PR: #1464 - Add Collapsible Search Input
  • PR: #1488 - Enhance Data Table Sorting Functionality
  • PR: #1525 - Adjust Nav Styling
  • PR: #1570 - Fix useLocation hook use in nav.ts
  • PR: #1605 - Add text style fixes and V2Route correction
  • PR: #1622 - Add Status Icons
  • PR: #1636 - Make Cluster Name Default for Single Cluster
  • PR: #1651 - Add Helm Release Detail Page
  • PR: #1630 - Add Suspended Status
  • PR: #1635 - Add Border to Source Detail Error Message
  • PR: #1739 - Add favicon
  • PR: #1743 - Adds suspended status to detail views
  • PR: #1750 - Add polling through react-query
  • PR: #1758 - Switch isFetching to useIsFetching

🐛 Bugs

  • PR: #1320 - Print out GitSource from config repository on dry-run
  • PR: #1384 - Fix the downloading of tilt on OSX
  • PR: #1391 - Add groups scope
  • PR: #1393 - Pend the profiles test until we can figure out a better way to run them
  • PR: #1730 - fix: Return UserInfo{} if superuser not logged in
  • PR: #1760 - fix: Check for readyText after it has been set
  • PR: #1417 - Bump axios from 0.21.1 to 0.21.4 in /website
  • PR: #1543 - Bump prismjs from 1.23.0 to 1.27.0 in /website
  • PR: #1802 - Fix date substitution in PR workflow
  • PR: #1803 - More fix date images
Uncategorized
  • PR: #1345 - Get kube client during HTTP request
  • PR: #1355 - Only run tests when PRing to main
  • PR: #1353 - Update profile endpoints to request a client.Client during an HTTP request
  • PR: #1350 - Fix readme version number
  • PR: #1329 - Report correct version when building docker image on-release
  • PR: #1370 - Fix nightly syntax
  • PR: #1368 - Update containerd and runc(go), trim and parcel (UI) for known alerts
  • PR: #1374 - Tilt install fix
  • PR: #1378 - Set nightly test time
  • PR: #1334 - Only add deploy key when needed
  • PR: #1377 - Expose test fakes as a package
  • PR: #1358 - Restructure GitHub auth test to remove flakiness
  • PR: #1390 - Notify Slack when the main branch build fails
  • PR: #1395 - fix jwt-go warning
  • PR: #1398 - use gopkg.in/yaml.v2 2.4.0 to resolve snyk warning
  • PR: #1392 - use local registry when running acceptance tests
  • PR: #1402 - Remove merge conflict marker after bad rebase and remove label job
  • PR: #1407 - Use snyk for js, go & docker, upload results properly
  • PR: #1404 - Add conditions field to flux objects
  • PR: #1411 - Seb change v2 check names
  • PR: #1429 - ci: Run go & js tests in parallel
  • PR: #1440 - cli: Remove application suspend/resume
  • PR: #1434 - Remove gitops beta and all its subcommands
  • PR: #1441 - Remove add/remove app
  • PR: #1444 - github: Actually do snyk uploads
  • PR: #1435 - Cleanup version
  • PR: #1446 - Remove[*] install/uninstall commands
  • PR: #1410 - No tools in docker image
  • PR: #1449 - Remove more commands
  • PR: #1461 - Stop describing releases as straightforward
  • PR: #1457 - Fix the scan pipeline upon merges
  • PR: #1451 - Add releases and flux runtime pages
  • PR: #1455 - Delete GetApplication, ListApplications endpoints
  • PR: #1486 - Revert "Delete GetApplication, ListApplications endpoints"
  • PR: #1471 - Re-arrange proto files
  • PR: #1469 - Separate UI
  • PR: #1487 - Update cluster cmd
  • PR: #1518 - Make CI faster again
  • PR: #1508 - Added validation to registry script
  • PR: #1489 - Add reconciled and child object API endpoints and KustomizationDetail page
  • PR: #1514 - Remove explicit snyk code scan
  • PR: #1515 - feat: Create endpoint for fetching the flux namespace
  • PR: #1522 - Add GitRepositoryDetail page
  • PR: #1547 - Images for ee
  • PR: #1546 - ci: Add separate flow for formatting stuff
  • PR: #1545 - Fix a couple of docker target problems
  • PR: #1549 - Cherry-pick superuser stuff from main
  • PR: #1550 - Move Breadcrumbs and reconfigure for V2Routes
  • PR: #1565 - Fix error on calling .localeCompare on undefined in Datatable
  • PR: #1534 - feat: Implement the GetHelmRelease endpoint
  • PR: #1532 - Clean makefile
  • PR: #1567 - docs: Ensure secret literal is quoted properly
  • PR: #1568 - Add http-proxy-middleware
  • PR: #1562 - Wire up login
  • PR: #1553 - Add source pages
  • PR: #1566 - chore(test): Add inventory tests on GetHelmRelease
  • PR: #1519 - Use ginkgo2's test runner to run all tests
  • PR: #1551 - Remove flux check from check cmd
  • PR: #1572 - Add back missing routes and simplify Breadcrumbs
  • PR: #1558 - Delete GetApplication, ListApplications endpoints, take 2
  • PR: #1596 - Add docs page to left menu nav
  • PR: #1603 - Fix KubeStatusIndicator overflow and color
  • PR: #1608 - fix: smooth out v2 dev process
  • PR: #1609 - fix: Update sa role to include apps/deployments
  • PR: #1606 - Add table filtering interaction
  • PR: #1614 - Add Numerous UI Fixes
  • PR: #1610 - fix: incorrect interval reported on the Sources list page
  • PR: #1623 - Fix Breadcrumbs routing issue
  • PR: #1538 - Use system flux instead of an embedded flux
  • PR: #1628 - ui: Port graph + tests away from using Applications types
  • PR: #1626 - Upgrade logr
  • PR: #1555 - tests: remove acceptance tests, and related actions
  • PR: #1631 - Unset page width and affix nav bar to left
  • PR: #1625 - fix: Incorrect interval in HelmRelase response
  • PR: #1632 - Remove more endpoints
  • PR: #1647 - docs: Fix old docs repo links in Website
  • PR: #1645 - fix: Check for Available condition's message
  • PR: #1612 - feat: Wire core server for Impersonation
  • PR: #1650 - Remove ListCommits endpoint
  • PR: #1654 - Remove the Application CRD
  • PR: #1643 - feat: List namespaces endpoint
  • PR: #1661 - deps: Add helm to dependencies
  • PR: #1662 - fix: Add more resources to Admin user
  • PR: #1664 - Remove all CRD code, v1alpha2 too
  • PR: #1537 - Added TLS security
  • PR: #1659 - Fix multiple UI issues
  • PR: #1638 - Add ListEvents endpoint and table
  • PR: #1663 - refactor: Simplify makeGRPCServer API in tests
  • PR: #1693 - Fix test build errors
  • PR: #1668 - Remove bits and pieces
  • PR: #1692 - Update the readme with TLS info
  • PR: #1655 - Add go mod tidy to static checks, clarify action when git diff fails
  • PR: #1680 - Re-work table filtering to match designs
  • PR: #1696 - Improve ci
  • PR: #1689 - Initial instructions on how to configure TLS in EE
  • PR: #1694 - refactor: Query only object related events
  • PR: #1599 - Update auth docs
  • PR: #1729 - Remove TLS certs from dev image and dev cycle
  • PR: #1728 - Move additional v2 commits
  • PR: #1679 - Added mkcert to dev dependencies
  • PR: #1740 - ref: Tidy up how we process OIDC config
  • PR: #1733 - Remove surviving manifest
  • PR: #1747 - fix: typo
  • PR: #1748 - Log out response from GitHub when there's an error.
  • PR: #1731 - ci: Remove deploy workflow
  • PR: #1753 - Fix lint errors from #1748
  • PR: #1752 - README: CI uses node 16, we should tell developers to do the same
  • PR: #1756 - Fix binary S3 upload
  • PR: #1764 - Remove flux auto-upgrade
  • PR: #1768 - Remove unused commands
  • PR: #1769 - fix: Fix buf warnings
  • PR: #1771 - Upgrade prometheus client
  • PR: #1775 - ref: Refactor utils tests
  • PR: #1770 - Remove actively misleading help texts
  • PR: #1799 - Use Node 16 for the release and docs workflows

v0.6.2-patch2

02 Mar 20:00
Compare
Choose a tag to compare
v0.6.2-patch2 Pre-release
Pre-release

🚀 Enhancements

  • PR: #1284 - Refactor install
  • PR: #1339 - Validate app naming using IsDNS1123Label from k8s
  • PR: #1330 - Saving config-repo URL in cluster
  • PR: #1348 - Add tilt.dev support for local development
  • PR: #1317 - Add notifications if a new profile version is available
  • PR: #1360 - Implement add profile to install a profile to a cluster
  • PR: #1408 - Modify the local build to install and configure tilt for first runners
  • PR: #1438 - Pass Credentials from the HelmRepository
  • PR: #1445 - Implement update profile to patch a profile's HelmRelease
  • PR: #1463 - Add option for configuring PR settings in add/update profile
  • PR: #1472 - Add logout endpoint
  • PR: #1490 - Auth SignIn - OIDC / Superuser
  • PR: #1492 - Auth logout
  • PR: #1483 - Serve ui run over https
  • PR: #1524 - Add a RoleBinding for User: admin

🔥 UI

  • PR: #1321 - Adds Sorting to Data Table
  • PR: #1347 - Add Background
  • PR: #1367 - Adds Pagination to Data Table

🐛 Bugs

  • PR: #1328 - Add missing roles for the helm watcher
  • PR: #1320 - Print out GitSource from config repository on dry-run
  • PR: #1384 - Fix the downloading of tilt on OSX
  • PR: #1391 - Add groups scope
  • PR: #1393 - Pend the profiles test until we can figure out a better way to run them
  • PR: #1403 - Fix the tilt build locally
  • PR: #1430 - Fix the notification controller address
Uncategorized
  • PR: #1314 - Fix flaky unit test
  • PR: #1286 - Fix nightly tests and refactor add tests
  • PR: #1326 - Updated weave-gitops version on curl command in README.md
  • PR: #1343 - Re-disable GitHub auth flow tests
  • PR: #1336 - Change nightly tests and add weekly tests
  • PR: #1341 - Fix flaky test by disabling Prometheus metrics
  • PR: #1346 - Use Makefile job for linter and update package.json before release
  • PR: #1345 - Get kube client during HTTP request
  • PR: #1355 - Only run tests when PRing to main
  • PR: #1353 - Update profile endpoints to request a client.Client during an HTTP request
  • PR: #1350 - Fix readme version number
  • PR: #1329 - Report correct version when building docker image on-release
  • PR: #1370 - Fix nightly syntax
  • PR: #1368 - Update containerd and runc(go), trim and parcel (UI) for known alerts
  • PR: #1374 - Tilt install fix
  • PR: #1378 - Set nightly test time
  • PR: #1334 - Only add deploy key when needed
  • PR: #1377 - Expose test fakes as a package
  • PR: #1358 - Restructure GitHub auth test to remove flakiness
  • PR: #1390 - Notify Slack when the main branch build fails
  • PR: #1395 - fix jwt-go warning
  • PR: #1398 - use gopkg.in/yaml.v2 2.4.0 to resolve snyk warning
  • PR: #1392 - use local registry when running acceptance tests
  • PR: #1396 - Fixes system kustomization reconciling if no profiles installed
  • PR: #1400 - improve waiting for resources to exist
  • PR: #1405 - fix deploy workflow
  • PR: #1413 - change kind-cluster script to bash
  • PR: #1372 - Add docs
  • PR: #1428 - clean up docs references to wego CLI
  • PR: #1387 - Add instructions on gitops upgrade for hosted/on-prem gitlab
  • PR: #1427 - Add OIDC docs for WGE
  • PR: #1423 - use nightly-build wego-app image tag for nightly runs
  • PR: #1397 - Refactor add test file
  • PR: #1433 - Fix nightly CI failures
  • PR: #1458 - Pend failing smoke test
  • PR: #1450 - Fix workflow link in the website README
  • PR: #1470 - Resolve wait times issues for tests
  • PR: #1504 - Upgrade weaveworks/go-checkpoint to version with go.mod
  • PR: #1531 - Turn off gitlab acceptance tests
  • PR: #1529 - ci: Don't need to run snyk test manually
  • PR: #1493 - Add docs for superuser flow
  • PR: #1516 - Rate limit login requests
  • PR: #1528 - Add exports
  • PR: #1547 - Images for ee
  • PR: #1567 - docs: Ensure secret literal is quoted properly
  • PR: #1568 - Add http-proxy-middleware

v2-preview-1

25 Feb 22:45
0fc37a2
Compare
Choose a tag to compare
v2-preview-1 Pre-release
Pre-release

🚀 Enhancements

  • PR: #1339 - Validate app naming using IsDNS1123Label from k8s
  • PR: #1330 - Saving config-repo URL in cluster
  • PR: #1348 - Add tilt.dev support for local development
  • PR: #1317 - Add notifications if a new profile version is available
  • PR: #1360 - Implement add profile to install a profile to a cluster

🔥 UI

  • PR: #1347 - Add Background
  • PR: #1367 - Adds Pagination to Data Table
  • PR: #1447 - Add Title To Logo
  • PR: #1436 - Add Filtering Structure for Data Table
  • PR: #1464 - Add Collapsible Search Input
  • PR: #1488 - Enhance Data Table Sorting Functionality
  • PR: #1525 - Adjust Nav Styling

🐛 Bugs

  • PR: #1320 - Print out GitSource from config repository on dry-run
  • PR: #1384 - Fix the downloading of tilt on OSX
  • PR: #1391 - Add groups scope
  • PR: #1393 - Pend the profiles test until we can figure out a better way to run them
Uncategorized
  • PR: #1345 - Get kube client during HTTP request
  • PR: #1355 - Only run tests when PRing to main
  • PR: #1353 - Update profile endpoints to request a client.Client during an HTTP request
  • PR: #1350 - Fix readme version number
  • PR: #1329 - Report correct version when building docker image on-release
  • PR: #1370 - Fix nightly syntax
  • PR: #1368 - Update containerd and runc(go), trim and parcel (UI) for known alerts
  • PR: #1374 - Tilt install fix
  • PR: #1378 - Set nightly test time
  • PR: #1334 - Only add deploy key when needed
  • PR: #1377 - Expose test fakes as a package
  • PR: #1358 - Restructure GitHub auth test to remove flakiness
  • PR: #1390 - Notify Slack when the main branch build fails
  • PR: #1395 - fix jwt-go warning
  • PR: #1398 - use gopkg.in/yaml.v2 2.4.0 to resolve snyk warning
  • PR: #1392 - use local registry when running acceptance tests
  • PR: #1402 - Remove merge conflict marker after bad rebase and remove label job
  • PR: #1407 - Use snyk for js, go & docker, upload results properly
  • PR: #1404 - Add conditions field to flux objects
  • PR: #1411 - Seb change v2 check names
  • PR: #1429 - ci: Run go & js tests in parallel
  • PR: #1440 - cli: Remove application suspend/resume
  • PR: #1434 - Remove gitops beta and all its subcommands
  • PR: #1441 - Remove add/remove app
  • PR: #1444 - github: Actually do snyk uploads
  • PR: #1435 - Cleanup version
  • PR: #1446 - Remove[*] install/uninstall commands
  • PR: #1410 - No tools in docker image
  • PR: #1449 - Remove more commands
  • PR: #1461 - Stop describing releases as straightforward
  • PR: #1457 - Fix the scan pipeline upon merges
  • PR: #1451 - Add releases and flux runtime pages
  • PR: #1455 - Delete GetApplication, ListApplications endpoints
  • PR: #1486 - Revert "Delete GetApplication, ListApplications endpoints"
  • PR: #1471 - Re-arrange proto files
  • PR: #1469 - Separate UI
  • PR: #1487 - Update cluster cmd
  • PR: #1518 - Make CI faster again
  • PR: #1508 - Added validation to registry script
  • PR: #1489 - Add reconciled and child object API endpoints and KustomizationDetail page
  • PR: #1514 - Remove explicit snyk code scan
  • PR: #1515 - feat: Create endpoint for fetching the flux namespace
  • PR: #1517 - Run make unit-tests in CI, and remove/fix tests that fail
  • PR: #1443 - make: Turn off cgo everywhere
  • PR: #1496 - Add weave-gitops helm chart
  • PR: #1536 - Fix module names in gitops-server
  • PR: #1522 - Add GitRepositoryDetail page

v0.6.2

25 Jan 22:09
35945c8
Compare
Choose a tag to compare

🚀 Enhancements

  • PR: #1284 - Refactor install

🔥 UI

  • PR: #1321 - Adds Sorting to Data Table

🐛 Bugs

  • PR: #1328 - Add missing roles for the helm watcher
Uncategorized
  • PR: #1314 - Fix flaky unit test
  • PR: #1286 - Fix nightly tests and refactor add tests
  • PR: #1326 - Updated weave-gitops version on curl command in README.md
  • PR: #1343 - Re-disable GitHub auth flow tests
  • PR: #1336 - Change nightly tests and add weekly tests
  • PR: #1341 - Fix flaky test by disabling Prometheus metrics
  • PR: #1346 - Use Makefile job for linter and update package.json before release

v0.6.1

20 Jan 20:11
cf7b11b
Compare
Choose a tag to compare

🚀 Enhancements

  • PR: #1239 - Configure zapr logger to skip the caller
  • PR: #1244 - Update go version to 1.17
  • PR: #1044 - Upgrade flux version from 0.21.0 to 0.24.1
  • PR: #1141 - 1002 cluster association
  • PR: #1277 - Adds a layer field to the profiles response
  • PR: #1135 - Add --profiles support to gitops add cluster
  • PR: #1192 - Added gitops check --pre command
  • PR: #1288 - Watch and cache helmcharts
  • PR: #1227 - add gitops get profiles command

🔥 UI

  • PR: #1233 - Add Button Improvements and Update Logo
  • PR: #1202 - Improve Graph Zoom Functionality
  • PR: #1267 - Fixes Polling Errors on Remove Page
  • PR: #1275 - Validate credentials on AddApplication page
  • PR: #1282 - Refresh AppDetail on Sync
  • PR: #1283 - Remove Polling Message on Applications Page
  • PR: #1279 - Extends Nav height to match Content
  • PR: #1300 - Links to commits open new tab
  • PR: #1313 - Change order of fields in add application form
  • PR: #1299 - Link to PR on App Remove

🐛 Bugs

  • PR: #1266 - Fix release script to avoid invalid tags
  • PR: #1249 - Avoid uploading key in public repos
  • PR: #1265 - Navigate to gitlab merge requests on app add
  • PR: #1293 - Fixes version reported by the gitops binary in the wego-app docker image in a tagged release
  • PR: #1281 - Fixes RBAC permissions for wego-app
  • PR: #1315 - Reformat add app help text
  • PR: #1322 - Fix cache value being overwritten
  • PR: #1301 - Add deploy key for public repo
Uncategorized
  • PR: #1252 - Removed duplicate fail register
  • PR: #1261 - Fix for image-spec vuln
  • PR: #1245 - Run acceptance tests in both github and gitlab
  • PR: #1272 - Fix lint issues on CI
  • PR: #1274 - Add brew back into release
  • PR: #1268 - Add WithAuth middleware
  • PR: #1289 - Disable checkpoint for all CI jobs
  • PR: #1292 - Refactor ListApplications to create fetcher at the time of the request
  • PR: #1297 - Fixes upgrade command
  • PR: #1296 - Update theme, title & button components and lib exports
  • PR: #1309 - Upgrades to a ggp w/ the on-prem-gitlab fix
  • PR: #1312 - Make docker builds faster
  • PR: #1308 - Include weave-gitops in resources managed by weave-gitops
  • PR: #1307 - Refactor application endpoints to get client at the time of the request
  • PR: #1324 - Updated version on package.json and package-lock.json files
  • PR: #1325 - Temporarily remove brew

v0.6.1-rc1

20 Jan 18:39
7debba0
Compare
Choose a tag to compare
v0.6.1-rc1 Pre-release
Pre-release

🚀 Enhancements

  • PR: #1239 - Configure zapr logger to skip the caller
  • PR: #1244 - Update go version to 1.17
  • PR: #1044 - Upgrade flux version from 0.21.0 to 0.24.1
  • PR: #1141 - 1002 cluster association
  • PR: #1277 - Adds a layer field to the profiles response
  • PR: #1135 - Add --profiles support to gitops add cluster
  • PR: #1192 - Added gitops check --pre command
  • PR: #1288 - Watch and cache helmcharts
  • PR: #1227 - add gitops get profiles command

🔥 UI

  • PR: #1233 - Add Button Improvements and Update Logo
  • PR: #1202 - Improve Graph Zoom Functionality
  • PR: #1267 - Fixes Polling Errors on Remove Page
  • PR: #1275 - Validate credentials on AddApplication page
  • PR: #1282 - Refresh AppDetail on Sync
  • PR: #1283 - Remove Polling Message on Applications Page
  • PR: #1279 - Extends Nav height to match Content
  • PR: #1300 - Links to commits open new tab
  • PR: #1313 - Change order of fields in add application form
  • PR: #1299 - Link to PR on App Remove

🐛 Bugs

  • PR: #1266 - Fix release script to avoid invalid tags
  • PR: #1249 - Avoid uploading key in public repos
  • PR: #1265 - Navigate to gitlab merge requests on app add
  • PR: #1293 - Fixes version reported by the gitops binary in the wego-app docker image in a tagged release
  • PR: #1281 - Fixes RBAC permissions for wego-app
  • PR: #1315 - Reformat add app help text
  • PR: #1322 - Fix cache value being overwritten
  • PR: #1301 - Add deploy key for public repo
Uncategorized
  • PR: #1252 - Removed duplicate fail register
  • PR: #1261 - Fix for image-spec vuln
  • PR: #1245 - Run acceptance tests in both github and gitlab
  • PR: #1272 - Fix lint issues on CI
  • PR: #1274 - Add brew back into release
  • PR: #1268 - Add WithAuth middleware
  • PR: #1289 - Disable checkpoint for all CI jobs
  • PR: #1292 - Refactor ListApplications to create fetcher at the time of the request
  • PR: #1297 - Fixes upgrade command
  • PR: #1296 - Update theme, title & button components and lib exports
  • PR: #1309 - Upgrades to a ggp w/ the on-prem-gitlab fix
  • PR: #1312 - Make docker builds faster
  • PR: #1308 - Include weave-gitops in resources managed by weave-gitops
  • PR: #1307 - Refactor application endpoints to get client at the time of the request

v0.6.0

16 Dec 19:22
15349f1
Compare
Choose a tag to compare

🚀 Enhancements

  • PR: #1196 - Add gitlab exports
  • PR: #1187 - Remove app-config-url references
  • PR: #1151 - Remove apps via PR for Github and Gitlab
  • PR: #1167 - Validate namespaces in Gitops Install and Uninstall
  • PR: #1148 - Add profiles API to query for available profiles
  • PR: #1219 - Allow specifying git-host-to-provider-type mapping for on-prem gitlab support

🔥 UI

  • PR: #1145 - Add and Implement Theme Colors
  • PR: #1174 - Add app remove page
  • PR: #1195 - Horizontal Distribution of Graph Nodes
  • PR: #1186 - Small Storybook Fixes
  • PR: #1154 - Add polling to Applications Page
  • PR: #1221 - Add GitLab auth flow to application detail and remove
  • PR: #1237 - Fixed bug in AuthAlert that prevented GithubDeviceAuthModal from opening

🐛 Bugs

  • PR: #1181 - Adds the semver tag to the docker build
  • PR: #1171 - Fail when app is added with prefix wego
  • PR: #1218 - Fix broken validation output from dry-run
  • PR: #1222 - Regenerate proto related objects after renaming ConfigURL to ConfigRepo
  • PR: #1223 - Add support for cluster names with path separators
Uncategorized
  • PR: #1155 - update protobuf files
  • PR: #1157 - Update Readme to add brew install instructions
  • PR: #1134 - Add negative tests for GitOps Enterprise
  • PR: #1180 - Invert boldness in font definitions
  • PR: #1170 - Supersede noun-verb ADR
  • PR: #1184 - Bump node package version
  • PR: #1197 - Debug brew
  • PR: #1198 - Remove token for pushing to homebrew tap
  • PR: #1200 - Update brew commit author
  • PR: #1201 - Removing brew temporarily
  • PR: #1175 - comment out library-integration-test
  • PR: #1217 - Fix uninstall build error
  • PR: #1182 - contributing guide
  • PR: #1183 - Check environment variables are set before running integration/acceptance tests
  • PR: #1232 - Revert field name from config_repo to config_url in wego app CRD
  • PR: #1234 - Update docs for v0.6.0
  • PR: #1243 - Forcing kube apply

v0.6.0-rc1

15 Dec 22:39
7e9108e
Compare
Choose a tag to compare
v0.6.0-rc1 Pre-release
Pre-release

🚀 Enhancements

  • PR: #1196 - Add gitlab exports
  • PR: #1187 - Remove app-config-url references
  • PR: #1151 - Remove apps via PR for Github and Gitlab
  • PR: #1167 - Validate namespaces in Gitops Install and Uninstall
  • PR: #1148 - Add profiles API to query for available profiles
  • PR: #1219 - Allow specifying git-host-to-provider-type mapping for on-prem gitlab support

🔥 UI

  • PR: #1145 - Add and Implement Theme Colors
  • PR: #1174 - Add app remove page
  • PR: #1195 - Horizontal Distribution of Graph Nodes
  • PR: #1186 - Small Storybook Fixes
  • PR: #1154 - Add polling to Applications Page
  • PR: #1221 - Add GitLab auth flow to application detail and remove
  • PR: #1237 - Fixed bug in AuthAlert that prevented GithubDeviceAuthModal from opening

🐛 Bugs

  • PR: #1181 - Adds the semver tag to the docker build
  • PR: #1171 - Fail when app is added with prefix wego
  • PR: #1218 - Fix broken validation output from dry-run
  • PR: #1222 - Regenerate proto related objects after renaming ConfigURL to ConfigRepo
  • PR: #1223 - Add support for cluster names with path separators
Uncategorized
  • PR: #1155 - update protobuf files
  • PR: #1157 - Update Readme to add brew install instructions
  • PR: #1134 - Add negative tests for GitOps Enterprise
  • PR: #1180 - Invert boldness in font definitions
  • PR: #1170 - Supersede noun-verb ADR
  • PR: #1184 - Bump node package version
  • PR: #1197 - Debug brew
  • PR: #1198 - Remove token for pushing to homebrew tap
  • PR: #1200 - Update brew commit author
  • PR: #1201 - Removing brew temporarily
  • PR: #1175 - comment out library-integration-test
  • PR: #1217 - Fix uninstall build error
  • PR: #1182 - contributing guide
  • PR: #1183 - Check environment variables are set before running integration/acceptance tests
  • PR: #1232 - Revert field name from config_repo to config_url in wego app CRD
  • PR: #1234 - Update docs for v0.6.0