Skip to content

Latest commit

 

History

History
181 lines (118 loc) · 3.65 KB

changelog.md

File metadata and controls

181 lines (118 loc) · 3.65 KB

Changelog

v2.3.0

Features:

  • #57 Support EKS clusters

v2.1.0

Features:

  • Add Create actions per each resource

v2.0.16

Bug fixes:

  • #58 Could not start kubernetic on Win10

v2.0.15

Features:

  • Add Edit resources action
  • #49 Add support for StatefulSets

Bug fixes:

  • #53 Crash if ca-cert is relative to the ~/.kube directory
  • #52 App should not launch on full-screen mode
  • #51 Logs are missing

v2.0.14

  • Added Icon for Windows app
  • Added Side Menu counter for items

v2.0.13

  • If context doesn't have namespace do not add it on TopMenu
  • Logs now cannot be viewed if Pod is still Pending
  • Add Scrollbar on Settings screens
  • Added support for RBAC connection

v2.0.12

  • Issue #38 Fixing issue on Windows finding ~/.kube/config
  • Helm list shows now only releases on specific namespace
  • Added view of children generated by Helm Release
  • Fix Logs issue with first lines
  • Fix Chart Deploy setting custom values

v2.0.11

  • Issue #38: Removed try/catch to show origin of error
  • Added Ready and Status info on Helm Releases

v2.0.10

  • Added support syncing with kubectx and kubens
  • Added Popup on Contexts with context details
  • Show last x lines on Logs screen
  • Fixes Logs scrolling
  • Charts are now shown on first click

v2.0.9

  • Fixed issue finding the PATH to helm

v2.0.8

  • If an item is deleted, return to List screen
  • Fixed issue with logs
  • Added monitoring of ~/.kube/config to update automatically
  • Add support for deletion propagation

v2.0.7

  • Added support for GKE environments
  • Added possibility to connect using insecure-tls

v2.0.6

  • Fix running app when packaged
  • Update package name to Kubernetic

v2.0.5

  • Added connection status on Top Menu
  • Added counter of items on Breadcrumb
  • Added loading state for helm init
  • Added minWidth on Window
  • Now ~/.kubernetic/tmp is created if it doesn't exist

v2.0.4

  • Added networking issue message when updating if offline
  • Fix issue with deleting resources

v2.0.3

  • Fixed windowManager to show properly initial screen

v2.0.2

  • Fix issue with Modal not opening

v2.0.1

  • Update of Dependencies

v2.0.0

  • Major refactor migrating from Angular to React

v0.8.0

  • Issue #8 Fix visual problem on labels
  • Issue #7 Added Token-based Authentication
  • Added support for username/password authentication
  • Now deployment is separate screen instead of popup
  • Remove angular $$hashkeys on YAML view
  • Now Breadcrumb texts are in plural
  • Links in Dashboard now works
  • Breadcrumb titles are now links
  • Image version if not defined is 'latest'

v0.7.1

  • Issue #19 Prompt to configure kubectl if no existing cluster

v0.7.0

  • Added support for auto-update of Kubernetic
  • Added Windows distro
  • Issue #18 Added better parsing of Chart.yaml
  • Added connectivity to GCP kubernetes clusters

v0.6.0

  • Updated clusters and namespaces UI
  • Fix Chart deployment dialog
  • Improve Chart & Release UI

v0.5.0

  • Added status for Nodes
  • Updated helm v2.0.0
  • Removed Kubectl binary
  • Updated Ready state for deployment & replicasets
  • Improve performance
  • Added cordon button on Nodes
  • Added group actions
  • Added ingress status

v0.4.0

  • Added possibility to import local-dir Repository
  • Added Preview button on Pods
  • Added Chart deployment parameters: Release name & Namespace
  • Upgrade helm to 2.0.0-alpha.5
  • Added error message when chart deploy fails
  • Added confirmation for deleting a Chart release

v0.3.0

  • Added Search field
  • Added confirmation popup for deletions
  • Added Code Editor
  • Added Update Image button on Deployments

v0.2.0

  • Add dialog to install Helm on Cluster
  • Activate Keyboard Shortcuts

v0.1.0

Initial Release