Compare commits
87
Commits
v1.29.9
...
f367de1bde
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f367de1bde | ||
|
|
5833dd0c39 | ||
|
|
607d43205b | ||
|
|
cae26538a5
|
||
|
|
19695f5894
|
||
|
|
65bb0aba82
|
||
|
|
468a22a5d4 | ||
|
|
9193cd795c | ||
|
|
b09383b157
|
||
|
|
b65ac6dd82
|
||
|
|
1610bd8f0a | ||
|
|
c17e204ed0
|
||
|
|
4a577b7d79 | ||
|
|
05e4782d57 | ||
|
|
430e9edc6e | ||
|
|
4aa476bfa1 | ||
|
|
efeea9bb98
|
||
|
|
9af23d4857
|
||
|
|
3cc567bcbd
|
||
|
|
6f76811dc0
|
||
|
|
cb041e46a0 | ||
|
|
6a981c4a93
|
||
|
|
7d9f11b933 | ||
|
|
3a9a79405d | ||
|
|
fc55474826 | ||
|
|
e4df97cac8 | ||
|
|
ebd8347b34 | ||
|
|
306852fdfe | ||
|
|
f27b2df3f8 | ||
|
|
7b009e7eb2 | ||
|
|
34b44d1aea
|
||
|
|
26a83c2d88
|
||
|
|
6c5a4b4235
|
||
|
|
a7c6dbd39b
|
||
|
|
8e419a5edf
|
||
|
|
ab1fb57943 | ||
|
|
cb45cf13d3 | ||
|
|
72e0c98ae9 | ||
|
|
5599816742 | ||
|
|
a566589d82 | ||
|
|
5ca88540e8 | ||
|
|
f40f161a49 | ||
|
|
bf3429d53f | ||
|
|
ba9bd71f9a | ||
|
|
f53e6ccdc3 | ||
|
|
e92fb4f913 | ||
|
|
1bc6c5c078 | ||
|
|
9b9f758c8e | ||
|
|
9aaa5a45bb | ||
|
|
b3df06cff8 | ||
|
|
56c3cf98b8 | ||
|
|
d6d6a690e2 | ||
|
|
d634c4659f | ||
|
|
06287d9857 | ||
|
|
813a007fa8 | ||
|
|
86aa7b0f05 | ||
|
|
b160cf0f8b | ||
|
|
e6aa8c4a72 | ||
|
|
c0fc66096e | ||
|
|
9f9e908155 | ||
|
|
54cbb59bed | ||
|
|
e8df48f0c4 | ||
|
|
4becf3ab28 | ||
|
|
51ab6fb934 | ||
|
|
b3b3d4a7e1 | ||
|
|
93799d8fe5 | ||
|
|
65e2cb1bba | ||
|
|
65ef1207e3 | ||
|
|
b53e40b534 | ||
|
|
de95d7e864 | ||
|
|
655ab393e6 | ||
|
|
c6db076198 | ||
|
|
aa0d5de1bf | ||
|
|
299c8f61cb | ||
|
|
fdc44fb5d4 | ||
|
|
9d646201e6 | ||
|
|
58a62b794e | ||
|
|
a17285c857 | ||
|
|
434d3746e0 | ||
|
|
0634ed2b96 | ||
|
|
fb47b12ef3 | ||
|
|
1367a48107 | ||
|
|
14455d156d | ||
|
|
60d1252c8c | ||
|
|
0ea5651ea3 | ||
|
|
3de2508deb | ||
|
|
5bf2080df4 |
@@ -17,10 +17,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4.1.6
|
uses: actions/checkout@v4.3.0
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5.5.1
|
uses: docker/metadata-action@v5.7.0
|
||||||
with:
|
with:
|
||||||
# list of Docker images to use as base name for tags
|
# list of Docker images to use as base name for tags
|
||||||
images: |
|
images: |
|
||||||
@@ -34,10 +34,10 @@ jobs:
|
|||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
type=sha
|
type=sha
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3.3.0
|
uses: docker/setup-buildx-action@v3.10.0
|
||||||
- name: Login to Harbor
|
- name: Login to Harbor
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
uses: docker/login-action@v3.2.0
|
uses: docker/login-action@v3.4.0
|
||||||
with:
|
with:
|
||||||
registry: harbor.evanshome.io
|
registry: harbor.evanshome.io
|
||||||
username: ${{ secrets.HARBOR_USERNAME }}
|
username: ${{ secrets.HARBOR_USERNAME }}
|
||||||
@@ -49,7 +49,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
# - name: Build and push
|
# - name: Build and push
|
||||||
# uses: docker/build-push-action@v5.3.0
|
# uses: docker/build-push-action@v6.15.0
|
||||||
# with:
|
# with:
|
||||||
# context: ./Docker/
|
# context: ./Docker/
|
||||||
# push: ${{ github.event_name != 'pull_request' }}
|
# push: ${{ github.event_name != 'pull_request' }}
|
||||||
|
|||||||
@@ -11,14 +11,14 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4.1.6
|
uses: actions/checkout@v4.3.0
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.merge_commit_sha }}
|
ref: ${{ github.event.pull_request.merge_commit_sha }}
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
|
|
||||||
- name: Create Release Tag
|
- name: Create Release Tag
|
||||||
id: taggerFinal
|
id: taggerFinal
|
||||||
uses: anothrNick/github-tag-action@1.69.0
|
uses: anothrNick/github-tag-action@1.75.0
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.REPO_PUSH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.REPO_PUSH_TOKEN }}
|
||||||
WITH_V: true
|
WITH_V: true
|
||||||
@@ -27,7 +27,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5.5.1
|
uses: docker/metadata-action@v5.7.0
|
||||||
with:
|
with:
|
||||||
# list of Docker images to use as base name for tags
|
# list of Docker images to use as base name for tags
|
||||||
images: |
|
images: |
|
||||||
@@ -44,16 +44,16 @@ jobs:
|
|||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
type=sha
|
type=sha
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3.3.0
|
uses: docker/setup-buildx-action@v3.10.0
|
||||||
- name: Login to Harbor
|
- name: Login to Harbor
|
||||||
uses: docker/login-action@v3.2.0
|
uses: docker/login-action@v3.4.0
|
||||||
with:
|
with:
|
||||||
registry: harbor.evanshome.io
|
registry: harbor.evanshome.io
|
||||||
username: ${{ secrets.HARBOR_USERNAME }}
|
username: ${{ secrets.HARBOR_USERNAME }}
|
||||||
password: ${{ secrets.HARBOR_PASSWORD }}
|
password: ${{ secrets.HARBOR_PASSWORD }}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5.3.0
|
uses: docker/build-push-action@v6.15.0
|
||||||
with:
|
with:
|
||||||
context: ./Docker/
|
context: ./Docker/
|
||||||
push: true
|
push: true
|
||||||
|
|||||||
+5
-5
@@ -11,14 +11,14 @@ stages:
|
|||||||
##- push_dockerhub
|
##- push_dockerhub
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: docker:26.1.2-dind
|
image: docker:28.2.2-dind
|
||||||
stage: build
|
stage: build
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- tags
|
- tags
|
||||||
- branches
|
- branches
|
||||||
services:
|
services:
|
||||||
- name: docker:26.1.2-dind
|
- name: docker:28.2.2-dind
|
||||||
command: ["--tls=false"]
|
command: ["--tls=false"]
|
||||||
variables:
|
variables:
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
@@ -31,7 +31,7 @@ build:
|
|||||||
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
|
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
|
||||||
|
|
||||||
release:
|
release:
|
||||||
image: node:20.14.0-alpine3.19
|
image: node:22.12.0-alpine3.19
|
||||||
stage: release
|
stage: release
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
@@ -57,10 +57,10 @@ release:
|
|||||||
- CHANGELOG.md
|
- CHANGELOG.md
|
||||||
|
|
||||||
push local:
|
push local:
|
||||||
image: docker:26.1.2-dind
|
image: docker:28.2.2-dind
|
||||||
stage: push_local
|
stage: push_local
|
||||||
services:
|
services:
|
||||||
- name: docker:26.1.2-dind
|
- name: docker:28.2.2-dind
|
||||||
command: ["--tls=false"]
|
command: ["--tls=false"]
|
||||||
variables:
|
variables:
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.12-alpine
|
FROM python:3.14-alpine
|
||||||
LABEL maintainer="Evan Richardson (evanrich81[at]gmail.com)"
|
LABEL maintainer="Evan Richardson (evanrich81[at]gmail.com)"
|
||||||
|
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
paho-mqtt==2.1.0
|
paho-mqtt==2.1.0
|
||||||
bottle==0.12.25
|
bottle==0.13.4
|
||||||
defusedxml==0.7.1
|
defusedxml==0.7.1
|
||||||
|
|||||||
Reference in New Issue
Block a user