stackabletech / nifi-operator

A kubernetes operator for Apache NiFi
Other
28 stars 4 forks source link

Update built to 0.7.1 #574

Closed soenkeliebau closed 4 months ago

soenkeliebau commented 6 months ago

Description

This requires some code changes as well, as 0.7 contained breaking changes. This gets rid of GHSA-22q8-ghmq-63vf since the transitive dependency libgit2 is updated as well.

We can also revert some custom code that was used to pull variables from the env at build time, since built was unable to get them from the environment due to the way that build-rust-crate provisioned the environment.

Definition of Done Checklist

# Author
- [ ] Changes are OpenShift compatible
- [ ] CRD changes approved
- [ ] CRD documentation for all fields, following the [style guide](https://docs.stackable.tech/home/nightly/contributor/docs-style-guide).
- [ ] Helm chart can be installed and deployed operator works
- [ ] Integration tests passed (for non trivial changes)
- [ ] Changes need to be "offline" compatible
# Reviewer
- [ ] Code contains useful comments
- [ ] Code contains useful logging statements
- [ ] (Integration-)Test cases added
- [ ] Documentation added or updated. Follows the [style guide](https://docs.stackable.tech/home/nightly/contributor/docs-style-guide).
- [ ] Changelog updated
- [ ] Cargo.toml only contains references to git tags (not specific commits or branches)
# Acceptance
- [ ] Feature Tracker has been updated
- [ ] Proper release label has been added
lfrancke commented 4 months ago

Superseeded by other pRs