Skip to content

Commit 42a795a

Browse files
authored
Merge pull request #711 from openwallet-foundation/chore/acapy121Update
Acapy 1.2.1 update
2 parents 7d43c57 + 4dc0e95 commit 42a795a

File tree

8 files changed

+61
-57
lines changed

8 files changed

+61
-57
lines changed

charts/vc-authn-oidc/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ acapy:
243243
repository: ghcr.io/openwallet-foundation/acapy-agent
244244
pullPolicy: IfNotPresent
245245
pullSecrets: []
246-
tag: py3.12-1.1.0
246+
tag: py3.12-1.2.1
247247

248248
## ServiceAccount configuration
249249
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/

demo/vue/app/frontend/package-lock.json

Lines changed: 36 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/vue/app/frontend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"reinstall": "npm run purge && npm install"
1818
},
1919
"dependencies": {
20-
"@babel/eslint-parser": "^7.25.9",
21-
"@vue/eslint-config-prettier": "^10.1.0",
20+
"@babel/eslint-parser": "^7.26.5",
21+
"@vue/eslint-config-prettier": "^10.2.0",
2222
"axios": "^1.7.9",
23-
"core-js": "^3.39.0",
23+
"core-js": "^3.40.0",
2424
"eslint": "^8.57.0",
25-
"eslint-plugin-prettier": "^5.2.1",
25+
"eslint-plugin-prettier": "^5.2.3",
2626
"keycloak-js": "^15.1.1",
2727
"nprogress": "^0.2.0",
2828
"vue": "^2.7.16",
@@ -42,7 +42,7 @@
4242
"eslint-plugin-vuetify": "^1.1.0",
4343
"lodash": "^4.17.21",
4444
"prettier": "^3.4.2",
45-
"sass": "^1.83.1",
45+
"sass": "^1.83.4",
4646
"sass-loader": "^14.2.1",
4747
"vue-cli-plugin-vuetify": "^2.5.8",
4848
"vue-template-compiler": "^2.7.16",

demo/vue/app/package-lock.json

Lines changed: 14 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/vue/app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@
4141
"express": "^4.21.2",
4242
"express-winston": "^4.2.0",
4343
"form-data": "^4.0.1",
44-
"fs-extra": "^11.2.0",
44+
"fs-extra": "^11.3.0",
4545
"js-yaml": "^4.1.0",
4646
"jsonwebtoken": "^9.0.2",
47-
"keycloak-connect": "^26.0.7",
47+
"keycloak-connect": "^26.1.0",
4848
"winston": "^3.17.0",
4949
"winston-transport": "^4.9.0"
5050
},
5151
"devDependencies": {
5252
"eslint": "^8.57.0",
5353
"eslint-config-recommended": "^4.1.0",
54-
"eslint-plugin-prettier": "^5.2.1",
54+
"eslint-plugin-prettier": "^5.2.3",
5555
"jest": "^29.7.0",
5656
"nodemon": "^3.1.9",
5757
"supertest": "^7.0.0"

demo/vue/docker-compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: "3"
2-
31
services:
42
vue-app:
53
ports:

docker/docker-compose-ngrok.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "3"
21
services:
32
ngrok:
43
image: ngrok/ngrok

docker/docker-compose.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "3"
21
services:
32
controller:
43
image: acapy-vc-authn-oidc-controller
@@ -51,7 +50,7 @@ services:
5150
- vc_auth
5251

5352
controller-db:
54-
image: mongo:7.0
53+
image: mongo:8.0
5554
environment:
5655
- MONGO_INITDB_ROOT_USERNAME=${OIDC_CONTROLLER_DB_USER}
5756
- MONGO_INITDB_ROOT_PASSWORD=${OIDC_CONTROLLER_DB_USER_PWD}
@@ -103,7 +102,7 @@ services:
103102
- vc_auth
104103

105104
aca-py:
106-
image: ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.1.0
105+
image: ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.2.1
107106
environment:
108107
- ACAPY_LABEL=${AGENT_NAME}
109108
- ACAPY_ENDPOINT=${AGENT_ENDPOINT}

0 commit comments

Comments
 (0)