-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.4.41 #582
Merged
Merged
v0.4.41 #582
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* document release process * imls for tools * ensure example's main in good state before publish
* deterministic serialization of Rules2 * add some comments on serialization
* improve main README * provide some more security documentation * Update docs/faq-security.md Co-authored-by: aperez-worklytics <[email protected]> * Update docs/aws/authentication-authorization.md Co-authored-by: aperez-worklytics <[email protected]> --------- Co-authored-by: aperez-worklytics <[email protected]>
* reformat Jira cloud docs * alignment * more alignment * add zoom screenshot * zoom docs alignment * jira note on needing a terminal
* matrix build for java 21 * lombok upgraded to support jdk 21 * upgrade version numbers to fix refs to v21 * try upgrade junit, mockito * fix build * revert mocks to subclasses as needed * try to fail back mockito behavior to keep java 11, 8 working * standard build to java 21 * fix java version check * upgrade apache commons lang3 * update workflows * update README * stronger java check, doc prereqs * strengthen prereq check * comment out 20, as can't fix it * stop caching mvn packages and see if works * fix indent * get rid of skipping processing of dependencies * add back clearing of mvn repo of our own artifacts, in case a problem * stop tests of 18,19,20 * recover more sensible workflows
* fill h_4 with default pseudonyms * wip of fixing tests, migrating examples to non-legacy pseudonyms * revert dbx example to original * fix lots of examples * fix dbx example * fix more test cases * fix more test cases * fix rest of test cases * fix test case
* more comments on Endpoint * connector doc improvements
* add PSEUDONYMIZE_APP_IDS value to health check, if set * simplify version handling in health checks, improve tests * health check logs less verbose, as otherwise confuses people * unused variable in tests * revert version target * remove multi-line strings, to preserve java 11 source compatibility atm * fix test case * switch-up mockito version, try to downgrade in java8 case * disable java8 build * try to fix java tests across platforms * allow manual trigger of java8 workflow
Co-authored-by: Erik Schultink <[email protected]>
* Allow customize github api host for supporting on prem versions * Updated readme * Fix broken link * Fix broken link
* update release refs to v0.4.41 * see if we can get all java versions passing * cleanup helper script for gcp * avoid version pin in gcp-psoxy-bulk * fix roles cleanup * enable compute API * mention that compute API will be enabled * document changelog * drop google workspace title by default * fix tests for no app id case * fix bad numeric perms; i blame copilot * change file extensions, so usage is clear even if perms not set correctly (which have seen in some contexts, perhaps user-level perms when running init)
P-A-R-U-S
approved these changes
Nov 23, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved. Tests passed.
aperez-worklytics
approved these changes
Nov 23, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v0.4.41 back to main
Next steps:
Publish the release:
./tools/release/publish.sh v0.4.41
Update example templates to point to it:
./tools/release/example.sh . aws-all ~/psoxy-example-aws
./tools/release/example.sh . gcp ~/psoxy-example-gcp