Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #387

Merged
merged 25 commits into from
Feb 15, 2024
Merged

Dev #387

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
726abd0
feat(Dependencies): Update quay.io/denbicloud/cron-backup Docker tag …
renovate[bot] Dec 1, 2023
363297f
feat(Dependencies): Update python Docker tag to v3.12.1
renovate[bot] Dec 8, 2023
f3b2846
feat(Dependencies): Update dependency fastapi to v0.105.0
renovate[bot] Dec 12, 2023
7eb83af
Merge pull request #371 from deNBI/deps/fastapi-0.x
dweinholz Dec 19, 2023
7e40720
feat(Dependencies): Update dependency uvicorn to v0.25.0
renovate[bot] Dec 21, 2023
cbf1683
Merge pull request #367 from deNBI/deps/uvicorn-0.x
dweinholz Dec 22, 2023
672e98d
feat(Dependencies): Update github/codeql-action action to v3
renovate[bot] Dec 22, 2023
8c3ad00
Merge pull request #372 from deNBI/deps/github-codeql-action-3.x
dweinholz Dec 22, 2023
26d852c
feat(Dependencies): Update dependency fastapi to v0.108.0
renovate[bot] Dec 26, 2023
a142b17
Merge pull request #373 from deNBI/deps/fastapi-0.x
vktrrdk Jan 8, 2024
ad3ed72
feat(Dependencies): Update dependency Jinja2 to v3.1.3
renovate[bot] Jan 11, 2024
393e25b
feat(Dependencies): Update dependency uvicorn to v0.26.0
renovate[bot] Jan 16, 2024
55c2c06
Merge pull request #377 from deNBI/deps/uvicorn-0.x
dweinholz Jan 17, 2024
cab27da
feat(Dependencies): Update quay.io/denbicloud/cron-backup Docker tag …
renovate[bot] Jan 17, 2024
f224184
feat(Dependencies): Update dependency python-dotenv to v1.0.1
renovate[bot] Jan 23, 2024
e27fa80
feat(Dependencies): Update dependency uvicorn to v0.27.0
renovate[bot] Jan 23, 2024
4c4bd54
Merge pull request #379 from deNBI/deps/uvicorn-0.x
dweinholz Jan 29, 2024
221777c
feat(Dependencies): Update dependency fastapi to v0.109.0
renovate[bot] Jan 29, 2024
db9606d
Merge pull request #375 from deNBI/deps/fastapi-0.x
dweinholz Jan 29, 2024
736dee0
feat(Dependencies): Update dependency uvicorn to v0.27.0.post1
renovate[bot] Jan 29, 2024
d22eece
feat(Dependencies): Update dependency fastapi to v0.109.1
renovate[bot] Feb 3, 2024
b664240
feat(Dependencies): Update dependency fastapi to v0.109.2
renovate[bot] Feb 5, 2024
995a141
feat(Dependencies): Update python Docker tag to v3.12.2
renovate[bot] Feb 7, 2024
44a7c36
feat(Dependencies): Update dependency uvicorn to v0.27.1
renovate[bot] Feb 10, 2024
4b5915e
Merge branch 'master' into dev
dweinholz Feb 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
queries: +security-extended, security-and-quality
Expand All @@ -51,7 +51,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -65,4 +65,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.0
3.12.2
6 changes: 3 additions & 3 deletions FastapiOpenRestyConfigurator/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fastapi==0.109.1
uvicorn==0.23.2
fastapi==0.109.2
uvicorn==0.27.1
werkzeug==3.0.1
Jinja2==3.1.3
python-dotenv==1.0.0
python-dotenv==1.0.1
gunicorn==21.2.0
pydantic-settings
2 changes: 1 addition & 1 deletion ansible/roles/forc_api/tasks/025-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

- docker_container:
name: "backup-forc"
image: quay.io/denbicloud/cron-backup:0.13.2
image: quay.io/denbicloud/cron-backup:0.13.5

state: started
restart: yes
Expand Down