Logo
Explore Help
Sign In
miin/miin-k8s-updates
Watch 2
Star 0
Fork 0
Code Issues Pull Requests Actions Packages Projects Releases 6 Wiki Activity

6 Releases 6 Tags

RSS Feed
  • v0.4.0 0cd8d16482
    Compare

    miin-k8s 0.4.0 Stable

    miin-releases released this 2026-08-26 18:36:18 +02:00 | 0 commits to main since this release

    Features

    • Ask about usage across every pod at once. "Which pods use the most
      memory?" used to be unanswerable: the assistant could only look at one pod at
      a time, so a cluster with two hundred of them would have taken two hundred
      round trips. It now reads them all in a single step, together with each pod's
      requests and limits — because 2 GiB means nothing until you know whether the
      limit is 4 GiB or 2. Pods that have no measurement yet are named rather than
      quietly left out; not measured is not the same as idle.
    • The assistant can work through a series of changes. Ask it to scale
      several deployments and it now finds out what happened to each one, so it can
      carry on and tell you at the end what went through and what did not. Before,
      it proposed a change and never learned the outcome.
    • One confirmation for a whole series. A set of changes is now put in front
      of you as a single list, each entry with its own dry run and diff, released
      with one click instead of one dialog per object. What does not change: every
      diff is still shown before anything runs. A confirmation that covered changes
      you had not seen would be exactly the blank cheque this app refuses to write.
    • Faster answers. When the assistant looks several things up at once, it now
      does so side by side instead of one after another.
    • The sidebar can be resized. Drag its edge; the width is remembered. Custom
      resource groups like acme.cert-manager.io no longer have to fit a fixed
      width.

    Fixes

    • The assistant's text no longer disappears while it works. What it wrote
      before looking something up used to vanish and only came back once the whole
      answer was finished. On a question that took several steps, this looked like
      the app was losing your answer.
    • Alert toasts clear themselves. They used to stay until dismissed, one per
      alert, which after a rollout meant a wall of them covering the interface —
      including the assistant's input box — that you had to click away one by one.
      They now fade (critical ones stay longest), a burst is summarised into one
      message, and they step aside when the assistant is open. Open alerts remain
      where they belong: in the bell in the header. Update notices still stay put —
      they carry a button and only ever appear one at a time.
    Downloads
    • miin-k8s-0.4.0-1.x86_64.rpm
      6.7 MiB
      2026-08-26 18:36:20 +02:00
    • miin-k8s_0.4.0_aarch64.app.tar.gz
      5.7 MiB
      2026-08-26 18:44:00 +02:00
    • miin-k8s_0.4.0_aarch64.app.tar.gz.sig
      408 B
      2026-08-26 18:44:00 +02:00
    • miin-k8s_0.4.0_aarch64.dmg
      5.7 MiB
      2026-08-26 18:44:02 +02:00
    • miin-k8s_0.4.0_amd64.AppImage
      80 MiB
      2026-08-26 18:36:19 +02:00
    • miin-k8s_0.4.0_amd64.AppImage.sig
      420 B
      2026-08-26 18:36:19 +02:00
    • miin-k8s_0.4.0_amd64.deb
      6.7 MiB
      2026-08-26 18:36:20 +02:00
    • miin-k8s_0.4.0_x64.app.tar.gz
      6.2 MiB
      2026-08-26 18:44:04 +02:00
    • miin-k8s_0.4.0_x64.app.tar.gz.sig
      408 B
      2026-08-26 18:44:04 +02:00
    • miin-k8s_0.4.0_x64.dmg
      6.2 MiB
      2026-08-26 18:44:06 +02:00
    • miin-k8s_0.4.0_x64-setup.exe
      4.7 MiB
      2026-08-26 18:36:19 +02:00
    • miin-k8s_0.4.0_x64-setup.exe.sig
      420 B
      2026-08-26 18:36:20 +02:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.3.0 0cd8d16482
    Compare

    miin-k8s 0.3.0 Stable

    miin-releases released this 2026-08-26 00:21:31 +02:00 | 0 commits to main since this release

    Features

    • Create objects from the app. A new tab starts you off with a skeleton
      that fits where you came from — open it from the Deployments list and you get
      a Deployment in the namespace you had filtered to. It goes through the same
      two steps as any other change: dry run against the cluster first, see the
      diff, then apply.
    • The editor suggests fields. Suggestions come from your cluster's own
      OpenAPI schema, so they match its version and include its CRDs — not a list
      baked into the app. They work while the document is still half-typed and
      therefore not valid YAML, which is exactly when you need them.
    • An "Access" group in the sidebar: ServiceAccounts, Roles, RoleBindings,
      ClusterRoles and ClusterRoleBindings. Roles show how many rules they carry and
      flag a wildcard * — allowed, often deliberate, and the line you want to find
      when reading through. Bindings name the role and the subject.

    Fixed

    • A dropped connection no longer breaks the app until you reconnect. When
      the SSH tunnel to a bastion came back up, every request kept failing with
      client error (Connect) — the rebuilt tunnel listened on a different local
      port than the one the cluster session was still pointing at. The port now
      survives a rebuild, and requests made while it is being rebuilt wait instead
      of failing.
    • Checking a manifest no longer claims the type does not exist when what
      actually happened is that the connection was gone. The two now read
      differently, and neither prints Rust's internal formatting at you.
    • Failed connection attempts are written to the log. A two-minute outage used
      to leave no trace at all, which made it impossible to say afterwards what
      went wrong.
    Downloads
    • miin-k8s-0.3.0-1.x86_64.rpm
      6.7 MiB
      2026-08-26 00:21:33 +02:00
    • miin-k8s_0.3.0_aarch64.app.tar.gz
      5.7 MiB
      2026-08-26 00:29:43 +02:00
    • miin-k8s_0.3.0_aarch64.app.tar.gz.sig
      408 B
      2026-08-26 00:29:43 +02:00
    • miin-k8s_0.3.0_aarch64.dmg
      5.6 MiB
      2026-08-26 00:29:45 +02:00
    • miin-k8s_0.3.0_amd64.AppImage
      80 MiB
      2026-08-26 00:21:32 +02:00
    • miin-k8s_0.3.0_amd64.AppImage.sig
      420 B
      2026-08-26 00:21:32 +02:00
    • miin-k8s_0.3.0_amd64.deb
      6.7 MiB
      2026-08-26 00:21:33 +02:00
    • miin-k8s_0.3.0_x64.app.tar.gz
      6.2 MiB
      2026-08-26 00:29:46 +02:00
    • miin-k8s_0.3.0_x64.app.tar.gz.sig
      408 B
      2026-08-26 00:29:47 +02:00
    • miin-k8s_0.3.0_x64.dmg
      6.2 MiB
      2026-08-26 00:29:48 +02:00
    • miin-k8s_0.3.0_x64-setup.exe
      4.6 MiB
      2026-08-26 00:21:32 +02:00
    • miin-k8s_0.3.0_x64-setup.exe.sig
      420 B
      2026-08-26 00:21:33 +02:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.2.1 0cd8d16482
    Compare

    miin-k8s 0.2.1 Stable

    miin-releases released this 2026-08-25 02:00:23 +02:00 | 0 commits to main since this release

    • Ersteinrichtung beim ersten Start. Zwei Schritte: welcher Cluster, und
      ob der Assistent laufen darf. Bei „ja" lassen sich Anbieter und Schlüssel
      gleich eintragen und die Verbindung testen — Ollama vorneweg, weil dabei
      nichts den Rechner verlässt.
    • Die Sprache folgt dem System. Wer nie eine gewählt hat, bekommt Deutsch
      auf einem deutschen Rechner und sonst Englisch. Bisher war Deutsch die
      Vorgabe, unabhängig vom System.
    • macOS ist signiert und notarisiert. Gatekeeper lässt die App beim ersten
      Start durch, ohne Umweg über das Kontextmenü.
    • Behoben: Nach einem Release meldete latest.json nur noch die zuletzt
      gebaute Plattform. Unter Linux und Windows wurde deshalb kein Update
      angeboten, obwohl eines dalag.
    Downloads
    • miin-k8s-0.2.1-1.x86_64.rpm
      6.7 MiB
      2026-08-25 02:00:25 +02:00
    • miin-k8s_0.2.1_aarch64.app.tar.gz
      5.7 MiB
      2026-08-25 02:07:41 +02:00
    • miin-k8s_0.2.1_aarch64.app.tar.gz.sig
      408 B
      2026-08-25 02:07:41 +02:00
    • miin-k8s_0.2.1_aarch64.dmg
      5.6 MiB
      2026-08-25 02:07:43 +02:00
    • miin-k8s_0.2.1_amd64.AppImage
      80 MiB
      2026-08-25 02:00:24 +02:00
    • miin-k8s_0.2.1_amd64.AppImage.sig
      420 B
      2026-08-25 02:00:24 +02:00
    • miin-k8s_0.2.1_amd64.deb
      6.7 MiB
      2026-08-25 02:00:25 +02:00
    • miin-k8s_0.2.1_x64.app.tar.gz
      6.2 MiB
      2026-08-25 02:07:45 +02:00
    • miin-k8s_0.2.1_x64.app.tar.gz.sig
      408 B
      2026-08-25 02:07:45 +02:00
    • miin-k8s_0.2.1_x64.dmg
      6.2 MiB
      2026-08-25 02:07:47 +02:00
    • miin-k8s_0.2.1_x64-setup.exe
      4.6 MiB
      2026-08-25 02:00:25 +02:00
    • miin-k8s_0.2.1_x64-setup.exe.sig
      420 B
      2026-08-25 02:00:25 +02:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.2.0 0cd8d16482
    Compare

    miin-k8s 0.2.0 Stable

    miin-releases released this 2026-08-25 00:52:24 +02:00 | 0 commits to main since this release

    • Aktualisierungen werden im Hintergrund gesucht, nicht mehr nur beim
      Start: alle sechs Stunden. Wer die App tagelang offen hat, erfährt von einer
      neuen Fassung, ohne sie neu starten zu müssen.
    • Der Hinweis unterbricht nicht mehr. Statt eines Dialogs erscheint eine
      Marke in der Kopfleiste und einmal ein Toast; installiert wird von dort aus,
      neu gestartet in einem eigenen Schritt. „Version überspringen" merkt sich
      die Absage.
    • Neuerungen als eigener Tab. Nach einem Update geht er einmal von selbst
      auf und zeigt, was sich geändert hat — auch ohne Netz.
    • Kopfleiste vereinheitlicht. Update-, Produktions- und Alarmmarke haben
      dieselbe Form und Höhe; die Alarmglocke umschließt Symbol und Zahl, statt
      eine zweite Marke danebenzuhängen.
    Downloads
    • miin-k8s-0.2.0-1.x86_64.rpm
      6.7 MiB
      2026-08-25 00:52:27 +02:00
    • miin-k8s_0.2.0_aarch64.app.tar.gz
      5.7 MiB
      2026-08-25 00:59:41 +02:00
    • miin-k8s_0.2.0_aarch64.app.tar.gz.sig
      408 B
      2026-08-25 00:59:41 +02:00
    • miin-k8s_0.2.0_aarch64.dmg
      5.6 MiB
      2026-08-25 00:59:43 +02:00
    • miin-k8s_0.2.0_amd64.AppImage
      80 MiB
      2026-08-25 00:52:25 +02:00
    • miin-k8s_0.2.0_amd64.AppImage.sig
      420 B
      2026-08-25 00:52:25 +02:00
    • miin-k8s_0.2.0_amd64.deb
      6.7 MiB
      2026-08-25 00:52:26 +02:00
    • miin-k8s_0.2.0_x64.app.tar.gz
      6.1 MiB
      2026-08-25 00:59:46 +02:00
    • miin-k8s_0.2.0_x64.app.tar.gz.sig
      408 B
      2026-08-25 00:59:46 +02:00
    • miin-k8s_0.2.0_x64.dmg
      6.0 MiB
      2026-08-25 00:59:48 +02:00
    • miin-k8s_0.2.0_x64-setup.exe
      4.6 MiB
      2026-08-25 00:52:26 +02:00
    • miin-k8s_0.2.0_x64-setup.exe.sig
      420 B
      2026-08-25 00:52:26 +02:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • latest 0cd8d16482
    Compare

    latest Stable

    miin-releases released this 2026-08-24 21:28:21 +02:00 | 0 commits to main since this release

    Updater-Manifest. Zeigt derzeit auf v0.1.0.

    Downloads
    • latest.json
      2.4 KiB
      2026-08-26 18:44:07 +02:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.1.0 0cd8d16482
    Compare

    miin-k8s 0.1.0 Stable

    miin-releases released this 2026-08-24 21:28:18 +02:00 | 0 commits to main since this release

    miin-k8s 0.1.0

    Downloads
    • miin-k8s-0.1.0-1.x86_64.rpm
      6.6 MiB
      2026-08-24 21:52:30 +02:00
    • miin-k8s_0.1.0_aarch64.app.tar.gz
      5.7 MiB
      2026-08-24 21:58:50 +02:00
    • miin-k8s_0.1.0_aarch64.app.tar.gz.sig
      408 B
      2026-08-24 21:58:50 +02:00
    • miin-k8s_0.1.0_aarch64.dmg
      5.6 MiB
      2026-08-24 21:58:52 +02:00
    • miin-k8s_0.1.0_amd64.AppImage
      80 MiB
      2026-08-24 21:52:28 +02:00
    • miin-k8s_0.1.0_amd64.AppImage.sig
      420 B
      2026-08-24 21:52:28 +02:00
    • miin-k8s_0.1.0_amd64.deb
      6.6 MiB
      2026-08-24 21:52:29 +02:00
    • miin-k8s_0.1.0_x64.app.tar.gz
      6.0 MiB
      2026-08-24 21:58:54 +02:00
    • miin-k8s_0.1.0_x64.app.tar.gz.sig
      408 B
      2026-08-24 21:58:54 +02:00
    • miin-k8s_0.1.0_x64.dmg
      6.0 MiB
      2026-08-24 21:58:56 +02:00
    • miin-k8s_0.1.0_x64-setup.exe
      4.6 MiB
      2026-08-24 21:52:28 +02:00
    • miin-k8s_0.1.0_x64-setup.exe.sig
      420 B
      2026-08-24 21:52:29 +02:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
Powered by Gitea Version: 1.27.2 Page: 41ms Template: 7ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API