Skip to content

Tags: kubetail-org/kubetail

Tags

dashboard/v0.1.0

Toggle dashboard/v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Clean up Cluster API names internally (#155)

* KubetailClusterAPI => ClusterAPI

dashboard/v0.1.0-rc3

Toggle dashboard/v0.1.0-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Clean up Cluster API names internally (#155)

* KubetailClusterAPI => ClusterAPI

cluster-api/v0.1.0

Toggle cluster-api/v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Clean up Cluster API names internally (#155)

* KubetailClusterAPI => ClusterAPI

cluster-agent/v0.1.0

Toggle cluster-agent/v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Clean up Cluster API names internally (#155)

* KubetailClusterAPI => ClusterAPI

dashboard/v0.1.0-rc2

Toggle dashboard/v0.1.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Block desktop-only requests in non-desktop environment (#151)

This PR blocks the following Dashboard requests in a non-desktop
environment:
- KubeConfigGet
- KubeConfigWatch
- KubetailClusterAPIInstall

dashboard/v0.1.0-rc1

Toggle dashboard/v0.1.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Dashboard refactor commit (#149)

This PR implements the following changes:
* Splits `server` into `dashboard` and `cluster-api`
* Renames "agent" to "cluster-agent"
* Adds ability to install Kubetail cluster resources from Dashboard UI

cluster-api/v0.1.0-rc1

Toggle cluster-api/v0.1.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Dashboard refactor commit (#149)

This PR implements the following changes:
* Splits `server` into `dashboard` and `cluster-api`
* Renames "agent" to "cluster-agent"
* Adds ability to install Kubetail cluster resources from Dashboard UI

cluster-agent/v0.1.0-rc1

Toggle cluster-agent/v0.1.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Dashboard refactor commit (#149)

This PR implements the following changes:
* Splits `server` into `dashboard` and `cluster-api`
* Renames "agent" to "cluster-agent"
* Adds ability to install Kubetail cluster resources from Dashboard UI

cli/v0.0.9

Toggle cli/v0.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve error handling in dashboard UI (#147)

* Removes unnecessary `<ErrorBoundary>`
* Moves `<Suspense>` to _root.tsx so it doesn't hide toaster
* Added NetworkErrors to toaster

server/v0.10.0-rc1

Toggle server/v0.10.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improvements to GitHub workflows (#145)

* Upgrades node to 22
* Adds `set-cli-version.sh` script and uses it to set cli version number
before cli build step