Skip to content

feat: Add FIPS version#19676

Merged
kodiakhq[bot] merged 3 commits intomainfrom
chore/fips_test_plugin
Nov 25, 2024
Merged

feat: Add FIPS version#19676
kodiakhq[bot] merged 3 commits intomainfrom
chore/fips_test_plugin

Conversation

@erezrokah
Copy link
Copy Markdown
Member

@erezrokah erezrokah commented Nov 22, 2024

Summary

This PR is intended to add a FIPS version of the test source plugin, it works only for linux arm64 and amd64, since that's what boringcrypto supports.

Needs cloudquery/plugin-sdk#1974 for validation

@erezrokah erezrokah force-pushed the chore/fips_test_plugin branch from 96384c4 to a1e30ed Compare November 22, 2024 10:30
@erezrokah erezrokah marked this pull request as ready for review November 22, 2024 10:33
@erezrokah erezrokah requested review from a team, bbernays, marianogappa and murarustefaan and removed request for a team November 22, 2024 10:33
outputs:
plugin_name: ${{ steps.split.outputs.plugin_name }}
plugin_kind: ${{ steps.split.outputs.plugin_kind }}
plugin_version: ${{ steps.split.outputs.plugin_version }}-fips
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Notice we append -fips to the version here

@murarustefaan
Copy link
Copy Markdown
Member

I'd say let's wait and see whether @bernays is also ok with this approach.

@disq disq changed the title feat: ADD FIPS version feat: Add FIPS version Nov 22, 2024
@erezrokah erezrokah added the no automerge Block automatic merging label Nov 22, 2024
@erezrokah erezrokah added automerge Automatically merge once required checks pass and removed no automerge Block automatic merging labels Nov 25, 2024
@kodiakhq kodiakhq bot merged commit bcdf696 into main Nov 25, 2024
@kodiakhq kodiakhq bot deleted the chore/fips_test_plugin branch November 25, 2024 16:11
kodiakhq bot pushed a commit that referenced this pull request Nov 25, 2024
🤖 I have created a release *beep* *boop*
---


## [4.6.0](plugins-source-test-v4.5.5...plugins-source-test-v4.6.0) (2024-11-25)


### Features

* Add FIPS version ([#19676](#19676)) ([bcdf696](bcdf696))
* Add license information ([#19642](#19642)) ([a81edd6](a81edd6))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.69.0 ([#19677](#19677)) ([84cd7bd](84cd7bd))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
@erezrokah erezrokah mentioned this pull request Nov 25, 2024
erezrokah added a commit that referenced this pull request Nov 25, 2024
<!-- 🎉 Thank you for making CloudQuery awesome by submitting a PR 🎉 -->

#### Summary

Forgot the actual publishing part in
#19676, everything else
worked
https://github.com/cloudquery/cloudquery/actions/runs/12014258222/job/33489640405

Did an invisible change to the readme to trigger a new release

<!--
Use the following steps to ensure your PR is ready to be reviewed

- [ ] Read the [contribution
guidelines](https://github.com/cloudquery/cloudquery/blob/main/CONTRIBUTING.md)
🧑‍🎓
- [ ] Run `make lint` to ensure the proposed changes follow the coding
style 🚨 (install golangci-lint
[here](https://golangci-lint.run/usage/install/#local-installation))
- [ ] Run `make test` to ensure the proposed changes pass the tests 🧪
- [ ] If changing a source plugin run `make gen` to ensure docs are up
to date 📝
- [ ] Ensure the status checks below are successful ✅
--->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/ci area/plugin/source/test automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants