Skip to content

Commit ad23fe9

Browse files
committed
Release 0.1.6
1 parent 12096f1 commit ad23fe9

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

.github/workflows/binary-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
generate:
1010
name: Create release-artifacts
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- name: Checkout the repository
1414
uses: actions/checkout@master

.github/workflows/main-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
build:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-22.04
1717

1818
steps:
1919
- name: Checkout repository

.github/workflows/readme-dockerhub.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Sync README.md to DockerHub
22-
uses: ms-jpq/sync-dockerhub-readme@v1
22+
uses: peter-evans/dockerhub-description@v4
2323
with:
2424
username: ${{ secrets.DOCKER_USERNAME }}
2525
password: ${{ secrets.DOCKER_PASSWORD }}
2626
repository: ${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}
27-
readme: "./README.md"
28-
27+
readme-filepath: "./README.md"
28+
short-description: ${{ github.event.repository.description }}

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION=0.1.5
1+
VERSION=0.1.6

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# Change Log
33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.6] - 2025-07-09
6+
### Fixed
7+
- SSH zombie processes (also, updated README and [example/types.yaml](https://github.com/aceberg/AnyAppStart/blob/main/example/types.yaml))
8+
59
## [0.1.5] - 2025-04-14
610
### Added
711
- Item Page

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Control panel to `Start`/`Stop`/`Restart`/`View Logs` for Docker, Systemd, VMs o
2626

2727
</details>
2828

29+
2930
## Quick start (Docker, Binary)
3031
<details>
3132
<summary>Expand</summary>

0 commit comments

Comments
 (0)