Skip to content

Releases: bcgov/vc-authn-oidc

vc-authn-oidc-0.1.5

11 Oct 18:56
Compare
Choose a tag to compare

A Helm chart to deploy VC-AuthN on OpenShift

v2.0.0-rc0

28 Sep 17:45
Compare
Choose a tag to compare
v2.0.0-rc0 Pre-release
Pre-release

What's Changed

  • [Helm] Update chart, app version by @esune in #353
  • Add backwards compatibility setting for token claims by @jamshale in #349

Full Changelog: v2.0.0-beta3...v2.0.0-rc0

vc-authn-oidc-0.1.4

28 Sep 17:45
Compare
Choose a tag to compare

A Helm chart to deploy VC-AuthN on OpenShift

v2.0.0-beta3

25 Sep 23:46
Compare
Choose a tag to compare
v2.0.0-beta3 Pre-release
Pre-release

What's Changed

  • Feature/332 fix middleware [2.0] by @jamshale in #338
  • return a response from middleware instead of exception by @jamshale in #345
  • Feat/335 improve error handling by @jamshale in #344
  • [Helm] Add mechanism to automatically restart pods on upgrade by @i5okie in #346
  • [Helm] Enable tails directory persistence in AcaPy pods by @i5okie in #341
  • Separate Chart Releaser into bespoke workflow, use fixed action by @i5okie in #343
  • #334 Add unit tests for critical code sections [2.0] by @jamshale in #339
  • Fix Chart Releaser action by @i5okie in #350
  • Remove index validation step in Helm chart releaser workflow by @i5okie in #351
  • Make cr.sh executable by @esune in #352

Full Changelog: v2.0.0-beta2...v2.0.0-beta3

vc-authn-oidc-0.1.3

25 Sep 23:46
Compare
Choose a tag to compare

A Helm chart to deploy VC-AuthN on OpenShift

v2.0.0-beta2

18 Sep 23:54
243f8de
Compare
Choose a tag to compare
v2.0.0-beta2 Pre-release
Pre-release

What's Changed

  • [Helm Chart] Fix Network Policies, address issues with Values by @i5okie in #325
  • Update authorization,token endpoints to be consistent. by @esune in #324
  • Fix and refactor open api by @jamshale in #330
  • Fix/names array mappings by @esune in #333
  • Feature/314 add default title to demo app by @jamshale in #336
  • Add debugger functionality to vc-authn controller container by @esune in #337

New Contributors

Full Changelog: v2.0.0-beta1...v2.0.0-beta2

v2.0.0-beta1

29 Aug 22:17
0da3881
Compare
Choose a tag to compare
v2.0.0-beta1 Pre-release
Pre-release

Testing release for VC-AuthN 2.0

Not ready for production

v2.0.0-alpha2

02 Aug 21:03
bde6da0
Compare
Choose a tag to compare
v2.0.0-alpha2 Pre-release
Pre-release

Alpha release of VC-AuthN 2.0 for testing Helm charts.

Note: this build should NOT be used for production purposes.

v2.0.0-alpha1

08 Jun 14:40
23559e6
Compare
Choose a tag to compare
v2.0.0-alpha1 Pre-release
Pre-release

Alpha release of VC-AuthN 2.0 for testing Helm charts.

Note: this build should NOT be used for production purposes.

v1.0.0

13 Oct 18:31
aa7606c
Compare
Choose a tag to compare

Tagged release for version 1.0.0 of VC-AuthN OIDC

This is the first and last release for version 1.0.0, as it contains all of the changes since inception for the project and no releases were previously made.

Notes

  • The 1.0.0 release of VC-AuthN does NOT support checking for revocation status of credentials. Due to historical compatibility issues between wallets, it was deliberately left out and - refer to the v1.0.0-revocation release for a version that adds revocation checks.
  • No container images were/are provided for VC-AuthN 1.0.0: please refer to the instructions in the docker folder if you need to build images.

