Skip to content

plugins-source-k8s-v4.0.0

Choose a tag to compare

@cq-bot cq-bot released this 29 May 08:37
b801f8d

4.0.0 (2023-05-29)

⚠ BREAKING CHANGES

  • This release introduces an internal change to our type system to use Apache Arrow. This should not have any visible breaking changes, however due to the size of the change we are introducing it under a major version bump to communicate that it might have some bugs that we weren't able to catch during our internal tests. If you encounter an issue during the upgrade, please submit a bug report. You will also need to update destinations depending on which one you use:
    • Azure Blob Storage >= v3.2.0
    • BigQuery >= v3.0.0
    • ClickHouse >= v3.1.1
    • DuckDB >= v1.1.6
    • Elasticsearch >= v2.0.0
    • File >= v3.2.0
    • Firehose >= v2.0.2
    • GCS >= v3.2.0
    • Gremlin >= v2.1.10
    • Kafka >= v3.0.1
    • Meilisearch >= v2.0.1
    • Microsoft SQL Server >= v4.2.0
    • MongoDB >= v2.0.1
    • MySQL >= v2.0.2
    • Neo4j >= v3.0.0
    • PostgreSQL >= v4.2.0
    • S3 >= v4.4.0
    • Snowflake >= v2.1.1
    • SQLite >= v2.2.0

This Release has the Following Changes to Tables

  • Table k8s_core_nodes: column type changed from CIDRArray to list<item: inet, nullable> for spec_pod_cidrs (:warning: breaking)
  • Table k8s_core_nodes: column type changed from CIDR to inet for spec_pod_cidr (:warning: breaking)

Features

Bug Fixes

  • deps: Update module github.com/cloudquery/plugin-pb-go to v1.0.8 (#10798) (27ff430)
  • deps: Update module github.com/cloudquery/plugin-sdk/v3 to v3.6.7 (#11043) (3c6d885)