Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore(deps): upgrade jenkins-x-plugins/jx-gitops to version 1.0.37#8916

Open
jenkins-x-bot wants to merge 1 commit intomainfrom
pr-2340473b-f7df-46e8-89c8-79891438d387
Open

chore(deps): upgrade jenkins-x-plugins/jx-gitops to version 1.0.37#8916
jenkins-x-bot wants to merge 1 commit intomainfrom
pr-2340473b-f7df-46e8-89c8-79891438d387

Conversation

@jenkins-x-bot
Copy link
Contributor

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.

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
Copy link

codecov bot commented Dec 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 32.11%. Comparing base (23faffd) to head (f9e79aa).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants