{{ message }}
feat: Support custom application namespace#66
Merged
Conversation
This changeset adds support for defining a custom application namespace via configuration, for example:
```yaml
parameters:
cakeDC:
appNamespace: MyApp
```
Related issue: CakeDC#63
Collaborator
dereuromark
reviewed
Mar 26, 2026
Member
This is our current config https://ss.jorge-gonzalez.net/ss_20260326_111103_JbhSFbQw.png |
Collaborator
|
Yeah, IMO it should always be the "first" bullet point :) |
Member
updated, thank you |
… if no instance is provided
ed64366 to
3072552
Compare
dereuromark
approved these changes
Mar 26, 2026
Collaborator
|
@steinkel Another important one: |
Member
done |
rochamarcelo
requested changes
Mar 27, 2026
Collaborator
Yes, would be awesome if you could release a new minor here. |
Contributor
|
We should be ready to release 4.2.0, what do you think @steinkel @dereuromark ? |
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This changeset adds support for defining a custom application namespace via configuration, for example:
Related issue: #63