Files
arkanum/docs/posts/2024/arkanum-v160-release.md
OCram85 4bff70a6d3
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/tag/ci Pipeline was successful
ci/woodpecker/tag/docs Pipeline was successful
prepare release v1.7.0 (#133)
### 📖 Summary

- updates chanelog
- adds new blog post

### 📑 Test Plan

 CI pipeline tests (Default)

### 💬 Details

_No response_

### 📚 Additional Notes

_No response_

Reviewed-on: #133
2024-10-22 15:09:35 +02:00

79 lines
3.0 KiB
Markdown

---
aside: false
author: OCram85
title: 'Arkanum 1.6.0 is released'
tag: 'release'
image: 'blogCard.png'
date: '2024-08-01'
#featured: true
---
<!-- markdownlint-disable MD025 MD033 MD036 -->
# Arkanum 1.6.0 is released
<BlogHeaderImage Source='/blogCard.png' />
**Content**
[[TOC]]
## About
I'm happy to present the latest Arkanum release version `1.6.0`.
This release includes the following changes:
## Product Image Update
We updated the Arkanum images to be able to generate the favicons and PWA icons for the code-server image.
These are the curren image iterations:
| `pre v1` | `v1++` | `v1.6++` + `v2++` |
| :-----------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------: | :----------------: |
| ![pre-v1](https://gitea.ocram85.com/arkanum/arkanum/raw/branch/master/assets/logo-pre1.png) | ![v1](https://gitea.ocram85.com/arkanum/arkanum/raw/branch/master/assets/logo-v1.png) | ![v1++](/logo.png) |
> [!TIP] 💡 TIP
> If you're interested in all variations, you can find the sources at
> Canva -> [Arkanum 2.0 Collection](https://www.canva.com/design/DAGMBuM5uTk/mIyXxRbPwS6ZiT7I-MVepQ/view?utm_content=DAGMBuM5uTk&utm_campaign=designshare&utm_medium=link&utm_source=editor)
## Starting a Matrix Space
We decided to use Matrix for building the Arkanum community.
Feel free to join the [public community space](https://matrix.to/#/#arkanum:matrix.org).
[![Chat on Matrix](https://matrix.to/img/matrix-badge.svg)](https://matrix.to/#/#arkanum:matrix.org)
We also think about hosting a _Discourse_ or _Apache Answer_ based forum whenever needed. This could help collecting
all useful community resources like discussions, FAQs, and guides without searching in a room history.
## Added Tools <Badge type="tip" text="v1.6.0++" />
- We added [lazygit](https://github.com/jesseduffield/lazygit) in arkanum-cli.
- We also added the bash alias `summon` for _code-server_.
## Dependencies
- Updated Code-Server to `v4.91.0`
- Updated dependencies used in WoodpeckerCI workflows.
## Changelog
### [v1.6.0](https://gitea.ocram85.com/arkanum/arkanum/releases/tag/v1.6.0) - 2024-07-31
* ✨ FEATURES
* Add arkanum branding for code-server (#120)
* Add lazygit (#116)
* 🛠️ ENHANCEMENTS
* Update brand assets (#121)
* Migrate codeberg organization to arkanum (#117)
* 🤖 DEPENDENCIES
* Chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v4.2.0 (#119)
* Chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.91.1 (#118)
* Chore(deps): update dependency rimraf to v6 (#115)
* Chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v4.1.0 (#114)
* Add renovate reviewer (#113)
* Chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.91.0 (#112)