Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix!: remove deprecated runners_scale_up_Lambda_memory_size as it breaks CDKTF #4276

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

stefanrusu-loctax
Copy link
Contributor

Hi. Thanks for this module.

I come from a CDKTF shop. CDKTF basically has a code generator based on the HCL code which generates the appropriate objects and types.

TypeScript uses camel case as default convention for symbols so that code generator produces invalid code as both the current runners_scale_up_lambda_memory_size and the legacy runners_scale_up_Lambda_memory_size are converted to the same camel cased string and the TypeScript compiler rejects that code when imported as it contains duplicate symbols.

Removing this deprecated variable enables the CDKTF users who run into this problem to successfully use this module.

This is a breaking change but I don't know for how long you do keep deprecated vars.

@stefanrusu-loctax stefanrusu-loctax changed the title Remove deprecated runners_scale_up_Lambda_memory_size as it breaks CDKTF chore: remove deprecated runners_scale_up_Lambda_memory_size as it breaks CDKTF Nov 20, 2024
@npalm npalm changed the title chore: remove deprecated runners_scale_up_Lambda_memory_size as it breaks CDKTF fix!: remove deprecated runners_scale_up_Lambda_memory_size as it breaks CDKTF Dec 20, 2024
@npalm npalm merged commit a2280f7 into philips-labs:main Dec 20, 2024
43 of 44 checks passed
npalm pushed a commit that referenced this pull request Dec 20, 2024
🤖 I have created a release *beep* *boop*
---


##
[6.0.0](v5.21.0...v6.0.0)
(2024-12-20)

This release contains several breaking changes

- Terraform AWS provider minimal version is upgraded to support node 22
- EventBridge is used by default, opt out can be configured
- FIFO queued are removed, an update will re-crate all queues. This can
cause loss of messages. When the EventBridge is enabled messages can be
replayed if needed.
- Deprecated variables are removed


### ⚠ BREAKING CHANGES

* Enable eventbridge by default
([#4320](#4320))
* remove deprecated metric feature flag
([#4319](#4319))
* Upgrade Node to 22 (LTS)
([#4318](#4318))
* remove deprecated variables
([#4073](#4073))
* Remove FIFO queues
([#4072](#4072))
* remove deprecated runners_scale_up_Lambda_memory_size as it breaks
CDKTF
([#4276](#4276))

### Features

* Enable eventbridge by default
([#4320](#4320))
([142bb61](142bb61))
* Upgrade Node to 22 (LTS)
([#4318](#4318))
([c5d4693](c5d4693))


### Bug Fixes

* broken docs after removing examples
([#4321](#4321))
([7171215](7171215))
* remove deprecated metric feature flag
([#4319](#4319))
([70105b4](70105b4))
* remove deprecated runners_scale_up_Lambda_memory_size as it breaks
CDKTF
([#4276](#4276))
([a2280f7](a2280f7))
* remove deprecated variables
([#4073](#4073))
([099c78d](099c78d))
* Remove FIFO queues
([#4072](#4072))
([2f20a8b](2f20a8b))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: forest-releaser[bot] <80285352+forest-releaser[bot]@users.noreply.github.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.

2 participants