What's Changed

  • docs : added initial document on the integration strategy by @tplooker in #1
  • docs : update the main readme by @tplooker in #2
  • Initial commit of reference implementation by @tplooker in #5
  • Add support for agent wallet, ledger. by @esune in #6
  • Improved integration by @tplooker in #7
  • Reorganize models and services by @tplooker in #8
  • Fix foreign character typo by @tplooker in #9
  • Split ACA-Py Agent and Admin Endpoints by @tplooker in #10
  • Increasing logging in debug mode for OIDC controller by @tplooker in #11
  • API key security and configurable swagger documentation by @tplooker in #12
  • Allow for configurable API key by @tplooker in #13
  • Allow webhook functionality in insecure mode by @tplooker in #14
  • Updated README.md by @esune in #17
  • Add text URL to authentication page, correctly serialize request attribute in presentation by @esune in #15
  • Added instructions for running the vc-authn Law Society demo by @swcurran in #21
  • Update che-ip image reference by @WadeBarnes in #20
  • fixed mismatch between oauth flow names and sequences by @elf-pavlik in #22
  • Generate new version of image for doc from recently updated puml by @swcurran in #23
  • Add support for proof-request v1.0 by @esune in #18
  • Fix controller API key header by @esune in #25
  • Updated database build configuration by @esune in #26
  • Add network security policy for builds by @esune in #27
  • Demo apps for OIDC identity provider by @esune in #29
  • Fix openshift configurations by @esune in #30
  • Add basic pipelines by @esune in #31
  • Update default volume class for database, wallet deployment. by @esune in #33
  • Fix openshift configurations by @esune in #36
  • Updates to QR page by @esune in #35
  • Update bcgovimages/aries-cloudagent image version by @WadeBarnes in #38
  • Add reference to Android app availability by @swcurran in #40
  • Hide presentation restrictions by @esune in #42
  • UI updates, script improvements by @esune in #45
  • Fix for OpenShift templates by @esune in #48
  • Update bcgovimages/aries-cloudagent image version by @WadeBarnes in #46
  • WIP: Script to run on play with docker instead of instructions by @swcurran in #47
  • Update bcgovimages/aries-cloudagent image version by @WadeBarnes in #51
  • Fix file name, tweaks to the instructions by @swcurran in #50
  • Add testconnections configuration file by @esune in #52
  • Fix pipeline and update demo dependencies by @esune in #53
  • Some more information in the PWD guide; readme pointer to PWD by @swcurran in #54
  • Update bcgovimages/aries-cloudagent image version by @WadeBarnes in #55
  • Add Access-Control-Allow-Origin header to token endpoint response by @esune in #58
  • Add support for custom label as referent in proof-request by @esune in #59
  • Update bcgovimages/aries-cloudagent image version by @WadeBarnes in #65
  • Improve UI for QR Code page by @esune in #67
  • Update dead link in DemoInstructions.md by @esune in #69
  • Update aries-cloudagent version to 0.5.2 by @esune in #71
  • Verify proof-request is valid for authentication success by @esune in #72
  • Add missing compliance audit file by @repo-mountie in #32
  • Revert changes to default non-revocation interval by @esune in #75
  • Update aca-py version, start vc-authn-agent in read-only mode by @esune in #80
  • Add names array support to requested attribute restrictions by @esune in #81
  • fix definition of GENESIS_URL by @vitalrev in #89
  • Upgrade to .NET Core 3.1 by @esune in #92
  • Fix server startup issue in production by @esune in #93
  • Reorganize docs folder add configuration guide. by @esune in #94
  • Fix broken authentication flow by @esune in #95
  • make poll interval configurable by @vitalrev in #90
  • Feature - oidc angular demo with keycloak and vc by @vitalrev in #91
  • Bump dependencies for oidc-angular demo app by @esune in #98
  • Apdate aca-py to 0.5.5 by @esune in #99
  • Update aca-py to 0.5.6 by @esune in #100
  • Fix issue whit wrong http scheme when behind reverse proxy. by @esune in #101
  • Fix proof-request with names array by @esune in #103
  • Populate id token corrctly with claims from proof using names array by @esune in #105
  • Added BestPractices.md by @esune in #107
  • Update readiness and liveness probes by @WadeBarnes in #74
  • Add project lifecycle badge, license badge by @esune in #111
  • ui tweaks to auth page by @wadeking98 in #116
  • Update ACA-Py to 0.6.0 by @esune in #119
  • Update docker-compose.yml by @esune in #120
  • Update instructions to use proper demo site by @swcurran in #123
  • Clarify wallet network for email verification demo by @iamgollum in #125
  • Align with OOB spec by @amanji in #141
  • Update bcgovimages/aries-cloudagent image version by @WadeBarnes in #132
  • Add support for changes to internal Docker networking. by @WadeBarnes in #144
  • Update references to main branch in various repos, including this one by @swcurran in #148
  • Update the demo to use port 5001 instead of 5000 to make it easier on a Mac by @swcurran in #150
  • Bump path-parse from 1.0.6 to 1.0.7 in /demo/oidc-angular by @dependabot in #146
  • Bump tar from 4.4.13 to 4.4.19 in /demo/oidc-angular by @dependabot in #147
  • Bump jszip from 3.5.0 to 3.7.1 in /demo/oidc-angular by @dependabot in #152
  • Bump lodash from 4.17.20 to 4.17.21 in /demo/oidc-angular by @dependabot in #151
  • Bump url-parse from 1.4.7 to 1.5.4 in /demo/oidc-angular by @dependabot in #154
  • Bump color-string from 1.5.4 to 1.9.0 in /demo/oidc-angular by @dependabot in #153
  • Bump follow-redirects from 1.13.0 to 1.14.7 in /demo/oidc-angular by @dependabot in #155
  • Bump log4js from 6.3.0 to 6.4.0 in /demo/oidc-angular by @dependabot in ...
Read more