7 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
Jamie 4db5c8539d Merge pull request #2 from JDB-NET/release-please--branches--master
chore(master): release 1.1.1
2025-11-02 00:14:00 +00:00
github-actions[bot] 22b92a94dc chore(master): release 1.1.1 2025-11-02 00:13:45 +00:00
jamie 7334fb0ec6 fix: 🐛 image name 2025-11-02 00:13:24 +00:00
6 changed files with 22 additions and 8 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.0" ".": "1.1.2"
} }
+14
View File
@@ -1,5 +1,19 @@
# 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)
### Bug Fixes
* :bug: image name ([7334fb0](https://github.com/JDB-NET/echolog/commit/7334fb0ec6d077ffa1166f1b1d93194635f9454e))
## [1.1.0](https://github.com/JDB-NET/echolog/compare/v1.0.0...v1.1.0) (2025-11-02) ## [1.1.0](https://github.com/JDB-NET/echolog/compare/v1.0.0...v1.1.0) (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.0 1.1.2
+2 -2
View File
@@ -15,14 +15,14 @@ spec:
spec: spec:
containers: containers:
- name: echolog - name: echolog
image: docker.jdbnet.co.uk/public/echolog:latest image: ghcr.io/jdb-net/echolog:latest
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 5000 - containerPort: 5000
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