Skip to content

Commit

Permalink
Merge pull request #711 from openwallet-foundation/chore/acapy121Update
Browse files Browse the repository at this point in the history
Acapy 1.2.1 update
  • Loading branch information
esune authored Jan 24, 2025
2 parents 7d43c57 + 4dc0e95 commit 42a795a
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 57 deletions.
2 changes: 1 addition & 1 deletion charts/vc-authn-oidc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ acapy:
repository: ghcr.io/openwallet-foundation/acapy-agent
pullPolicy: IfNotPresent
pullSecrets: []
tag: py3.12-1.1.0
tag: py3.12-1.2.1

## ServiceAccount configuration
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
Expand Down
66 changes: 36 additions & 30 deletions demo/vue/app/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions demo/vue/app/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"reinstall": "npm run purge && npm install"
},
"dependencies": {
"@babel/eslint-parser": "^7.25.9",
"@vue/eslint-config-prettier": "^10.1.0",
"@babel/eslint-parser": "^7.26.5",
"@vue/eslint-config-prettier": "^10.2.0",
"axios": "^1.7.9",
"core-js": "^3.39.0",
"core-js": "^3.40.0",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-prettier": "^5.2.3",
"keycloak-js": "^15.1.1",
"nprogress": "^0.2.0",
"vue": "^2.7.16",
Expand All @@ -42,7 +42,7 @@
"eslint-plugin-vuetify": "^1.1.0",
"lodash": "^4.17.21",
"prettier": "^3.4.2",
"sass": "^1.83.1",
"sass": "^1.83.4",
"sass-loader": "^14.2.1",
"vue-cli-plugin-vuetify": "^2.5.8",
"vue-template-compiler": "^2.7.16",
Expand Down
26 changes: 14 additions & 12 deletions demo/vue/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions demo/vue/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@
"express": "^4.21.2",
"express-winston": "^4.2.0",
"form-data": "^4.0.1",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^9.0.2",
"keycloak-connect": "^26.0.7",
"keycloak-connect": "^26.1.0",
"winston": "^3.17.0",
"winston-transport": "^4.9.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-recommended": "^4.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-prettier": "^5.2.3",
"jest": "^29.7.0",
"nodemon": "^3.1.9",
"supertest": "^7.0.0"
Expand Down
2 changes: 0 additions & 2 deletions demo/vue/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
vue-app:
ports:
Expand Down
1 change: 0 additions & 1 deletion docker/docker-compose-ngrok.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
ngrok:
image: ngrok/ngrok
Expand Down
5 changes: 2 additions & 3 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
controller:
image: acapy-vc-authn-oidc-controller
Expand Down Expand Up @@ -51,7 +50,7 @@ services:
- vc_auth

controller-db:
image: mongo:7.0
image: mongo:8.0
environment:
- MONGO_INITDB_ROOT_USERNAME=${OIDC_CONTROLLER_DB_USER}
- MONGO_INITDB_ROOT_PASSWORD=${OIDC_CONTROLLER_DB_USER_PWD}
Expand Down Expand Up @@ -103,7 +102,7 @@ services:
- vc_auth

aca-py:
image: ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.1.0
image: ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.2.1
environment:
- ACAPY_LABEL=${AGENT_NAME}
- ACAPY_ENDPOINT=${AGENT_ENDPOINT}
Expand Down

0 comments on commit 42a795a

Please sign in to comment.