Skip to content

Commit

Permalink
docs(webiste): add release video to v0.0.2 blog post
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Miglinci <pmig@glasskube.eu>
  • Loading branch information
pmig committed Feb 13, 2024
1 parent 346a18f commit 2a2a7a9
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions website/blog/2024-02-12-open-command/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
slug: open-command
title: Glasskube v0.0.2 — Open Command
description: "Version 0.0.2, launched on February 9th: 14 contributors, 58 commits, new open command for service access, real-time updates with htmx."
authors: [ pmig ]
tags: [ glasskube, release, kubernetes ]
---
Expand All @@ -17,15 +18,17 @@ Glasskube is fully open-source. Support us by leaving a star: [⭐ `glasskube/gl
We didn't anticipate rolling out our second preview release just one week after the initial one,
but thanks to the remarkable contributions from our community, that's exactly what we've done.

**This release contains:**
**This release includes:**

- 👥 a total of 14 (mostly new) contributors
- 🛠️ 58 commits
- 💥 no breaking changes

Watch our release video to get an overview of what has changed:

![Glasskube GUI Mockup](https://github.com/glasskube/operator/assets/3041752/71d0da0c-34ac-40b7-8740-bd2a81ca9f07)
<iframe width="100%" height="460" src="https://www.youtube-nocookie.com/embed/fbi2fdQiRrs?si=cSBxS_0R2VyrkbYL"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

## Most notable changes

Expand All @@ -43,7 +46,7 @@ Say goodbye to unnecessary complexity and hello to effortless convenience.
The second-biggest achievement of this release: The integration of htmx for real-time updates.
This advanced feature enables automatic and instantaneous updates to your graphical user interface,
eliminating the need for manual page refreshes.
With htmx, your application stays dynamically synchronized with backend changes, ensuring a seamless and responsive user experience.
With htmx, your application stays dynamically synchrorzed with backend changes, ensuring a seamless and responsive user experience.


### BREAKING changes
Expand All @@ -58,8 +61,12 @@ All changes can be found here: [Comparing v0.0.1 to v0.0.2](https://github.com/g

## How to upgrade

Follow the installation instructions below to download the latest version of the Glasskube client.
After that you need to upgrade der server component ([Package Operator](/docs/components/package-operator/)) by bootstrapping Glasskube again:


```bash
glasskube bootstrap
```

## Getting started

Expand Down

0 comments on commit 2a2a7a9

Please sign in to comment.