This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
Releases: Orange-OpenSource/nifikop
Releases · Orange-OpenSource/nifikop
v0.6.1-release
New features
- PR #97 - [Operator/NifiCluster] Add ability to o define the maximum number of threads for timer driven processors available to the system.
- PR #98 - [Operator/NifiCluster] Add empty_dir volume for
/tmp
dir. - PR #93 - [Helm Chart] Included securityContext and custom service account in helm chart for NiFiKop deployment.
- PR #100 - [Helm Chart] Add nodeSelector, affinty and toleration in helm chart for NiFiKop deployment.
v0.6.0-release
Added
- PR #86 - [Operator/Debugging] Add events and improve HTTP calls error message
- PR #87 - [Operator/Configuration] Allow to override the
.properties
files using a config map and/or a secret. - PR #87 - [Operator/Configuration] Allow to replace the
logback.xml
andbootstrap_notification_service.xml
files using a config map or a secret. - PR #88 - [Operator/Monitoring] By choosing
prometheus
as type for an internal service in a NiFiCluster resource, the operator automatically creates the associatedreporting task
.
Changed
- PR #85 - [Operator/Dependencies] Upgrade cert-manager & operator sdk dependencies
- PR #87 - [Operator/Configuration] The node configuration files are no more stored in a configmap, but in a secret.
Deprecated
- PR #85 - [Operator/Finalizers] The finalizer name format suggested by Kubernetes docs is /, while the format previously documented by Operator SDK docs was .. If your operator uses any finalizers with names matching the incorrect format, change them to match the official format. For example, finalizer.nifiusergroups.nifi.orange.com should be changed to nifiusergroups.nifi.orange.com/finalizer.
Fixed Bugs
- PR #87 - [Operator/Configuration] Since the v0.5.0 the operator doesn't catch certain resource changes, due to bad copy of resource, this issue avoid rolling upgrage trigger when some configuration changes.
v0.5.3-release
v0.5.2-release
Fixed Bugs
- PR #70 - [Operator/NifiCluster] Rework DNS names generation to fix non headless mode.
v0.5.1-release
New features
- PR #61 - [Operator/NifiCluster] Replace hardcoded FSGroup (1000) with property (Implemented by @Made-With-Care in PR #61)
Fixed Bugs
- PR #61 - [Operator/NifiCluster] Fix external service annotations (merge maps require a point for destination field)
v0.5.0-release
Added
- PR #55 - [Operator/NifiCluster] Add the ability to define additional sidecar to each NiFi nodes.
- PR #59 - [Operator/NifiCluster] Give the ability to define kubernetes services to expose the NiFi cluster.
- PR #55 - [Documentation] Upgdrade to Docusaurus 2.0.0-alpha70 and enable versioned feature.
Removed
- PR #59 - [Operator/NifiCluster] No more default service to expose the NiFi cluster, you have to explicitly define ExternalService.
Fixed Bugs
v0.4.3-release
Added
- PR #53 - [Operator/NifiUser] Cert-manager integration can now be disabled (it's still required for secured cluster).
Changed
- PR #53 - [Operator] Upgrade operator-sdk from v0.18.0 to v.1.3.0, which upgrade k8s dependencies to 0.19.4 and migrate to Kubebuilder aligned project layout.
- PR #53 - [CI] Update steps with new Makefile commands.
Deprecated
- PR #53 - [Operator/CRD] No more support for Kubernetes cluster under version 1.16 (we no longer provide crds in version v1beta1)
Fixed Bugs
v0.4.2-alpha-release
New features
- PR #41 - [Operator/NifiUser] Manage NiFi's users into NiFi Cluster
- PR #41 - [Operator/NifiUserGroup] Manage NiFi's user groups into NiFi Cluster
- PR #41 - [Operator] Manage NiFi's access policies
- PR #41 - [Operator/NifiCluster] Create three defaults groups : admins, readers, nodes
- PR #41 - [Operator/NifiCluster] Add pod disruption budget support
Changed
- PR #41 - [Helm Chart] Add CRDs
- PR #41 - [Operator/NifiCluster] Manage default process group id if not defined, using the root process group one.
- PR #41 - [Operator/NifiCluster] Rename
zkAddresse
tozkAddress
Removed
- PR #41 - [Operator/NifiCluster] Remove
ClusterSecure
andSiteToSiteSecure
by only checking ifSSLSecret
is set.
Fixed Bugs
v0.4.1-alpha-release
New features
- PR #41 - [Operator/NifiUser] Manage NiFi's users into NiFi Cluster
- PR #41 - [Operator/NifiUserGroup] Manage NiFi's user groups into NiFi Cluster
- PR #41 - [Operator] Manage NiFi's access policies
- PR #41 - [Operator/NifiCluster] Create three defaults groups : admins, readers, nodes
- PR #41 - [Operator/NifiCluster] Add pod disruption budget support
Changed
- PR #41 - [Helm Chart] Add CRDs
- PR #41 - [Operator/NifiCluster] Manage default process group id if not defined, using the root process group one.
- PR #41 - [Operator/NifiCluster] Rename
zkAddresse
tozkAddress
Removed
- PR #41 - [Operator/NifiCluster] Remove
ClusterSecure
andSiteToSiteSecure
by only checking ifSSLSecret
is set.
Fixed Bugs
- PR #30 - [Documentation] Fix getting started
v0.4.0-alpha-release
New features
- PR #41 - [Operator/NifiUser] Manage NiFi's users into NiFi Cluster
- PR #41 - [Operator/NifiUserGroup] Manage NiFi's user groups into NiFi Cluster
- PR #41 - [Operator] Manage NiFi's access policies
- PR #41 - [Operator/NifiCluster] Create three defaults groups : admins, readers, nodes
- PR #41 - [Operator/NifiCluster] Add pod disruption budget support
Changed
- PR #41 - [Helm Chart] Add CRDs
- PR #41 - [Operator/NifiCluster] Manage default process group id if not defined, using the root process group one.
- PR #41 - [Operator/NifiCluster] Rename
zkAddresse
tozkAddress
Removed
- PR #41 - [Operator/NifiCluster] Remove
ClusterSecure
andSiteToSiteSecure
by only checking ifSSLSecret
is set.
Fixed Bugs
- PR #30 - [Documentation] Fix getting started