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 name: Deploy to Kubernetes
needs: release-please needs: release-please
if: ${{ needs.release-please.outputs.release_created }} if: ${{ needs.release-please.outputs.release_created }}
runs-on: [ k3s-lan-01 ] runs-on: [ k3s-internal-htz-01 ]
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 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 # 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) ## [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_ENABLED=true \
-e LOGIN_USERNAME=admin \ -e LOGIN_USERNAME=admin \
-e LOGIN_PASSWORD=your_password \ -e LOGIN_PASSWORD=your_password \
docker.jdbnet.co.uk/public/echolog:latest ghcr.io/jdb-net/echolog:latest
``` ```
### Docker Compose ### Docker Compose
@@ -45,7 +45,7 @@ version: '3.8'
services: services:
echolog: echolog:
image: docker.jdbnet.co.uk/public/echolog:latest image: ghcr.io/jdb-net/echolog:latest
container_name: echolog container_name: echolog
restart: unless-stopped restart: unless-stopped
ports: ports:
@@ -130,7 +130,7 @@ spec:
spec: spec:
containers: containers:
- name: echolog - name: echolog
image: docker.jdbnet.co.uk/public/echolog:latest image: ghcr.io/jdb-net/echolog:latest
ports: ports:
- containerPort: 5000 - containerPort: 5000
env: env:
+1 -1
View File
@@ -1 +1 @@
1.1.1 1.1.2
+1 -1
View File
@@ -22,7 +22,7 @@ spec:
name: "echolog" name: "echolog"
env: env:
- name: MYSQL_HOST - name: MYSQL_HOST
value: "10.10.2.27" value: "10.10.25.4"
- name: MYSQL_USER - name: MYSQL_USER
value: "echolog" value: "echolog"
- name: MYSQL_PASSWORD - name: MYSQL_PASSWORD