-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat(ci): make e2e test workflow reusable #365
Merged
Merged
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
jakedoublev
force-pushed
the
feat/e2e-ci
branch
from
September 6, 2024 18:40
7137b74
to
3671a70
Compare
jrschumacher
approved these changes
Sep 6, 2024
jakedoublev
pushed a commit
that referenced
this pull request
Sep 12, 2024
🤖 I have created a release *beep* *boop* --- ## [0.13.0](v0.12.2...v0.13.0) (2024-09-12) ### Features * add cli test mode and profile tests ([#313](#313)) ([e0bc183](e0bc183)) * **ci:** make e2e test workflow reusable ([#365](#365)) ([d94408c](d94408c)) * **ci:** namespaces e2e tests and test suite improvements ([#351](#351)) ([ce28555](ce28555)) * **ci:** reusable platform composite action in e2e tests ([#369](#369)) ([f7d5a1c](f7d5a1c)) * **core:** add ecdsa-binding encrypt flag ([#360](#360)) ([8702ec0](8702ec0)) * **core:** adds missing long manual output docs ([#362](#362)) ([8e1390f](8e1390f)), closes [#359](#359) * **core:** kas-grants list ([#346](#346)) ([7f51282](7f51282)), closes [#253](#253) ### Bug Fixes * **ci:** e2e workflow should be fully reusable ([#368](#368)) ([cc1e2b9](cc1e2b9)) * **ci:** enhance lint config and resolve all lint issues ([#363](#363)) ([5c1dbf1](5c1dbf1)) * **core:** GOOS, error message fixes ([#378](#378)) ([623a82a](623a82a)), closes [#380](#380) * **core:** metadata rendering cleanup ([#293](#293)) ([ed21f81](ed21f81)) * **core:** wire attribute value FQNs to encrypt ([#370](#370)) ([21f9b80](21f9b80)) * refactor to support varying print output ([#350](#350)) ([d6932f3](d6932f3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
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.
Related to #347