-
Notifications
You must be signed in to change notification settings - Fork 30
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
feat: Support internal
and beta
flags in new module metadata
#2097
Merged
c-pius
merged 16 commits into
kyma-project:main
from
c-pius:feat/module-release-meta-supports-internal-beta
Dec 11, 2024
Merged
feat: Support internal
and beta
flags in new module metadata
#2097
c-pius
merged 16 commits into
kyma-project:main
from
c-pius:feat/module-release-meta-supports-internal-beta
Dec 11, 2024
Conversation
This file contains 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
c-pius
added
do-not-merge/hold
Indicates that a PR should not merge because someone has issued a /hold command.
and removed
cla: yes
Indicates the PR's author has signed the CLA.
labels
Dec 5, 2024
kyma-bot
added
the
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
label
Dec 5, 2024
c-pius
changed the title
feat: Support internal and beta flags in new module metadata
feat: Support Dec 5, 2024
internal
and beta
flags in new module metadata
c-pius
force-pushed
the
feat/module-release-meta-supports-internal-beta
branch
from
December 5, 2024 16:06
b234b43
to
da2e121
Compare
kyma-bot
added
cla: yes
Indicates the PR's author has signed the CLA.
size/XL
Denotes a PR that changes 500-999 lines, ignoring generated files.
and removed
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
labels
Dec 5, 2024
c-pius
commented
Dec 6, 2024
c-pius
removed
the
do-not-merge/hold
Indicates that a PR should not merge because someone has issued a /hold command.
label
Dec 6, 2024
c-pius
force-pushed
the
feat/module-release-meta-supports-internal-beta
branch
from
December 9, 2024 09:17
e9e46fd
to
c39dde3
Compare
Tomasz-Smelcerz-SAP
requested changes
Dec 10, 2024
c-pius
force-pushed
the
feat/module-release-meta-supports-internal-beta
branch
from
December 10, 2024 09:54
c39dde3
to
2404dd8
Compare
c-pius
force-pushed
the
feat/module-release-meta-supports-internal-beta
branch
from
December 10, 2024 11:47
5cfe2f7
to
694c82f
Compare
Tomasz-Smelcerz-SAP
previously approved these changes
Dec 11, 2024
Tomasz-Smelcerz-SAP
approved these changes
Dec 11, 2024
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.
🚧 to be verified if we can also extend our integration testswill be done as a separate PRDescription
Changes proposed in this pull request:
beta
andinternal
flags to ModuleReleaseMetabeta
andinternal
flags when syncing ModuleReleaseMeta and its referenced modules to the SKRRelated issue(s)
internal
andbeta
flags for updated module metadata #2059