Hervé Le Meur

Results 82 issues of Hervé Le Meur

**Is your feature request related to a problem? Please describe.** When updating the chart, we have to manually bump the chart version (and update the changelog). It should (IMHO) be...

enhancement
lifecycle/stale

When there is an infra outage, people tend to use the "Report a problem" link at the bottom of jenkins.io pages and create issues not related to the website nor...

enhancement

Noticed in #4814 that nothing automatically bumps its version ## Suggestion Keep its version up to date with updatecli ## Links https://github.com/jenkins-infra/jenkins.io/blob/master/updatecli/updatecli.d/charts.yaml

enhancement

**Is your feature request related to a problem?** To update the different charts of an helmfile, we need to create an updatecli manifest for each of them. We also need...

enhancement
ux

Follow-up of #650, WIP ## Test To test this pull request, you can run the following commands: ```shell cp go test ``` ## Additional Information ### Tradeoff ### Potential improvement

# feat(yaml): implement spec.files for kind: yaml Follow-up of #490 Ref #435 Allow to specify more than one file as target for `kind: yaml` Like what have been done for...

enhancement
target
resource-yaml

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior While working on https://github.com/jenkins-infra/docker-inbound-agents/pull/29 I wanted to retrieve Maven version from...

bug
source
scm-github

### Is your feature request related to a problem? https://github.com/jenkins-infra/jenkins-infra/pull/2218#discussion_r900054779 ### Solution you'd like Fails when the source is empty, and add a note about it in docs Potentially add...

enhancement
source

https://github.com/spf13/viper > Viper does the following for you: > - Find, load, and unmarshal a configuration file in JSON, TOML, YAML, HCL, INI, envfile or Java properties formats. > [...]...

# fix: redact token or password in scm config error logs Fixes #644 Replace github token or git password by `********` in updatecli values before dumping them in error logs....