chore(deps): upgrade jenkins-x-plugins/jx-gitops to version 1.0.37#8916
Open
jenkins-x-bot wants to merge 1 commit intomainfrom
Open
chore(deps): upgrade jenkins-x-plugins/jx-gitops to version 1.0.37#8916jenkins-x-bot wants to merge 1 commit intomainfrom
jenkins-x-bot wants to merge 1 commit intomainfrom
Conversation
from: https://github.com/jenkins-x-plugins/jx-gitops.git ----- # jenkins-x-plugins/jx-gitops ## Changes in version 1.0.37 ### Bug Fixes * properly sanitize PR label names for environment variables (Maximilien Raulic) ----- -------------------------|------------------------------|---------------------------------------| | `env.staging` | `PR_LABEL_ENV.STAGING` | `PR_LABEL_ENV_STAGING` | | `priority: high` | `PR_LABEL_PRIORITY: HIGH` | `PR_LABEL_PRIORITY_HIGH` | | `some:/random-label` | `PR_LABEL_SOME:/RANDOM_LABEL` | `PR_LABEL_SOME_RANDOM_LABEL` | | `🐛 bug` | `PR_LABEL_🐛 BUG` | `PR_LABEL_BUG` | --- ``` Fixes issues where pipelines fail with `not a valid identifier` errors when sourcing `.jx/variables.sh` with PR labels containing special characters. ```
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8916 +/- ##
==========================================
- Coverage 34.77% 32.11% -2.67%
==========================================
Files 10 10
Lines 946 1174 +228
==========================================
+ Hits 329 377 +48
- Misses 574 754 +180
Partials 43 43 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
from: https://github.com/jenkins-x-plugins/jx-gitops.git
jenkins-x-plugins/jx-gitops
Changes in version 1.0.37
Bug Fixes
-------------------------|------------------------------|---------------------------------------|
|
env.staging|PR_LABEL_ENV.STAGING|PR_LABEL_ENV_STAGING||
priority: high|PR_LABEL_PRIORITY: HIGH|PR_LABEL_PRIORITY_HIGH||
some:/random-label|PR_LABEL_SOME:/RANDOM_LABEL|PR_LABEL_SOME_RANDOM_LABEL||
🐛 bug|PR_LABEL_🐛 BUG|PR_LABEL_BUG|