mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-25 07:53:43 +03:00
Compare commits
22 commits
f5235ec41d
...
e5609f0b2c
Author | SHA1 | Date | |
---|---|---|---|
![]() |
e5609f0b2c | ||
![]() |
19f2cb0a45 | ||
![]() |
9552106596 | ||
![]() |
2855237d4d | ||
![]() |
6c7e2d1187 | ||
![]() |
07c5d91b34 | ||
![]() |
a043aa9ecc | ||
![]() |
477e4080ac | ||
![]() |
c632008f38 | ||
![]() |
d8d51f1343 | ||
![]() |
a32d754c70 | ||
![]() |
77a4753ff3 | ||
![]() |
ff8a3c25ae | ||
![]() |
61f54e2958 | ||
![]() |
ca371e3018 | ||
![]() |
62dcd7f9dc | ||
![]() |
d41b59da72 | ||
![]() |
d9088d4e1a | ||
![]() |
a6b930646b | ||
![]() |
ce2b6f4701 | ||
![]() |
91987db7aa | ||
![]() |
3d7da484ad |
|
@ -1,11 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [0.2.1](https://github.com/ublue-os/forge/compare/v0.2.0...v0.2.1) (2025-01-04)
|
## [0.2.1](https://github.com/ublue-os/forge/compare/v0.2.0...v0.2.1) (2025-01-05)
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **deps:** update dependency humanize to v4.11.0 ([a32d754](https://github.com/ublue-os/forge/commit/a32d754c70c74c3193c09cde97ba34b6553c6903))
|
||||||
* **deps:** update dependency nicegui to v1.4.37 ([46202de](https://github.com/ublue-os/forge/commit/46202de6ba15671a6b3ae0c0bedf1199a496b9a6))
|
* **deps:** update dependency nicegui to v1.4.37 ([46202de](https://github.com/ublue-os/forge/commit/46202de6ba15671a6b3ae0c0bedf1199a496b9a6))
|
||||||
|
* **deps:** update dependency nicegui to v2 ([a043aa9](https://github.com/ublue-os/forge/commit/a043aa9ecc1e9a0bd645427a31e766f2611e0547))
|
||||||
* **deps:** update dependency pandas to v2.2.3 ([37137ef](https://github.com/ublue-os/forge/commit/37137ef32bdebcaa3dcedcc1ce7aecb0bba32f19))
|
* **deps:** update dependency pandas to v2.2.3 ([37137ef](https://github.com/ublue-os/forge/commit/37137ef32bdebcaa3dcedcc1ce7aecb0bba32f19))
|
||||||
|
|
||||||
## [0.2.0](https://github.com/ublue-os/forge/compare/v0.1.0...v0.2.0) (2024-05-27)
|
## [0.2.0](https://github.com/ublue-os/forge/compare/v0.1.0...v0.2.0) (2024-05-27)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Source Image
|
# Source Image
|
||||||
FROM docker.io/library/python:3.11-alpine3.19
|
FROM docker.io/library/python:3.13-alpine3.19
|
||||||
|
|
||||||
# Environment vars
|
# Environment vars
|
||||||
ENV PROJECT_DIR="/anvil"
|
ENV PROJECT_DIR="/anvil"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
collections:
|
collections:
|
||||||
- name: ansible.posix
|
- name: ansible.posix
|
||||||
version: 1.5.4
|
version: 2.0.0
|
||||||
- name: community.general
|
- name: community.general
|
||||||
version: 8.6.9
|
version: 10.2.0
|
||||||
- name: containers.podman
|
- name: containers.podman
|
||||||
version: 1.13.0
|
version: 1.16.2
|
||||||
|
|
22
anvil/poetry.lock
generated
22
anvil/poetry.lock
generated
|
@ -825,13 +825,13 @@ socks = ["socksio (==1.*)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "humanize"
|
name = "humanize"
|
||||||
version = "4.9.0"
|
version = "4.11.0"
|
||||||
description = "Python humanize utilities"
|
description = "Python humanize utilities"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.9"
|
||||||
files = [
|
files = [
|
||||||
{file = "humanize-4.9.0-py3-none-any.whl", hash = "sha256:ce284a76d5b1377fd8836733b983bfb0b76f1aa1c090de2566fcf008d7f6ab16"},
|
{file = "humanize-4.11.0-py3-none-any.whl", hash = "sha256:b53caaec8532bcb2fff70c8826f904c35943f8cecaca29d272d9df38092736c0"},
|
||||||
{file = "humanize-4.9.0.tar.gz", hash = "sha256:582a265c931c683a7e9b8ed9559089dea7edcf6cc95be39a3cbc2c5d5ac2bcfa"},
|
{file = "humanize-4.11.0.tar.gz", hash = "sha256:e66f36020a2d5a974c504bd2555cf770621dbdbb6d82f94a6857c0b1ea2608be"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
|
@ -1160,13 +1160,13 @@ files = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nicegui"
|
name = "nicegui"
|
||||||
version = "1.4.37"
|
version = "2.9.0"
|
||||||
description = "Create web-based user interfaces with Python. The nice way."
|
description = "Create web-based user interfaces with Python. The nice way."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "<4.0,>=3.8"
|
python-versions = "<4.0,>=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "nicegui-1.4.37-py3-none-any.whl", hash = "sha256:b63ae7cf89ace808fefba866b81514c59a04cff40447b6043640e259747179b6"},
|
{file = "nicegui-2.9.0-py3-none-any.whl", hash = "sha256:0780f8e8a470a8be98096a3fd4639c2c49645a8b63186ec8f0ede4aac35f18e6"},
|
||||||
{file = "nicegui-1.4.37.tar.gz", hash = "sha256:d55976d7c0c22a0797938cabc0ae534535b42aee9a6ce54d660be72628434f35"},
|
{file = "nicegui-2.9.0.tar.gz", hash = "sha256:1d909a6a805f6339df2c2512725c151672692b476bcb0e44366d8ebee6741504"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -1174,7 +1174,7 @@ aiofiles = ">=23.1.0"
|
||||||
aiohttp = ">=3.10.2"
|
aiohttp = ">=3.10.2"
|
||||||
certifi = ">=2024.07.04"
|
certifi = ">=2024.07.04"
|
||||||
docutils = ">=0.19.0"
|
docutils = ">=0.19.0"
|
||||||
fastapi = ">=0.109.1,<0.110.0"
|
fastapi = ">=0.109.1"
|
||||||
httpx = ">=0.24.0"
|
httpx = ">=0.24.0"
|
||||||
ifaddr = ">=0.2.0"
|
ifaddr = ">=0.2.0"
|
||||||
itsdangerous = ">=2.1.2,<3.0.0"
|
itsdangerous = ">=2.1.2,<3.0.0"
|
||||||
|
@ -1182,7 +1182,7 @@ jinja2 = ">=3.1.4,<4.0.0"
|
||||||
markdown2 = ">=2.4.7,<2.4.11 || >2.4.11"
|
markdown2 = ">=2.4.7,<2.4.11 || >2.4.11"
|
||||||
orjson = {version = ">=3.9.15", markers = "platform_machine != \"i386\" and platform_machine != \"i686\""}
|
orjson = {version = ">=3.9.15", markers = "platform_machine != \"i386\" and platform_machine != \"i686\""}
|
||||||
Pygments = ">=2.15.1,<3.0.0"
|
Pygments = ">=2.15.1,<3.0.0"
|
||||||
python-multipart = ">=0.0.7"
|
python-multipart = ">=0.0.18"
|
||||||
python-socketio = {version = ">=5.10.0", extras = ["asyncio-client"]}
|
python-socketio = {version = ">=5.10.0", extras = ["asyncio-client"]}
|
||||||
requests = ">=2.32.0"
|
requests = ">=2.32.0"
|
||||||
typing-extensions = ">=4.0.0"
|
typing-extensions = ">=4.0.0"
|
||||||
|
@ -1192,7 +1192,7 @@ vbuild = ">=0.8.2"
|
||||||
watchfiles = ">=0.18.1"
|
watchfiles = ">=0.18.1"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
highcharts = ["nicegui-highcharts (>=1.0.1,<2.0.0)"]
|
highcharts = ["nicegui-highcharts (>=2.0.2,<3.0.0)"]
|
||||||
matplotlib = ["matplotlib (>=3.5.0,<4.0.0)"]
|
matplotlib = ["matplotlib (>=3.5.0,<4.0.0)"]
|
||||||
native = ["pywebview (>=5.0.1,<6.0.0)"]
|
native = ["pywebview (>=5.0.1,<6.0.0)"]
|
||||||
plotly = ["plotly (>=5.13.0,<6.0.0)"]
|
plotly = ["plotly (>=5.13.0,<6.0.0)"]
|
||||||
|
@ -2637,4 +2637,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.11"
|
python-versions = "^3.11"
|
||||||
content-hash = "b48ce29bcc613e6be5b44f65d4e01f113f74c26f628ac1e5bb9d59c37d4ee43b"
|
content-hash = "82bd1d14ae6b732a7e29056041bab5be869eb1afc0f238e7e98b011d129fcff8"
|
||||||
|
|
|
@ -10,9 +10,9 @@ readme = "../README.md"
|
||||||
python = "^3.11"
|
python = "^3.11"
|
||||||
ansible-core = "^2.16"
|
ansible-core = "^2.16"
|
||||||
jmespath = "^1.0"
|
jmespath = "^1.0"
|
||||||
nicegui = "^1.4.23"
|
nicegui = "^2.0.0"
|
||||||
ansible-runner = "^2.3.6"
|
ansible-runner = "^2.3.6"
|
||||||
requests = "^2.31.0"
|
requests = "^2.32.2"
|
||||||
pandas = "^2.2.2"
|
pandas = "^2.2.2"
|
||||||
humanize = "^4.9.0"
|
humanize = "^4.9.0"
|
||||||
toml = "^0.10.2"
|
toml = "^0.10.2"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Source Image
|
# Source Image
|
||||||
FROM docker.io/library/golang:1.20
|
FROM docker.io/library/golang:1.23
|
||||||
|
|
||||||
# Copy script
|
# Copy script
|
||||||
WORKDIR /certs
|
WORKDIR /certs
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Source Image
|
# Source Image
|
||||||
FROM docker.io/traefik:v2.11
|
FROM docker.io/traefik:v3.2
|
||||||
|
|
||||||
# Add configuration file
|
# Add configuration file
|
||||||
COPY ./config/*.yml /etc/traefik/
|
COPY ./config/*.yml /etc/traefik/
|
||||||
|
|
Loading…
Reference in a new issue