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

feat: add metadata to ytt steps #119

Merged
merged 10 commits into from
Oct 30, 2023
Merged

feat: add metadata to ytt steps #119

merged 10 commits into from
Oct 30, 2023

Conversation

kbudde
Copy link
Member

@kbudde kbudde commented Oct 27, 2023

This enables ytt rendering to be aware of the application.
e.g. create a namespace based on the application name.

This enables ytt rendering to be aware of the application.
e.g. create a namespace based on the application name.
Zebradil and others added 6 commits October 29, 2023 21:34
Co-authored-by: German Lashevich <german.lashevich@gmail.com>
Test was failing as myks.context was passed to rendering.
As the data-schema was not included this failed.
The output is way longer with data-schema, therefore only a sub string check is performed.
@kbudde kbudde requested a review from Zebradil October 30, 2023 11:51
.gitignore Outdated Show resolved Hide resolved
@Zebradil Zebradil enabled auto-merge (squash) October 30, 2023 19:27
@Zebradil
Copy link
Member

I think we might change a little the new configuration section, so I marked it as experimental.

@Zebradil Zebradil merged commit 6443a20 into dev Oct 30, 2023
@Zebradil Zebradil deleted the meta_data branch October 30, 2023 19:29
mykso-bot added a commit that referenced this pull request Oct 31, 2023
# [2.1.0](v2.0.4...v2.1.0) (2023-10-31)

### Bug Fixes

* **init:** ignore top level .myks folder ([#116](#116)) ([b39eb8d](b39eb8d))
* **render:** fix panic if metadata.name is not set ([#123](#123)) ([cdf3266](cdf3266))
* **smart-mode:** correct detection of changes in "_env/argocd" ([#111](#111)) ([ec5dd1d](ec5dd1d))
* **smart-mode:** filter out deleted envs and apps ([93fa2e3](93fa2e3)), closes [#114](#114)

### Features

* add metadata to ytt steps ([#119](#119)) ([6443a20](6443a20))
* **global-ytt:** log ytt output on error ([#120](#120)) ([a22f7aa](a22f7aa))
* **ui:** add smart-mode.only-print flag for debugging ([0a6349a](0a6349a))
Zebradil pushed a commit that referenced this pull request Nov 21, 2023
# [2.1.0](v2.0.4...v2.1.0) (2023-10-31)

### Bug Fixes

* **init:** ignore top level .myks folder ([#116](#116)) ([b39eb8d](b39eb8d))
* **render:** fix panic if metadata.name is not set ([#123](#123)) ([cdf3266](cdf3266))
* **smart-mode:** correct detection of changes in "_env/argocd" ([#111](#111)) ([ec5dd1d](ec5dd1d))
* **smart-mode:** filter out deleted envs and apps ([93fa2e3](93fa2e3)), closes [#114](#114)

### Features

* add metadata to ytt steps ([#119](#119)) ([6443a20](6443a20))
* **global-ytt:** log ytt output on error ([#120](#120)) ([a22f7aa](a22f7aa))
* **ui:** add smart-mode.only-print flag for debugging ([0a6349a](0a6349a))
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