8000 Releases · fybrik/fybrik · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: fybrik/fybrik

v1.3.3

16 May 08:46
Compare
Choose a tag to compare

v1.3.2

23 Mar 09:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

09 Mar 11:07
Compare
Choose a tag to compare

The fix release

  • Keeps blueprint annotations upon update.

What's Changed

  • Add a mapping between Fybrik and airbyte-module versions by @revit13 in #2015
  • Add instructions for deployment of localstack on openshift in samples. by @revit13 in #2016
  • Keep blueprint annotations upon update by @shlomitk1 in #2019

Full Changelog: v1.3.0...v1.3.1

v1.3.0

05 Mar 13:23
Compare
Choose a tag to compare

Highlights

  • The taxonomy compilation commands were moved to a separate repository. The fybrik builds use a docker container to compile taxonomy. That allowed us to resolve several third-party dependencies conflicts and update:

    • goLang to 1.19
    • Open Policy Agent (OPA) to v0.48.0
    • Helm to v3.11.1
    • K8s apimachinery, apiserver, cli-runtime, and client-go to v0.26.0
    • K8s controller-runtime to v0.13.1

    These updates resolved a number of vulnerabilities.

  • Helm uninstall of previous fybrik releases left “orphan” leader election ConfigMap and Lease. This behavior is fixed by the current release.

  • This release allows deployment of Fybrik Internals CRs (plotter and blueprints) and user-faced CRs (fybrikmodules, fybrikstorageaccount) into separate namespaces.

  • Implement StorageManager

    • support S3 by minio API
    • support mySQL
  • When no policy could be applied to a request, previous Fybrik versions returned Deny. Now it was changed to Allow and can be configured.

  • Improved error messages propagating from connectors to fybrik application, and added separate handling to the 403/404 response codes.

  • Documentation fixes.

What's Changed

Read more

v1.2.1

16 Jan 10:51
50e7cf9
Compare
Choose a tag to compare

Highlights

  • fixes security alerts by updating third party dependencies
  • fixes documentations
  • fixes Optimizer deployment on MAC

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

23 Nov 09:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v1.2.0

v1.1.0

31 Aug 05:59
Compare
Choose a tag to compare

Highlights

  • Added liveness and readiness probes to the manager
  • Added an option to provide the Secret information to the data connector, when vault is turned off
  • Replaced the wait flag in the helm operations by a configurable polling interval
  • TLS configuration was improved
  • Number of code and documentation fixes.

What's Changed

  • Added version check when installing tools by @Raviv-S in #1624
  • Fix attribute instance name by @shlomitk1 in #1681
  • Fix a misleading statement in the manager-deployment.yaml` file by @revit13 in #1676
  • Bump actions/setup-python from 4.1.0 to 4.2.0 by @dependabot in #1663
  • TLS support requirements by @roytman in #1668
  • Refactor TLS code. by @revit13 in #1637
  • give access to vault secrets to pods in the fybrik-system namespace by @cdoron in #1687
  • Replace the wait flag in the helm operations by a configurable polling interval by @revit13 in #1666
  • Remove any reference to protos and GRPC by @revit13 in #1686
  • Minor fix to hack/tools/common.sh by @revit13 in #1690
  • Remove the property creationTimestamp from the yaml file of the CRDs by @Mohammad-nassar10 in #1688
  • Fix "connection closed before server preface receive" error in notebo… by @revit13 in #1693
  • Issue #1589: documentation for optimizer by @zivnevo in #1633
  • Change tls container port in the connectors deployment. by @revit13 in #1698
  • Provide the Secret information to data connector, when vault is turne… by @revit13 in #1684
  • Update site/docs/concepts/connectors.md regarding control plane secur… by @revit13 in #1699
  • Bump bluwy/substitute-string-action from 1 to 2 by @dependabot in #1701
  • Optimizer documentation by @shlomitk1 in #1616
  • Preserve logging format in manager by @shlomitk1 in #1697
  • Fix dirSize limits by @roytman in #1706
  • Add liveness and readiness probes to the manager by @shlomitk1 in #1703
  • Adding hyperlinks for missing request objects to REST APIs by @rohithdv in #1694
  • git command does not return the latest stable version by @rohithdv in #1707
  • Explanations on how to run openmetadata on kind by @cdoron in #1700
  • increase livenessProbe.initialDelaySeconds for localstack installation by @roytman in #1709

Full Changelog: v1.0.1...v1.1.0

v1.0.1

03 Aug 12:27
Compare
Choose a tag to compare

Highlights

Version 1.0.1 of Fybrik is a major milestone. New functionality was added, performance improvements were made, documentation was improved, and bugs were squashed.

Fybrik CRDs apiVersion was promoted to v1.beta1 and its backward compatibility will be supported.

Please note: Fybrik version 1.0.0 does not provide backward compatibility to version 0.7 and versions 0.6.x ( There was no version 0.8 nor version 0.9)

Backward Compatibility

The following require changes when you upgrade from version 0.7 to version 1.0.0.
Changes to infrastructure.json. Metrics instances separate from the attributes were added so they can be referenced from multiple infrastructure attributes.

Due to a lack of backward compatibility, the previous Fybrik version should be uninstalled before the installation of this version.

Features Added

  • Soft policies - i.e. IT config policies that enable an IT admin to indicate how to optimize the use of the infrastructure
  • Optimizer that determines the optimal data path based on governance decisions, soft and hard IT config policies, workload context, and dataset context
    • Fybrik deployment now includes a constraint-solving engine
    • Known limitations:
      • Optimization is done for a given workload and a given dataset. Optimization across datasets in workload is future work, as is optimization across workloads
      • Documentation in fybrik website has not yet been completed for soft policies nor for how to configure the optimizer. Will be released soon in a patch of version 1.0.0.
  • Increased security between Fybrik manager and its connectors. Communications with data catalog connectors and policy connectors might be via Transport Layer Security (TLS) and optionally with mutual TLS PR 1587

Key Issues Fixed

  • Fybrik stores configuration and temporary files in the local file-system, which prevented in the past to configure the managers pod file system as read-only. This release fixed this limitation PR 1512
  • Improved performance by removing excess reconciles in FybrikApplication, and removing blueprint polling in single cluster deployements PR 1613; PR 1611
  • Improve performance by removing redundant code and duplicate HELM operation PR 1561

What's Changed

Full Changelog: v0.7.0...v1.0.1

v0.6.8

27 Jun 05:11
c8ecad2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.7...v0.6.8

v0.6.7

15 Jun 13:37
a19724f
Compare
Choose a tag to compare

Fix security vulnerabilities in the third party dependencies

What's Changed

Full Changelog: v0.6.6...v0.6.7

0