Compare commits

...

14 Commits

Author SHA1 Message Date
9b9f758c8e Merge pull request 'chore(deps): update node.js to v20.18.0' (#102) from renovate/node-20.x into master
Some checks failed
ci / docker (push) Has been cancelled
Reviewed-on: #102
2024-10-20 04:13:40 +00:00
9aaa5a45bb chore(deps): update node.js to v20.18.0
All checks were successful
ci / docker (push) Successful in 29s
Bump version / create_release_tag (pull_request) Successful in 41s
2024-10-18 08:17:32 +00:00
b3df06cff8 Merge pull request 'chore(deps): update dependency bottle to v0.13.2' (#101) from renovate/bottle-0.x into master
Some checks are pending
ci / docker (push) Has started running
Reviewed-on: #101
2024-10-18 07:20:55 +00:00
56c3cf98b8 chore(deps): update dependency bottle to v0.13.2
All checks were successful
ci / docker (push) Successful in 25s
Bump version / create_release_tag (pull_request) Successful in 2m44s
2024-10-16 22:13:29 +00:00
d6d6a690e2 Merge pull request 'chore(deps): update dependency actions/checkout to v4.2.1' (#98) from renovate/actions-checkout-4.x into master
All checks were successful
ci / docker (push) Successful in 28s
Reviewed-on: #98
2024-10-16 21:37:40 +00:00
d634c4659f chore(deps): update dependency actions/checkout to v4.2.1
All checks were successful
ci / docker (push) Successful in 25s
Bump version / create_release_tag (pull_request) Successful in 1m49s
2024-10-15 21:37:25 +00:00
e6aa8c4a72 Merge pull request 'chore(deps): update docker docker tag to v27.2.1' (#95) from renovate/docker-27.x into master
All checks were successful
ci / docker (push) Successful in 21s
Reviewed-on: #95
2024-09-14 01:34:18 +00:00
c0fc66096e chore(deps): update docker docker tag to v27.2.1
All checks were successful
ci / docker (push) Successful in 22s
Bump version / create_release_tag (pull_request) Successful in 47s
2024-09-10 01:09:40 +00:00
9f9e908155 Merge pull request 'chore(deps): update docker docker tag to v27.2.0' (#93) from renovate/docker-27.x into master
All checks were successful
ci / docker (push) Successful in 23s
Reviewed-on: #93
2024-09-08 04:34:01 +00:00
54cbb59bed Merge pull request 'chore(deps): update dependency bottle to v0.13.1' (#94) from renovate/bottle-0.x into master
All checks were successful
ci / docker (push) Successful in 23s
Reviewed-on: #94
2024-09-08 01:08:29 +00:00
e8df48f0c4 chore(deps): update dependency bottle to v0.13.1
All checks were successful
ci / docker (push) Successful in 21s
Bump version / create_release_tag (pull_request) Successful in 46s
2024-09-07 19:07:31 +00:00
4becf3ab28 chore(deps): update docker docker tag to v27.2.0
All checks were successful
ci / docker (push) Successful in 21s
Bump version / create_release_tag (pull_request) Successful in 42s
2024-08-29 01:08:56 +00:00
51ab6fb934 Merge pull request 'chore(deps): update dependency anothrnick/github-tag-action to v1.70.0' (#90) from renovate/anothrnick-github-tag-action-1.x into master
All checks were successful
ci / docker (push) Successful in 22s
Reviewed-on: #90
2024-08-24 19:06:32 +00:00
9d646201e6 chore(deps): update dependency anothrnick/github-tag-action to v1.70.0
All checks were successful
ci / docker (push) Successful in 21s
Bump version / create_release_tag (pull_request) Successful in 55s
2024-07-11 04:53:35 +00:00
4 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.1
- name: Docker meta
id: meta
uses: docker/metadata-action@v5.5.1

View File

@@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.1
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: '0'
- name: Create Release Tag
id: taggerFinal
uses: anothrNick/github-tag-action@1.69.0
uses: anothrNick/github-tag-action@1.70.0
with:
GITHUB_TOKEN: ${{ secrets.REPO_PUSH_TOKEN }}
WITH_V: true

View File

@@ -11,14 +11,14 @@ stages:
##- push_dockerhub
build:
image: docker:27.1.2-dind
image: docker:27.2.1-dind
stage: build
only:
refs:
- tags
- branches
services:
- name: docker:27.1.2-dind
- name: docker:27.2.1-dind
command: ["--tls=false"]
variables:
DOCKER_DRIVER: overlay2
@@ -31,7 +31,7 @@ build:
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
release:
image: node:20.17.0-alpine3.19
image: node:20.18.0-alpine3.19
stage: release
only:
refs:
@@ -57,10 +57,10 @@ release:
- CHANGELOG.md
push local:
image: docker:27.1.2-dind
image: docker:27.2.1-dind
stage: push_local
services:
- name: docker:27.1.2-dind
- name: docker:27.2.1-dind
command: ["--tls=false"]
variables:
DOCKER_DRIVER: overlay2

View File

@@ -1,3 +1,3 @@
paho-mqtt==2.1.0
bottle==0.12.25
bottle==0.13.2
defusedxml==0.7.1