Skip to content

Commit

Permalink
Updating acapy to 1.0.0rc4, python to 3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <lucasoneil@gmail.com>
  • Loading branch information
loneil committed Jul 17, 2024
1 parent 16f909e commit aed67fc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/controller_unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -50,4 +50,4 @@ jobs:
uses: coverallsapp/github-action@v2
with:
parallel-finished: true
carryforward: "python-3.11"
carryforward: "python-3.12"
2 changes: 1 addition & 1 deletion charts/vc-authn-oidc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ acapy:
repository: ghcr.io/hyperledger/aries-cloudagent-python
pullPolicy: IfNotPresent
pullSecrets: []
tag: py3.9-0.12.1
tag: py3.12-1.0.0rc4

## ServiceAccount configuration
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ services:
- vc_auth

aca-py:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.12-1.0.0rc4
environment:
- ACAPY_LABEL=${AGENT_NAME}
- ACAPY_ENDPOINT=${AGENT_ENDPOINT}
Expand Down
2 changes: 1 addition & 1 deletion docker/oidc-controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11 as main
FROM python:3.12 as main

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion oidc-controller/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pythonpath = [
]

[tool.pyright]
pythonVersion = "3.11"
pythonVersion = "3.12"
2 changes: 1 addition & 1 deletion oidc-controller/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ commands =

[gh-actions]
python =
3.11: py311
3.12: py312

0 comments on commit aed67fc

Please sign in to comment.