Releases: k8zdev/k8z
Releases · k8zdev/k8z
v1.5.0
v1.4.0
-
bug fix:
- fix: daemonsets should not has scale action.
-
Iterative upgrade:
- implement ReplicaSets page and route, internationalization.
- hidden init containers image pull secrets, container ID, image ID if it is null.
- refactor pod detail section tiles, reuse it for replica sets, daemon sets, deployments and stateful sets.
- add ownerReferences info to metadata section of detail page; add modal window to show ownerReferences detail.
Full Changelog: v1.3.0...v1.4.0
v1.3.0
- add more Actions type for details page: logs and terminal, show creation time on the detail page.
- add logs, terminal action button to pod detail to show logs and terminal modal.
- implement modal widget to confirm delete resource, and real delete resource when confirmed.
- add container id and image id to pod sections.
- implement delete pod feature for pods list slidable pane.
- implement pull down to refresh deployments list, network resources list, DS、STS、Pods, applications, config and storage resources list.
Full Changelog: v1.2.0...v1.3.0
v1.2.0
-
Iterative upgrade resource details page:
- Add resourceVersion, selfLink, uid, finalizers tiles.
- Hidden labels, annotations tiles on detail page if null.
- Implements rendering of data in configmap, highlights data content, and adds the function of copying to clipboard.
- Implement secret data item tiles, decode and display base64 format, and support copying field keys, encrypted data and decoded data to the clipboard.
- Implement pod spec tiles, including: init container, container, DNS policy, host network, host name, image pull secret.
- Displays a list of image pull secret names in a modal.
- Use a modal box to display the image pulling strategy, image, command, parameter, environment variable, port, readiness probe, startup probe, and survival probe of the pod spec initial container and each container in the container.
-
Bug fixes and improvements:
- When automatically matching the system language, the language code cannot be obtained correctly.
- Refactor the current cluster provider.
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Release notes
- fix: timeout config not persist saved.
- fix: current cluster is null will panic.
- add: slide pane to delete cluster.
- add: action buttons to resource detail page, include scale replicas of workload sets and route to yaml info page to export resource.
- add: details page for helm releases, endpoints, ingresses, services, configmaps, secrets, service accounts, crds, namespaces, nodes, pvcs, pvs, storage class, daemon sets, deployments, pods, stateful sets.
Full Changelog: v1.0.1...v1.1.0