-
Notifications
You must be signed in to change notification settings - Fork 23
Comparing changes
Open a pull request
base repository: Azure/notation-azure-kv
base: v1.0.0-rc.1
head repository: Azure/notation-azure-kv
compare: v1.0.0-rc.2
- 7 commits
- 24 files changed
- 1 contributor
Commits on May 8, 2023
-
doc: update artifact version in readme (#106)
Signed-off-by: Junjie Gao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb3d95d - Browse repository at this point
Copy the full SHA fb3d95dView commit details -
doc: update version for README (#107)
Signed-off-by: Junjie Gao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07677f4 - Browse repository at this point
Copy the full SHA 07677f4View commit details -
doc: add macOS codesign (#108)
Add macOS codesign Signed-off-by: Junjie Gao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2a6eac - Browse repository at this point
Copy the full SHA f2a6eacView commit details
Commits on May 9, 2023
-
feat: optimize JSON serializer (#111)
- optimize the JSON serializer with generated code - remove part of warning for trim unused code - optimize binary load time Resolve part of #109 Signed-off-by: Junjie Gao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 307d0bb - Browse repository at this point
Copy the full SHA 307d0bbView commit details
Commits on May 12, 2023
-
ci: update release ci to use macOS (#110)
The binaries for macOS cannot be executed without macOS codesign, so optimize the pipeline to include codesign. - Updated CI to build binaries on Linux and codesign on macOS - Use Github Artifact store temporary files between jobs. The retention time is 1 day. Example release: https://github.com/JeyJeyGao/notation-azure-kv/releases/tag/v1.0.46 Example action: https://github.com/JeyJeyGao/notation-azure-kv/actions/runs/4948193196 Test: - Linux x64 bianry - Windows x64 binary - macOS arm64 bianry - macOS x64 bianry Signed-off-by: Junjie Gao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e919142 - Browse repository at this point
Copy the full SHA e919142View commit details
Commits on May 16, 2023
-
fix: check command before read input (#112)
Fix: - before the fixing, the plugin needs to read the input before check the command name - after the fixing, the plugin check the command name before reading the input Signed-off-by: Junjie Gao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d49ee99 - Browse repository at this point
Copy the full SHA d49ee99View commit details
Commits on May 24, 2023
-
fix: optimize the error message for unmatchable certificate bundle (#113
) Fix: - optimize the error message for unmatchable certificate bundle (correct DNs but incorrect public key) - optimize error message for partial chain Test: Previous error message: ```json { "errorCode": "ERROR", "errorMessage": "Error occurred during a cryptographic operation." } ``` Current error message: ```json { "errorCode": "VALIDATION_ERROR", "errorMessage": "Failed to build the X509 chain. Error occurred during a cryptographic operation. The certificate bundle is unreadable. Please ensure the certificate bundle matches the specific certifcate." } ``` Resolves #114 Signed-off-by: Junjie Gao <[email protected]> --------- Signed-off-by: Junjie Gao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b284687 - Browse repository at this point
Copy the full SHA b284687View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.0-rc.1...v1.0.0-rc.2