Changelog¶
8.1.0 - Release Date: [2024-10-25]¶
๐งช Dependencies¶
- Upgrade typer to support union types - #533
๐ Miscellaneous¶
- Extend StreamsBootstrap model - #534
8.0.1 - Release Date: [2024-08-22]¶
๐ Documentation¶
- Fix changelog in docs - #532
8.0.0 - Release Date: [2024-08-21]¶
๐๏ธ Breaking changes¶
- Make KafkaApp responsible for deploying/cleaning streams bootstrap components - https://github.com/bakdata/kpops/pull/522
- Rename role to label - https://github.com/bakdata/kpops/pull/525
- Fix Pyright warning about type override without default value - https://github.com/bakdata/kpops/pull/524
- Remove -v3 suffix and suffix old streams bootstrap with -v2 - https://github.com/bakdata/kpops/pull/526
๐ Features¶
- Add support for streams-bootstrap v3 - https://github.com/bakdata/kpops/pull/519
๐ญ Refactor¶
- Rename role to label - https://github.com/bakdata/kpops/pull/525
- Fix Pyright warning about type override without default value - https://github.com/bakdata/kpops/pull/524
7.1.0 - Release Date: [2024-08-15]¶
๐งช Dependencies¶
- Update pytest - #527
๐ญ Refactor¶
-
Improve incomplete type hints - #515
-
Fallback to user defined model when the validation of cluster model fails - #521
-
Replace kubernetes-asyncio with lightkube - #517
๐ Miscellaneous¶
- Fix incorrect parameter type annotation - #523
7.0.0 - Release Date: [2024-07-23]¶
๐๏ธ Breaking changes¶
-
Automatic loading of namespaced custom components - #500
-
Call destroy from inside of reset or clean - #501
-
Rename app field - #506
๐ Features¶
- clean/reset streams-bootstrap components with cluster values - #498
๐ญ Refactor¶
6.1.0 - Release Date: [2024-07-09]¶
๐ Features¶
๐ญ Refactor¶
- Improve dataclass instance check - #507
6.0.2 - Release Date: [2024-07-04]¶
๐ Documentation¶
- Generate developer docs for Python API - #503
๐ Miscellaneous¶
- Update codeowners - #504
6.0.1 - Release Date: [2024-06-12]¶
๐ Fixes¶
- Fix connector resetter offset topic - #497
6.0.0 - Release Date: [2024-06-06]¶
๐๏ธ Breaking changes¶
- KPOps
6.0.0
- #496
๐ Features¶
- KPOps
6.0.0
- #496
๐ญ Refactor¶
- KPOps
6.0.0
- #496
5.1.1 - Release Date: [2024-05-22]¶
๐ Fixes¶
- Add YAML separator (---) to stdout - #491
5.1.0 - Release Date: [2024-05-22]¶
๐ Miscellaneous¶
- Add computed field for Helm release name and name override - #490
5.0.1 - Release Date: [2024-05-15]¶
๐ Fixes¶
- Fix missing await on Kubernetes API - #488
5.0.0 - Release Date: [2024-05-02]¶
๐๏ธ Breaking changes¶
- Allow custom timeout for external services - #485
๐ Miscellaneous¶
- Update examples for v4 - #486
4.2.1 - Release Date: [2024-04-25]¶
๐ Features¶
- Add support for cleaning StatefulSets with PVCs - #482
4.2.0 - Release Date: [2024-04-25]¶
๐ญ Refactor¶
- Improve type annotations for parallel pipeline jobs - #476
๐ Miscellaneous¶
-
Update Ruff - #475
-
Set Pyright to warn on unknown types - #480
-
Quiet faker debug logs in tests - #483
-
Add pyright matcher - #481
4.1.2 - Release Date: [2024-03-11]¶
๐ Documentation¶
- fix(docs): Correct
from.components.<component-name>.type
to input - #473
4.1.1 - Release Date: [2024-03-11]¶
๐ Fixes¶
- Fix import errors - #472
๐ญ Refactor¶
- Fix import errors - #472
๐ Miscellaneous¶
- Update httpx - #471
4.1.0 - Release Date: [2024-03-07]¶
๐ Documentation¶
- Document precedence between env vars and config.yaml - #465
๐ Miscellaneous¶
- Create init command - #394
4.0.2 - Release Date: [2024-03-04]¶
๐ Documentation¶
- Reference editor plugin for Neovim in docs - #464
๐ Miscellaneous¶
-
Add support for Python 3.12 - #467
-
Update Pyright - #468
-
Remove package classifiers that are automatically assigned by Poetry - #469
-
Validate autoscaling mandatory fields when enabled - #470
4.0.1 - Release Date: [2024-02-29]¶
๐ Fixes¶
- Set supported Python cutoff to 3.11 - #466
4.0.0 - Release Date: [2024-02-27]¶
๐๏ธ Breaking changes¶
- Distribute defaults across multiple files - #438
๐ Features¶
- Distribute defaults across multiple files - #438
3.2.4 - Release Date: [2024-02-26]¶
๐ Fixes¶
-
Fix docs CI to include the latest changes to a tagged version in the changelog - #459
-
Fix tempfile creation - #461
-
Fix symbolic link to CONTRIBUTING.md and parallel option in action.yaml - #462
๐ญ Refactor¶
๐ Documentation¶
- Fix docs CI to include the latest changes to a tagged version in the changelog - #459
3.2.3 - Release Date: [2024-02-19]¶
๐ Fixes¶
- Trim and hash Helm name override to 63 characters - #456
3.2.2 - Release Date: [2024-02-12]¶
๐ Fixes¶
- Fix nested substitution - #451
3.2.1 - Release Date: [2024-02-08]¶
๐ Fixes¶
-
Fix order of pipeline steps for clean/reset - #450
-
Fix substitution - #449
-
Fix cleaner inheritance, parent model should be aliased during instantiation - #452
๐ญ Refactor¶
- Simplify execution graph logic - #446
3.2.0 - Release Date: [2024-02-01]¶
๐ Features¶
- Refactor pipeline filter and add to public API - #405
๐ญ Refactor¶
-
Refactor enrichment using Pydantic model validator - #444
-
Refactor pipeline filter and add to public API - #405
๐ Documentation¶
- Improve Sphinx docs highlighting using RST markup - #443
3.1.0 - Release Date: [2024-01-30]¶
๐ Features¶
- Add support for pipeline steps parallelization - #312
๐ Fixes¶
- Update poetry publish workflow version to latest - #430
๐ญ Refactor¶
- Simplify loading of defaults - #435
๐ Miscellaneous¶
-
Add custom PascalCase to snake_case alias generator - #436
-
Add parallel flag support to kpops runner - #439
3.0.2 - Release Date: [2024-01-23]¶
๐ Fixes¶
- Fix Helm diff output - #434
๐ Documentation¶
- Add step for submodule initialization on the docs - #431
๐ Miscellaneous¶
-
Add message if examples git submodule is not initialized - #432
-
Update type annotation for deserialized pipeline - #433
3.0.1 - Release Date: [2024-01-19]¶
๐ Fixes¶
๐ Documentation¶
-
Update docs of word-count example for v3 & new folder structure - #423
-
Move ATM fraud to examples repo - #425
-
Fix broken doc link - #427
๐ Miscellaneous¶
3.0.0 - Release Date: [2024-01-17]¶
๐๏ธ Breaking changes¶
-
Move GitHub action to repository root - #356
-
Make Kafka REST Proxy & Kafka Connect hosts default and improve Schema Registry config - #354
-
Create HelmApp component - #370
-
Change substitution variables separator to
.
- #388 -
Refactor pipeline generator & representation - #392
-
Define custom components module & pipeline base dir globally - #387
-
Use hash and trim long Helm release names instead of only trimming - #390
-
Refactor generate template for Python API usage - #380
-
Namespace substitution vars - #408
-
Refactor streams-bootstrap cleanup jobs as individual HelmApp - #398
-
Refactor Kafka Connector resetter as individual HelmApp - #400
-
Fix wrong Helm release name character limit - #418
๐ Features¶
๐ Fixes¶
-
Fix missing component type in pipeline schema - #401
-
Fix enrichment of nested Pydantic BaseModel - #415
-
Fix wrong Helm release name character limit - #418
-
Update release workflow template to support custom changelog file path - #421
๐งช Dependencies¶
- Migrate to Pydantic v2 - #347
๐ญ Refactor¶
-
Make Kafka REST Proxy & Kafka Connect hosts default and improve Schema Registry config - #354
-
Migrate to Pydantic v2 - #347
-
Refactor pipeline generator & representation - #392
-
Use hash and trim long Helm release names instead of only trimming - #390
-
Refactor Helm
nameOverride
- #397 -
Mark component type as computed Pydantic field - #399
-
Refactor generate template for Python API usage - #380
-
Support multiple inheritance for doc generation - #406
-
Refactor streams-bootstrap cleanup jobs as individual HelmApp - #398
-
Refactor Kafka Connector resetter as individual HelmApp - #400
๐ Documentation¶
-
Move GitHub action to repository root - #356
-
Create HelmApp component - #370
-
Update docs for substitution variable usage in v3 - #409
-
Support multiple inheritance for doc generation - #406
-
Update docs for v3 - #416
-
Update tests resources - #417
-
Summarize all breaking changes in diffs at the top of the migration guide - #419
๐ Miscellaneous¶
-
Replace black with ruff - #365
-
Add toml formatter to dprint - #386
-
Add malva to dprint - #385
-
Update KPOps runner with the new options - #395
-
Fix KPOps action to get package from testPyPI - #396
-
KPOps 3.0 - #420
2.0.11 - Release Date: [2023-10-24]¶
๐ Fixes¶
๐ Documentation¶
-
Migrate deprecated mkdocs-material-extensions - #378
-
Fix docs setup page list indentation - #377
-
Exclude resources from docs search - #371
2.0.10 - Release Date: [2023-10-12]¶
๐ Miscellaneous¶
-
Fix environment variables documentation generation - #362
-
Introduce ruff - #363
-
Print details on connector name mismatch error - #369
-
Enable transparent OS environment lookups from internal environment - #368
2.0.9 - Release Date: [2023-09-19]¶
๐ Fixes¶
- Fix Kafka connect config name for deletion - #361
๐ Documentation¶
- Fix link to kpops-examples - #357
2.0.8 - Release Date: [2023-09-06]¶
๐ Fixes¶
- Fix config.yaml overriding environment variables - #353
๐ญ Refactor¶
2.0.7 - Release Date: [2023-08-31]¶
๐ Fixes¶
- Print only rendered templates when
--template
flag is set - #350
๐ Documentation¶
- Add migration guide - #352
2.0.6 - Release Date: [2023-08-30]¶
๐ญ Refactor¶
- Simplify deployment with local Helm charts - #349
2.0.5 - Release Date: [2023-08-30]¶
๐ Fixes¶
- Fix versioning of docs when releasing - #346
2.0.4 - Release Date: [2023-08-29]¶
๐ Fixes¶
- Fix GitHub ref variable for pushing docs to main branch - #343
๐ Documentation¶
-
Add
dprint
as the markdown formatter - #337 -
Publish pre-release docs for PRs & main branch - #339
-
Align docs colours - #345
๐ Miscellaneous¶
- Exclude abstract components from pipeline schema - #332
2.0.3 - Release Date: [2023-08-24]¶
๐ Fixes¶
- Fix GitHub action error in non-Python projects - #340
๐ Miscellaneous¶
- Lint GitHub action - #342
2.0.2 - Release Date: [2023-08-23]¶
๐ Documentation¶
-
Add version dropdown to the documentation - #336
-
Break the documentation down into smaller subsection - #329
2.0.1 - Release Date: [2023-08-22]¶
๐ Fixes¶
- Fix optional flags in GitHub action - #334
2.0.0 - Release Date: [2023-08-17]¶
๐๏ธ Breaking changes¶
-
Remove camel case conversion of internal models - #308
-
Derive component type automatically from class name - #309
-
Refactor input/output types - #232
-
v2 - #321
๐ Features¶
-
Automatically support schema generation for custom components - #307
-
Derive component type automatically from class name - #309
๐ญ Refactor¶
- Refactor input/output types - #232
๐ Documentation¶
- Fix editor integration example in docs - #273
1.7.2 - Release Date: [2023-08-16]¶
๐ญ Refactor¶
- Refactor Kafka Connect handler - #322
๐ Documentation¶
-
Add KPOps Runner GitHub Action to the documentation - #325
-
Remove
:type
and:rtype
from docstrings - #324
1.7.1 - Release Date: [2023-08-15]¶
๐ Documentation¶
-
Modularize and autogenerate examples for the documentation - #267
-
Update the variable documentation - #266
1.7.0 - Release Date: [2023-08-15]¶
๐ Features¶
- Add flag to exclude pipeline steps - #300
1.6.0 - Release Date: [2023-08-10]¶
๐ญ Refactor¶
- Refactor handling of Helm flags - #319
1.5.0 - Release Date: [2023-08-10]¶
๐ Features¶
- Refactor Helm wrapper and add
--set-file
flag - #311
๐ญ Refactor¶
-
Refactor Helm wrapper and add
--set-file
flag - #311 -
Set default for ToSection topics - #313
-
Annotate types for ToSection models mapping - #315
๐ Miscellaneous¶
- Check Poetry lock file consistency - #316
1.4.0 - Release Date: [2023-08-02]¶
๐ Fixes¶
- Validate unique step names - #292
๐ญ Refactor¶
-
Order PipelineComponent fields - #290
-
Migrate requests to httpx - #302
-
Refactor CLI using dtyper - #306
๐ Miscellaneous¶
-
Update Black - #294
-
Fix vulnerability in mkdocs-material - #295
-
Move breaking changes section upper in the change log config - #287
1.3.2 - Release Date: [2023-07-13]¶
๐ Fixes¶
- Exclude Helm tests from dry-run diff - #293
1.3.1 - Release Date: [2023-07-11]¶
๐ญ Refactor¶
- Remove workaround for pipeline steps - #276
๐ Miscellaneous¶
-
Update codeowners - #281
-
Reactivate Windows CI - #255
-
Downgrade Poetry version on the Windows CI pipeline - #286
-
Set ANSI theme for output of
kpops generate
- #289
1.3.0 - Release Date: [2023-07-07]¶
๐ญ Refactor¶
- Plural broker field in pipeline config - #278
๐ Documentation¶
- Update KPOps runner readme for dev versions - #279
๐๏ธ Breaking changes¶
- Plural broker field in pipeline config - #278
๐ Miscellaneous¶
- Add breaking changes section to change log config - #280
1.2.4 - Release Date: [2023-06-27]¶
๐ Miscellaneous¶
- Update changelog action to contain miscellaneous PRs - #269
1.2.3 - Release Date: [2023-06-22]¶
๐ Fixes¶
- Refactor custom component validation & hide field from kpops output - #265
๐ญ Refactor¶
- Refactor custom component validation & hide field from kpops output - #265
๐ Miscellaneous¶
1.2.2 - Release Date: [2023-06-21]¶
๐ Miscellaneous¶
-
Create workflow to lint CI - #260
-
Fix update docs when releasing - #261
-
Rename change log message for uncategorized issues - #262
1.2.1 - Release Date: [2023-06-21]¶
- Fix update docs in release workflow - #258
1.2.0 - Release Date: [2023-06-21]¶
๐ Features¶
- Add
helm repo update <repo-name>
for Helm >3.7 - #239
๐ Fixes¶
-
add --namespace option to Helm template command - #237
-
Add missing type annotation for Pydantic attributes - #238
-
Fix helm version check - #242
-
Fix Helm Version Check - #244
-
Fix import from external module - #256