Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

backports: for release v0.2.1 #140

Merged
merged 11 commits into from
Apr 8, 2022

Commits on Apr 8, 2022

  1. feat: use ~/.talos/config as a primary source for clusters

    Now Theila always gets `kubeconfig` using `Talos` API.
    From now only talosconfig is required for Theila to operate.
    
    Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
    Unix4ever committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    ecb6be6 View commit details
    Browse the repository at this point in the history
  2. feat: add text Highlight feature

    Add text Highlight and fix ongoing tasks bug fix
    
    Signed-off-by: evgeniybryzh<evgeniy@merge.rocks>
    Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
    evgeniybryzh authored and Unix4ever committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    da6b879 View commit details
    Browse the repository at this point in the history
  3. fix: get rid of racy code in the kubeconfig request code

    RLock was used in the write operation.
    
    Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
    Unix4ever committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    60a1a23 View commit details
    Browse the repository at this point in the history
  4. feat: restyle t-alert component

    restyle TAlert component
    
    Signed-off-by: evgeniybryzh<evgeniy@merge.rocks>
    Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
    evgeniybryzh authored and Unix4ever committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    36b6832 View commit details
    Browse the repository at this point in the history
  5. fix: remove t-header error notification

    Removed error notification from THeader component.
    
    Signed-off-by: evgeniybryzh<evgeniy@merge.rocks>
    Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
    evgeniybryzh authored and Unix4ever committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    4f7b4a7 View commit details
    Browse the repository at this point in the history
  6. chore: allow getting resources without version and group

    That should help to keep Theila backward and forward compatible with
    any CRDs from CAPI or whatever else.
    
    Now if the resource name is represented only with a single word without
    any dots in it, the backend will look up version and group by using the
    discovery service. Same way as it is done by kubectl.
    
    Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
    Unix4ever committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    19c718a View commit details
    Browse the repository at this point in the history
  7. feat: show the extended hardware info

    Display the extendend hardware information that was added via siderolabs/sidero#735 in the Theila UI
    
    Co-authored-by: Gerard de Leeuw <gdeleeuw@leeuwit.nl>
    Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
    lion7 authored and Unix4ever committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    6f8114e View commit details
    Browse the repository at this point in the history
  8. feat: update favicon to sidero logo

    Fixes: siderolabs#127
    Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
    Unix4ever committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    c376b06 View commit details
    Browse the repository at this point in the history
  9. fix: display delta time for pod's age

    Fixed Pods page's age format and also fixed container runtime version alignment.
    
    Signed-off-by: evgeniybryzh<evgeniy@merge.rocks>
    Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
    evgeniybryzh authored and Unix4ever committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    92a1c14 View commit details
    Browse the repository at this point in the history
  10. chore: update Talos libs to the latest version

    Fixes: siderolabs#138
    Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
    Unix4ever committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    a8ec4ac View commit details
    Browse the repository at this point in the history
  11. chore: disable single commit check

    To enable backports.
    
    Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
    Unix4ever committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    b29df3c View commit details
    Browse the repository at this point in the history