From 951830c558bbaf65a3d2657c5e05d05e909927a9 Mon Sep 17 00:00:00 2001 From: gibsondan Date: Thu, 5 Sep 2024 11:15:54 -0500 Subject: [PATCH] Add k8s pipes fix to changelog (#24254) Summary: Hoping to just catch the last train out with this change. Test Plan: BK ## Summary & Motivation ## How I Tested These Changes ## Changelog [New | Bug | Docs] > Replace this message with a changelog entry, or `NOCHANGELOG` --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index a6fe55f753115..a559d21971cca 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -28,6 +28,7 @@ - [dagster-dbt] fix bug where empty newlines in raw dbt logs were not being handled correctly. - [dagster-k8s, dagster-celery-k8s] Correctly set `dagster/image` label when image is provided from `user_defined_k8s_config`. (Thanks, [@HynekBlaha](https://github.com/HynekBlaha)!) - [dagster-duckdb] Fixed an issue for DuckDB versions older than 1.0.0 where an unsupported configuration option, `custom_user_agent`, was provided by default +- [dagster-k8s] Fixed an issue where Kubernetes Pipes failed to create a pod if the op name contained capital or non-alphanumeric containers. ### Deprecations