4 Commits

Author SHA1 Message Date
jamie 7c3c2cc41e build: 🚀 redeploy 2025-12-20 11:00:22 +00:00
Jamie 536a111362 Merge pull request #3 from JDB-NET/release-please--branches--master
chore(master): release 1.1.2
2025-12-14 11:23:53 +00:00
github-actions[bot] efcf30b7dd chore(master): release 1.1.2 2025-12-14 11:23:18 +00:00
jamie 049271baee fix: 🐛 docker image in readme 2025-12-14 11:23:00 +00:00
6 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ jobs:
name: Deploy to Kubernetes
needs: release-please
if: ${{ needs.release-please.outputs.release_created }}
runs-on: [ k3s-lan-01 ]
runs-on: [ k3s-internal-htz-01 ]
steps:
- name: Checkout
uses: actions/checkout@v4
+1 -1
View File
@@ -1,3 +1,3 @@
{
".": "1.1.1"
".": "1.1.2"
}
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## [1.1.2](https://github.com/JDB-NET/echolog/compare/v1.1.1...v1.1.2) (2025-12-14)
### Bug Fixes
* :bug: docker image in readme ([049271b](https://github.com/JDB-NET/echolog/commit/049271baeeaba9266aeac4603dd9f9588fec4bfb))
## [1.1.1](https://github.com/JDB-NET/echolog/compare/v1.1.0...v1.1.1) (2025-11-02)
+3 -3
View File
@@ -35,7 +35,7 @@ docker run -d \
-e LOGIN_ENABLED=true \
-e LOGIN_USERNAME=admin \
-e LOGIN_PASSWORD=your_password \
docker.jdbnet.co.uk/public/echolog:latest
ghcr.io/jdb-net/echolog:latest
```
### Docker Compose
@@ -45,7 +45,7 @@ version: '3.8'
services:
echolog:
image: docker.jdbnet.co.uk/public/echolog:latest
image: ghcr.io/jdb-net/echolog:latest
container_name: echolog
restart: unless-stopped
ports:
@@ -130,7 +130,7 @@ spec:
spec:
containers:
- name: echolog
image: docker.jdbnet.co.uk/public/echolog:latest
image: ghcr.io/jdb-net/echolog:latest
ports:
- containerPort: 5000
env:
+1 -1
View File
@@ -1 +1 @@
1.1.1
1.1.2
+1 -1
View File
@@ -22,7 +22,7 @@ spec:
name: "echolog"
env:
- name: MYSQL_HOST
value: "10.10.2.27"
value: "10.10.25.4"
- name: MYSQL_USER
value: "echolog"
- name: MYSQL_PASSWORD