Skip to content

Releases: Jont828/cluster-api-visualizer

v1.3.0

08 Apr 23:34
v1.3.0
ab54c3f
Compare
Choose a tag to compare

What's Changed

  • Remove legacy peer deps flag from Dockerfile by @Jont828 in #39
  • Update Helm chart to v1.2.0 by @Jont828 in #40
  • Add initial support for showing custom CRD types in the Cluster tree view by @Jont828 in #43
  • Add label to indicate provider type on custom CRD types by @Jont828 in #44
  • Add graph algorithm to remove transitive/implicit ownerRefs when an object has multiple ownerRefs by @Jont828 in #45
  • Bump to CAPI v1.6 and refactor loggers to use context by @Jont828 in #46
  • Add view to show logs for each CRD by @Jont828 in #47
  • Add button to scroll to top in Cluster resource and log view by @Jont828 in #48
  • Refactor AlertError component to support other alert types by @Jont828 in #50
  • Bump go to v1.21, node image to v20, and add fix to Dockerfile by @Jont828 in #51

Full Changelog: v1.2.0...v1.3.0

v1.2.0

15 Aug 23:22
2cb102a
Compare
Choose a tag to compare

What's Changed

  • Bump to Go v1.20 and CAPI v1.5 by @Jont828 in #29 (this will allow MachinePool Machines to show under the MachinePool in the tree view)
  • Add git describe node package to show app version in settings by @Jont828 in #30
  • Update to golang:1.20-alpine in Dockerfile by @Jont828 in #31
  • Get app version using ldflags and version.sh by @Jont828 in #32
  • Fix ARCH variable bug in Dockerfile and imagePullPolicy bug in Helm chart by @Jont828 in #33
  • Revert "Add git describe node package to show app version in settings" by @Jont828 in #34
  • Fix npm install critical error with conflicting peer dependencies by @Jont828 in #35
  • Upgrade @vue/cli-plugin-babel and @vue/cli-plugin-eslint to 5.0.8 and rename components by @Jont828 in #36
  • Pass ldflags in to air.toml and go-run make target by @Jont828 in #37
  • Fetch version using mixin on page load to avoid lag by @Jont828 in #38

Full Changelog: v1.1.1...v1.2.0

v1.1.1

30 Mar 00:19
73b9c2e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

05 Jan 17:22
d73acac
Compare
Choose a tag to compare

What's Changed

  • Restrict Access to resources other than cluster-api one by @primeroz in #14
  • Add settings menu to configure dark theme, link style, file type for downloads, and polling interval and persist state by @Jont828 in #21
  • Add multiarch image build by @Jont828 in #18
  • Update Helm chart to v1.1.0, remove deprecated tar files by @Jont828 in #24

New Contributors

Full Changelog: v1.0.2...v1.1.0

v1.0.2

13 Dec 21:28
eacfa0a
Compare
Choose a tag to compare

What's Changed

  • Self host Roboto and mdi icon fonts by @Jont828 in #17
  • Remove call to clusterctl init to fix CAPI reinstallation bug by @Jont828 in #19
  • Update Helm chart to v1.0.2 by @Jont828 in #22

Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

19 Oct 00:35
03bb35f
Compare
Choose a tag to compare

What's changed?

  • Optimize Docker image size by @sbueringer in #12
  • Released a new corresponding Helm chart version by @Jont828

v1.0.0

25 Aug 01:28
ec56ce8
Compare
Choose a tag to compare

Primary Features

  • Easily install app to the management cluster using a Helm chart
  • Management cluster view provides an overview of workload clusters with their provisioning state and provider
  • Target cluster view visualizes its associated Cluster API custom resource definitions in a collapsible tree view and includes:
    • A badge icon indicating the clusterv1.ReadyCondition
    • Color coding for each node based on their provider/role in the Cluster
  • Custom resource definition view provides a hierarchical treeview outlining the CRD and includes:
    • Quick access to clusterv1.Conditions using chips
    • Export button for downloading the YAML
    • Search box for filtering fields

Contributors