Branch:
refs/heads/updatecli_f10b18e55b9d879c3dc9d397305f5bd93d89cf9ecbc457d2fadf491e9076d68d
Home: https://github.com/jenkins-infra/jenkins-infra
Commit: 2ac4ae17d592b9d1c41a34e535c8bf316eea0b7f
https://github.com/jenkins-infra/jenkins-infra/commit/2ac4ae17d592b9d1c41a34e535c8bf316eea0b7f
Author: jenkins-infra-updatecli[bot]
<101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com>
Date: 2024-02-19 (Mon, 19 Feb 2024)
Changed paths:
M hieradata/common.yaml
Log Message:
-----------
chore: Update Docker Image tag for jenkinsciinfra/openvpn:latest (#3297)
Made with ❤️️ by updatecli
Co-authored-by: Jenkins Infra Bot (updatecli)
<[email protected]>
Commit: 3ab02154d186f3983d55c5b4ea69b72ffe4711ac
https://github.com/jenkins-infra/jenkins-infra/commit/3ab02154d186f3983d55c5b4ea69b72ffe4711ac
Author: Damien Duportal <[email protected]>
Date: 2024-02-19 (Mon, 19 Feb 2024)
Changed paths:
A dist/profile/manifests/azcopy.pp
M dist/profile/manifests/buildagent.pp
M dist/profile/manifests/pkgrepo.pp
M hieradata/clients/agent.trusted.ci.jenkins.io.yaml
M hieradata/common.yaml
M hieradata/vagrant/common.yaml
A spec/classes/profile/azcopy_spec.rb
M spec/classes/profile/pkgrepo_spec.rb
Log Message:
-----------
feat(pkg) add `azcopy` CLI to allow improved Azure Storage copy operations
(#3295)
* chore: factorize azcopy installation to a dedicated profile
Signed-off-by: Damien Duportal <[email protected]>
* feat(pkg) ensure azcopy is installed
Signed-off-by: Damien Duportal <[email protected]>
* wip: unit tests
Signed-off-by: Damien Duportal <[email protected]>
---------
Signed-off-by: Damien Duportal <[email protected]>
Commit: 8d554f8f48f96acca575c363c731e27281211cb6
https://github.com/jenkins-infra/jenkins-infra/commit/8d554f8f48f96acca575c363c731e27281211cb6
Author: Damien Duportal <[email protected]>
Date: 2024-02-19 (Mon, 19 Feb 2024)
Changed paths:
M dist/profile/manifests/azcopy.pp
Log Message:
-----------
hotfix(pkg,agent.trusted) correct binary absolute paths for azcopy
installation (#3299)
Signed-off-by: Damien Duportal <[email protected]>
Commit: 1760fd9616ebe60b4de4db068913107d234dd15a
https://github.com/jenkins-infra/jenkins-infra/commit/1760fd9616ebe60b4de4db068913107d234dd15a
Author: Damien Duportal <[email protected]>
Date: 2024-02-19 (Mon, 19 Feb 2024)
Changed paths:
M dist/profile/manifests/azcopy.pp
Log Message:
-----------
hotfix(pkg,agent.trusted) correct puppet syntax error (#3300)
Signed-off-by: Damien Duportal <[email protected]>
Commit: e48b7c4a943ffdfacc50208d624ae55fd7cf57da
https://github.com/jenkins-infra/jenkins-infra/commit/e48b7c4a943ffdfacc50208d624ae55fd7cf57da
Author: Damien Duportal <[email protected]>
Date: 2024-02-19 (Mon, 19 Feb 2024)
Changed paths:
A updatecli/weekly.d/azcopy.yaml
Log Message:
-----------
chore(updatecli) tracks azcopy version (#3296)
* chore: factorize azcopy installation to a dedicated profile
Signed-off-by: Damien Duportal <[email protected]>
* feat(pkg) ensure azcopy is installed
Signed-off-by: Damien Duportal <[email protected]>
* wip: unit tests
Signed-off-by: Damien Duportal <[email protected]>
* chore(updatecli) tracks azcopy version
Signed-off-by: Damien Duportal <[email protected]>
---------
Signed-off-by: Damien Duportal <[email protected]>
Commit: bd80ebe3a412702b05165f83a8fc3ba92c4bc891
https://github.com/jenkins-infra/jenkins-infra/commit/bd80ebe3a412702b05165f83a8fc3ba92c4bc891
Author: jenkins-infra-updatecli[bot]
<101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com>
Date: 2024-02-19 (Mon, 19 Feb 2024)
Changed paths:
M hieradata/common.yaml
Log Message:
-----------
chore: Update the `azcopy` version in the hieradata/common.yaml file (#3301)
Made with ❤️️ by updatecli
Co-authored-by: Jenkins Infra Bot (updatecli)
<[email protected]>
Commit: cfd13cc5236e535ae719197e405ada3a4e1ca112
https://github.com/jenkins-infra/jenkins-infra/commit/cfd13cc5236e535ae719197e405ada3a4e1ca112
Author: Damien Duportal <[email protected]>
Date: 2024-02-19 (Mon, 19 Feb 2024)
Changed paths:
M dist/profile/manifests/azcopy.pp
M dist/profile/manifests/buildagent.pp
Log Message:
-----------
fix(profiles `azcopy` / `buildagent`) fix version checks and tools
installation (#3302)
* fix(profile::azcopy) stricter version check
As the `azcopy --version` may show the latest version (a "available") in the
stdout
along the current version, we have to apply a stricter check.
Example of output:
````
azcopy version 10.21.0
INFO: azcopy 10.21.0: A newer version 10.23.0 is available to download
````
Signed-off-by: Damien Duportal <[email protected]>
* fix(buildagent) missing top-level variable caught by the linter. Fixup of
#3295
Signed-off-by: Damien Duportal <[email protected]>
---------
Signed-off-by: Damien Duportal <[email protected]>
Commit: 92b6413724a1470b5580ed26e53025f45e82524e
https://github.com/jenkins-infra/jenkins-infra/commit/92b6413724a1470b5580ed26e53025f45e82524e
Author: Damien Duportal <[email protected]>
Date: 2024-02-19 (Mon, 19 Feb 2024)
Changed paths:
M dist/profile/manifests/azcopy.pp
Log Message:
-----------
hotfix(azcopy) ensure version check is idempotent (#3303)
Signed-off-by: Damien Duportal <[email protected]>
Commit: 5f62fa01e03944e28706be6df9333b9a17e32866
https://github.com/jenkins-infra/jenkins-infra/commit/5f62fa01e03944e28706be6df9333b9a17e32866
Author: Damien Duportal <[email protected]>
Date: 2024-02-19 (Mon, 19 Feb 2024)
Changed paths:
A dist/profile/manifests/azcopy.pp
M dist/profile/manifests/buildagent.pp
M dist/profile/manifests/pkgrepo.pp
M hieradata/clients/agent.trusted.ci.jenkins.io.yaml
M hieradata/common.yaml
M hieradata/vagrant/common.yaml
A spec/classes/profile/azcopy_spec.rb
M spec/classes/profile/pkgrepo_spec.rb
A updatecli/weekly.d/azcopy.yaml
Log Message:
-----------
Merge branch 'production' into
updatecli_f10b18e55b9d879c3dc9d397305f5bd93d89cf9ecbc457d2fadf491e9076d68d
Compare:
https://github.com/jenkins-infra/jenkins-infra/compare/bf04634d069d...5f62fa01e039
To unsubscribe from these emails, change your notification settings at
https://github.com/jenkins-infra/jenkins-infra/settings/notifications
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkins-infra/jenkins-infra/push/refs/heads/updatecli_f10b18e55b9d879c3dc9d397305f5bd93d89cf9ecbc457d2fadf491e9076d68d/bf0463-5f62fa%40github.com.