Releases: konpyutaika/nifikop
Releases · konpyutaika/nifikop
v1.14.1-release
Added
- PR #586 - [Documentation] Added NifiCluster examples for LDAP / OIDC / HTTP on NiFi 2.
Changed
- PR #585 - [Operator] Upgrade golang to 1.24.4.
Fixed Bugs
- PR #573 - [Helm Chart] Fixed template not resolving for service monitor.
- PR #576 - [Helm Chart] Fixed template not passing in webhook.enabled or certManager.enabled as arguments for the operator.
- PR #580 - [Operator/NifiCluster] Fixed deleted PVC detection.
- PR #581 - [Operator/NifiCluster] Removed duplicate property in LDAP configuration.
- PR #584 - [Operator/NifiDataflow] Fixed parent process group function.
v1.14.0-release
Added
- PR #500 - [Operator/NiFiCluster] Added support for Zarf patched container images.
- PR #525 - [Operator/NiFiCluster] Added support for IPv6 in
NifiCluster
. - PR #544 - [Helm Chart] Added additionnal envs.
- PR #553 - [Helm Chart] Added
Service Account
annotations and labels. - PR #555 - [Operator/NiFiDataflow] Added
displayName
optional field. - PR #562 - [Operator/NiFiCluster] Added
sessionAffinity
field in external service. - PR #564 - [Operator/NifiResource] Implementation of
NifiResource
controller. - PR #564 - [Operator/NiFiDataflow] Added
parentProcessGroupRef
optional field. - PR #570 - [Helm Chart] Added
tlsConfig
support for the Service Monitor and ability to use NiFi version 2 monitoring paths.
Changed
- PR #538 - [Operator] Upgrade golang to 1.24.2.
- PR #530 - [NiGoApi] Upgrade NiGoApi to v0.1.8.
- PR #557 - [Operator] Upgrade golang to 1.24.3.
Fixed Bugs
v1.13.0-release
Added
- PR #515 - [Helm Chart] Added SecurityContextContraints to enhance compatibility with Openshift Platform
- PR #519 - [Helm Chart] Added securityContext override to nifikop helm chart for increased compatibility with strict PSA enforcement.
Changed
- PR #511 - [Operator] Upgrade golang to 1.23.6.
- PR #517 - [Documentation] Update compatibility matrix.
- PR #520 - [Operator] Upgrade golang to 1.24.0.
- PR #521 - [Operator] Migrated nifikop to operator-sdk to v1.39.1.
- PR #526 - [Operator] Upgrade golang to 1.24.1.
- PR #530 - [NiGoApi] Upgrade NiGoApi to v0.1.6.
- PR #532 - [Documentation] Upgrade dependencies.
Fixed Bugs
v1.12.0-release
Added
- PR #476 - [Operator/NifiCluster] Added logic to include injected containers and init containers in desired pod spec.
- PR #493 - [Operator/NifiCluster] Added logic to rename/delete PVC.
Changed
- PR #476 - [Operator/NifiCluster] Move Zookeeper connectivity check from init container to main container.
- PR #491 - [Helm Chart] Added default namespace to configuration replacements.
- PR #501 - [Operator] Upgrade golang to 1.23.3.
- PR #502 - [NiGoApi] Upgrade NiGoApi to v0.1.5.
- PR #504 - [Documentation] Upgrade dependencies.
Fixed Bugs
- PR #476 - [Operator/NifiCluster] Fixed istio init race condition and pod reconciliation.
v1.11.4-release
Fixed Bugs
- PR #486 - [Operator/NifiUserGroup] Fixed policy creation/update on Root PG.
v1.11.3-release
v1.11.2-release
Added
- PR #476 - [Helm Chart] Added option in nifi-parameter-context helm chart to support setting
inheritedParameterContexts
. - PR #477 - [Documentation] Added compatibility matrix for NiFi Registry.
Changed
Fixed Bugs
- PR #477 - [Operator/NifiRegistryClient] Fixed registry update check to use url property.
v1.11.1-release
v1.11.0-release
Added
- PR #454 - [Helm Chart] Added options in nifi-cluster helm chart to support setting
clientType
,propagateLabels
,sidecarConfigs
,topologySpreadConstraints
andnifiControllerTemplate
on NiFiCluster CRD. - PR #455 - [Helm Chart] Added ability to configure
overrideSecretConfig
andoverrideConfigMap
fornifi.properties
in the nifi-cluster chart. - PR #439 - [Helm Chart] Handling the replicas attribute in the nifinodegroupautoscaler template in nifi-cluster helm chart.
- PR #450 - [Operator/NifiCluster] Added Kubernetes Clustering and State management.
Changed
- PR #449 - [Operator] Upgrade golang to 1.23.0.
- PR #465 - [Operator] Upgrade golang to 1.23.1.
- PR #465 - [Operator] Upgrade golang to 1.23.2.
- PR #466 - [Documentation] Upgrade dependencies.
- PR #450 - [Operator/NifiCluster] Changed default NiFi Configuration File from
flow.xml.gz
toflow.json.gz
.
Fixed Bugs
- PR #451 - [Operator] Fixed
nil pointer dereference
that occurred when logging failures without an underlying error.