Merge branch 'main' into ci/ghcr-repo-link

This commit is contained in:
Offending Commit
2026-05-29 10:43:25 -05:00
committed by GitHub
6 changed files with 15 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ jobs:
name: Lint, type-check, test & build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./.github/actions/setup
@@ -27,7 +27,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_TOKEN }}

View File

@@ -30,7 +30,7 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ github.event.inputs.tag || github.ref }}

View File

@@ -1,3 +1,12 @@
# [0.13.0](https://github.com/offendingcommit/openconcho/compare/v0.12.1...v0.13.0) (2026-05-28)
### Features
* **docker:** full self-hosted Compose support ([282ba1b](https://github.com/offendingcommit/openconcho/commit/282ba1b76c43b51aae5bf4d173fd2c76bfbd8eac))
* **web:** add Fleet dashboard view for cross-instance observability ([12712bb](https://github.com/offendingcommit/openconcho/commit/12712bb0b087f3413173328cad96c9b04bb35ca5))
* **web:** configurable peer display name ([3de6832](https://github.com/offendingcommit/openconcho/commit/3de6832a5dc7aad971ac87e356674d834fe9e715))
## [0.12.1](https://github.com/offendingcommit/openconcho/compare/v0.12.0...v0.12.1) (2026-05-28)

View File

@@ -1,7 +1,7 @@
{
"name": "openconcho",
"private": true,
"version": "0.12.1",
"version": "0.13.0",
"packageManager": "pnpm@10.33.2",
"engines": {
"node": ">=22",

View File

@@ -2283,7 +2283,7 @@ dependencies = [
[[package]]
name = "openconcho"
version = "0.12.1"
version = "0.13.0"
dependencies = [
"futures",
"serde",

View File

@@ -1,6 +1,6 @@
[package]
name = "openconcho"
version = "0.12.1"
version = "0.13.0"
edition = "2021"
[lib]