Compare commits
81 Commits
Author | SHA1 | Date | |
---|---|---|---|
99d8b862c6 | |||
608c1e81f6 | |||
571e1c2d0b | |||
88a58e08b8 | |||
d79f66ede4 | |||
741d9e2f82 | |||
f515fb8149 | |||
8bed4f3805 | |||
6729efffa9 | |||
1f99bc0263 | |||
fb4fc2ab5b | |||
1cce692f9c | |||
111f32d7f8 | |||
1349adcd59 | |||
d194551de3 | |||
5de2daed2d | |||
0f2ff28f1d | |||
0abf4448e7 | |||
e43fd2af7c | |||
2e5281ba3e | |||
87079195ad | |||
0988c58c64 | |||
975541fb39 | |||
6fe11e7220 | |||
86c978297f | |||
1f1a7c18b8 | |||
f6c66b593f | |||
60233230b1 | |||
7d0051f985 | |||
6b09b4a1a6 | |||
f86f84db43 | |||
561ecfbc91 | |||
0954200ebf | |||
9017433728 | |||
9a567a92e4 | |||
d2d38024d5 | |||
1d22ea1067 | |||
02520fcc9e | |||
5a8edb5a71 | |||
5da7a1640f | |||
bc2a0a1a82 | |||
bb0b6ec071 | |||
af7bc3b9bf | |||
555e9ff50e | |||
b42f97f2ef | |||
e4d88ef813 | |||
b36786d9c1 | |||
cd36a13f61 | |||
b36a966896 | |||
6d3c04c63f | |||
644f71d8b2 | |||
bc18115fa2 | |||
88096c8166 | |||
e838b0fa9a | |||
926e00a85b | |||
0afb586982 | |||
aa0a9dabd1 | |||
c27eb3ec9b | |||
13533360d7 | |||
7587e14196 | |||
1a82603ce3 | |||
fbb4956878 | |||
ec8199770d | |||
5dac8a94d9 | |||
d89fa33eed | |||
c70c7c22ec | |||
fedf9ae454 | |||
24be001317 | |||
3fcd36bac1 | |||
d03afeb8c4 | |||
c9199fad81 | |||
ebeaa551ff | |||
4dedea1949 | |||
bb29a70f4c | |||
70beb4c25e | |||
9c312927bf | |||
df2f706292 | |||
567efb9ec0 | |||
8ee34a6226 | |||
c3133bbcda | |||
b96a1239e5 |
0
CODEOWNERS → .github/CODEOWNERS
vendored
0
CODEOWNERS → .github/CODEOWNERS
vendored
44
.github/dependabot.yml
vendored
Normal file
44
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
assignees:
|
||||||
|
- "luketainton"
|
||||||
|
reviewers:
|
||||||
|
- "luketainton"
|
||||||
|
commit-message:
|
||||||
|
prefix: "chore(actions)"
|
||||||
|
include: "scope"
|
||||||
|
labels:
|
||||||
|
- "dependencies"
|
||||||
|
|
||||||
|
- package-ecosystem: "docker"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
assignees:
|
||||||
|
- "luketainton"
|
||||||
|
reviewers:
|
||||||
|
- "luketainton"
|
||||||
|
commit-message:
|
||||||
|
prefix: "chore(docker)"
|
||||||
|
include: "scope"
|
||||||
|
labels:
|
||||||
|
- "dependencies"
|
||||||
|
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
assignees:
|
||||||
|
- "luketainton"
|
||||||
|
reviewers:
|
||||||
|
- "luketainton"
|
||||||
|
commit-message:
|
||||||
|
prefix: "chore(pip-prod)"
|
||||||
|
prefix-development: "chore(pip-dev)"
|
||||||
|
include: "scope"
|
||||||
|
labels:
|
||||||
|
- "dependencies"
|
0
renovate.json → .github/renovate.json
vendored
0
renovate.json → .github/renovate.json
vendored
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -6,16 +6,19 @@ on:
|
|||||||
- "README.md"
|
- "README.md"
|
||||||
- "LICENSE.md"
|
- "LICENSE.md"
|
||||||
- ".gitignore"
|
- ".gitignore"
|
||||||
- "CODEOWNERS"
|
- ".github/CODEOWNERS"
|
||||||
- "renovate.json"
|
- ".github/renovate.json"
|
||||||
|
- ".github/dependabot.yml"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pythonci:
|
pythonci:
|
||||||
uses: luketainton/gha-workflows/.github/workflows/ci-python.yml@main
|
uses: luketainton/gha-workflows/.github/workflows/ci-python.yml@main
|
||||||
secrets:
|
secrets:
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
|
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||||
|
|
||||||
dockerci:
|
dockerci:
|
||||||
uses: luketainton/gha-workflows/.github/workflows/ci-docker.yml@main
|
uses: luketainton/gha-workflows/.github/workflows/ci-docker.yml@main
|
||||||
secrets:
|
secrets:
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
|
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||||
|
21
.github/workflows/release.yml
vendored
21
.github/workflows/release.yml
vendored
@ -7,6 +7,8 @@ jobs:
|
|||||||
release:
|
release:
|
||||||
name: Release
|
name: Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
outputs:
|
||||||
|
new_tag: ${{ steps.tag_version.outputs.new_tag }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Bump version and push tag
|
- name: Bump version and push tag
|
||||||
@ -21,17 +23,30 @@ jobs:
|
|||||||
tag: ${{ steps.tag_version.outputs.new_tag }}
|
tag: ${{ steps.tag_version.outputs.new_tag }}
|
||||||
name: ${{ steps.tag_version.outputs.new_tag }}
|
name: ${{ steps.tag_version.outputs.new_tag }}
|
||||||
body: ${{ steps.tag_version.outputs.changelog }}
|
body: ${{ steps.tag_version.outputs.changelog }}
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
name: GitHub Container Registry
|
name: GitHub Container Registry
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: release
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
run: echo ${{ secrets.GHCR_ACCESS_TOKEN }} | docker login ghcr.io -u luketainton --password-stdin
|
run: echo ${{ secrets.GHCR_ACCESS_TOKEN }} | docker login ghcr.io -u luketainton --password-stdin
|
||||||
- name: Build image for GitHub Package Registry
|
- name: Build image for GitHub Package Registry
|
||||||
run: docker build . --file Dockerfile --tag ghcr.io/luketainton/roboluke-tasks:${{ steps.tag_version.outputs.new_tag }} --tag ghcr.io/luketainton/roboluke-tasks:latest
|
run: docker build . --file Dockerfile --tag ghcr.io/luketainton/roboluke-tasks:${{ needs.release.outputs.new_tag }} --tag ghcr.io/luketainton/roboluke-tasks:latest
|
||||||
- name: Push image to GitHub Package Registry
|
- name: Push image to GitHub Package Registry
|
||||||
run: |
|
run: |
|
||||||
docker push ghcr.io/luketainton/roboluke-tasks:latest
|
docker push ghcr.io/luketainton/roboluke-tasks:latest
|
||||||
docker push ghcr.io/luketainton/roboluke-tasks:${{ steps.tag_version.outputs.new_tag }}
|
docker push ghcr.io/luketainton/roboluke-tasks:${{ needs.release.outputs.new_tag }}
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
name: Update Portainer Deployment
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
needs: publish
|
||||||
|
steps:
|
||||||
|
- uses: fjogeleit/http-request-action@v1
|
||||||
|
with:
|
||||||
|
url: ${{ secrets.PORTAINER_WEBHOOK_URL }}
|
||||||
|
method: POST
|
||||||
|
timeout: 60000
|
||||||
|
preventFailureOnNoResponse: "true"
|
||||||
|
@ -1,46 +1,46 @@
|
|||||||
appdirs==1.4.4
|
appdirs==1.4.4
|
||||||
astroid==3.0.1
|
astroid==3.1.0
|
||||||
attrs==23.1.0
|
attrs==23.2.0
|
||||||
autopep8==2.0.4
|
autopep8==2.0.4
|
||||||
backoff==2.2.1
|
backoff==2.2.1
|
||||||
certifi==2023.7.22
|
certifi==2024.2.2
|
||||||
cfgv==3.4.0
|
cfgv==3.4.0
|
||||||
charset-normalizer==3.3.0
|
charset-normalizer==3.3.2
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
coloredlogs==15.0.1
|
coloredlogs==15.0.1
|
||||||
dill==0.3.7
|
dill==0.3.8
|
||||||
distlib==0.3.7
|
distlib==0.3.8
|
||||||
filelock==3.12.4
|
filelock==3.13.1
|
||||||
future==0.18.3
|
future==1.0.0
|
||||||
humanfriendly==10.0
|
humanfriendly==10.0
|
||||||
identify==2.5.30
|
identify==2.5.35
|
||||||
idna==3.4
|
idna==3.6
|
||||||
iniconfig==2.0.0
|
iniconfig==2.0.0
|
||||||
lazy-object-proxy==1.9.0
|
lazy-object-proxy==1.10.0
|
||||||
mccabe==0.7.0
|
mccabe==0.7.0
|
||||||
mypy-extensions==1.0.0
|
mypy-extensions==1.0.0
|
||||||
nodeenv==1.8.0
|
nodeenv==1.8.0
|
||||||
packaging==23.2
|
packaging==23.2
|
||||||
pathspec==0.11.2
|
pathspec==0.12.1
|
||||||
platformdirs==3.11.0
|
platformdirs==4.2.0
|
||||||
pluggy==1.3.0
|
pluggy==1.4.0
|
||||||
py==1.11.0
|
py==1.11.0
|
||||||
pycodestyle==2.11.1
|
pycodestyle==2.11.1
|
||||||
PyJWT==2.8.0
|
PyJWT==2.8.0
|
||||||
pyparsing==3.1.1
|
pyparsing==3.1.1
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.9.0.post0
|
||||||
python-dotenv==1.0.0
|
python-dotenv==1.0.1
|
||||||
PyYAML==6.0.1
|
PyYAML==6.0.1
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
requests-toolbelt==1.0.0
|
requests-toolbelt==1.0.0
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
toml==0.10.2
|
toml==0.10.2
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
tomlkit==0.12.1
|
tomlkit==0.12.4
|
||||||
urllib3==2.0.7
|
urllib3==2.2.1
|
||||||
virtualenv==20.24.5
|
virtualenv==20.25.1
|
||||||
webex-bot==0.4.1
|
webex-bot==0.4.1
|
||||||
webexteamssdk==1.6.1
|
webexteamssdk==1.6.1
|
||||||
websockets==10.2
|
websockets==10.2
|
||||||
wrapt==1.15.0
|
wrapt==1.16.0
|
||||||
xmltodict==0.13.0
|
xmltodict==0.13.0
|
||||||
|
Reference in New Issue
Block a user