Skip to content

feat: split release workflow into prepare and publish#1

Merged
Hweinstock merged 1 commit into
mainfrom
feature/split-release-workflow
Mar 9, 2026
Merged

feat: split release workflow into prepare and publish#1
Hweinstock merged 1 commit into
mainfrom
feature/split-release-workflow

Conversation

@Hweinstock

@Hweinstock Hweinstock commented Mar 9, 2026

Copy link
Copy Markdown
Owner

First version of splitting release workflow, merging into fork main for testing.

@Hweinstock Hweinstock merged commit d8d860f into main Mar 9, 2026
16 of 17 checks passed
Hweinstock pushed a commit that referenced this pull request Mar 11, 2026
…aws#290)

Bug #1 from issue aws#212: The _wrap_configuration method was crashing with
ValueError when trying to modify CUSTOM strategies with SELF_MANAGED
configuration type.

Root cause: The code attempted to convert override_type string to
OverrideType enum without handling the case where override_type is not
a valid enum value (e.g., 'SELF_MANAGED' which is a valid configuration
type but not in the OverrideType enum).

Fix: Add _try_get_override_type() helper method that safely converts
override_type to OverrideType enum, returning None for invalid values.
Update _wrap_configuration to use this helper and fall through to
pass-through behavior when override_enum is None or not in the
wrapper key dictionaries.

This allows CUSTOM strategies with SELF_MANAGED configuration to be
modified without crashing, with their configuration passed through
as-is (no special wrapping).

Fixes aws#212 (Bug #1)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant