Skip to content

Commit

Permalink
Merge pull request #718 from openwallet-foundation/chore/acapy122
Browse files Browse the repository at this point in the history
ACA-Py 1.2.2 update
  • Loading branch information
esune authored Feb 10, 2025
2 parents 3cb9bfb + 9b3c590 commit dc46e70
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 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 @@ -241,7 +241,7 @@ acapy:
repository: ghcr.io/openwallet-foundation/acapy-agent
pullPolicy: IfNotPresent
pullSecrets: []
tag: py3.12-1.2.1
tag: py3.12-1.2.2

## ServiceAccount configuration
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
Expand Down
24 changes: 12 additions & 12 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.

6 changes: 3 additions & 3 deletions demo/vue/app/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"reinstall": "npm run purge && npm install"
},
"dependencies": {
"@babel/eslint-parser": "^7.26.5",
"@babel/eslint-parser": "^7.26.8",
"@vue/eslint-config-prettier": "^10.2.0",
"axios": "^1.7.9",
"core-js": "^3.40.0",
Expand All @@ -41,8 +41,8 @@
"eslint-plugin-vue": "^9.32.0",
"eslint-plugin-vuetify": "^1.1.0",
"lodash": "^4.17.21",
"prettier": "^3.4.2",
"sass": "^1.83.4",
"prettier": "^3.5.0",
"sass": "^1.84.0",
"sass-loader": "^14.2.1",
"vue-cli-plugin-vuetify": "^2.5.8",
"vue-template-compiler": "^2.7.16",
Expand Down
8 changes: 4 additions & 4 deletions demo/vue/app/package-lock.json

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

2 changes: 1 addition & 1 deletion demo/vue/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"fs-extra": "^11.3.0",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^9.0.2",
"keycloak-connect": "^26.1.0",
"keycloak-connect": "^26.1.1",
"winston": "^3.17.0",
"winston-transport": "^4.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ services:
- vc_auth

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

0 comments on commit dc46e70

Please sign in to comment.