Skip to content

Releases: konpyutaika/nifikop

v1.2.0-release

25 Jul 15:21
36f81b3
Compare
Choose a tag to compare

Added

  • PR #258 - [Helm Chart] Upgraded helm-deployed HPA to v2 and added flowPosition to NiFiDataflow.
  • PR #269 - [Operator/NifiCluster] Added ability to attach labels and annotations to PVCs that nifikop creates.

Changed

  • PR #257 - [Operator] Updated the operator-sdk to 1.28.0.
  • PR #263 - [NiGoApi] Upgrade nigoapi to v0.0.8.
  • PR #263 - [Operator] Upgrade golang to 1.20.5.
  • PR #266 - [Operator] Add AuthenticationStrategy, ManagerDn, ManagerPassword, IdentityStrategy properties for LDAP integration.
  • PR #276 - [Operator] Upgrade golang to 1.20.6.

v1.1.1-release

14 Apr 19:39
57aefba
Compare
Choose a tag to compare

Added

  • PR #244 - [Operator] Updated the go version in nifikop to 1.20.

  • PR #141 - [Helm Chart] Added nifi-cluster helm chart.

Fixed Bugs

  • PR #243 - [Operator] Re-Fixed bug where an incorrect condition was used to determine whether or not to substitute a custom authorizers template.
  • PR #245 - [Operator] Added staticcheck linting and go vuln scanning to Makefile. Fixed all linting issues with operator

v1.1.0-release

20 Mar 20:20
ac41af3
Compare
Choose a tag to compare

Added

  • PR #220 - [Operator/NifiCluster] Made Pod readiness and liveness checks configurable.
  • PR #218 - [Operator] Add cross-platform support to nifikop docker image.

Changed

  • PR #236 - [Operator] Fixed issue where operator would infinitely retry requests if it cannot find Dataflow/ParameterContext update & drop requests.

Fixed Bugs

  • PR #223 - [Operator] Fixed bug where an incorrect condition was used to determine whether or not to substitute a custom authorizers template.

v1.0.0-release

19 Nov 16:28
ceca068
Compare
Choose a tag to compare

Changed

  • PR #190 - [CRDs] Migrate v1alpha1 to v1

v0.16.0-release

17 Nov 15:01
0ea1ffc
Compare
Choose a tag to compare

Added

  • PR #202 - [Operator] Updated the go version in nifikop to 1.19.
  • PR #208 - [Operator] Updated the cert-manager lib version to v1.10.0.

Changed

  • PR #205 - [Operator] Updated operator-sdk to v1.25.2.

Fixed Bugs

  • PR #195 - [Helm Chart] Fixed bug where default metrics port collided with default health probe port.
  • PR #210 - [NifiUser] Fixed issue where NifiUser Certificate and Secret resources get re-created after the NifiUser has been marked for deletion and removed. This is most noticeable when deploying NiFi clusters via ArgoCD.

v0.15.0-release

27 Oct 09:48
7a60b4e
Compare
Choose a tag to compare

Added

  • PR #165 - [NifiParameterContext] Add parameter context inheritance.

Changed

  • PR #165 - [NiGoApi] Update NiGoApi dependence.

Fixed Bugs

  • PR #189 - [Operator] Fixed issue where nifikop's zookeeper init container would not tolerate multiple comma-delimited host:port pairs in the NifiCluster.Spec.ZkAddress configuration.

v0.14.1-release

22 Sep 15:28
f04bafd
Compare
Choose a tag to compare

Changed

  • PR #160 - [Documentation] Upgrade documentation dependencies.

Fixed Bugs

  • PR #174 - [Operator] Fix K8S version getting.

v0.14.0-release

26 Aug 16:55
f8ac329
Compare
Choose a tag to compare

Added

  • PR #138 - [Operator/NifiCluster] Add ability to configure the NiFi Load Balance port.
  • PR #144 - [Operator] Add automatic detection of k8s prior 1.21.
  • PR #153 - [Helm Chart] Added helm values to set common labels and annotations.

Changed

  • PR #142 - [Operator] Fixed issue where operator would modify NifiCluster and NifiDataflow status on every reconciliation loop unnecessarily.
  • PR #151 - [Operator] Fixed an issue where the controller logging erroneously appeared to all come from the same controller.

Fixed Bugs

  • PR #155 - [Operator] Removed instances where reconcile requeue didn't honor the interval time

v0.13.1-release

26 Aug 09:44
c9dda8f
Compare
Choose a tag to compare

Changed

  • PR #146 - [Operator/NifiCluster] Move from volume prefix to pvc label selection for deletion

v0.13.0-k8s-1.20-release

22 Aug 10:41
2ecd15a
Compare
Choose a tag to compare

Added

  • PR #89 - [Operator/NifiNodeGroupAutoscaler] Add NifiNodeGroupAutoscaler to automatically horizontally scale a NifiCluster resource via the Kubernetes HorizontalPodAutoscaler.