From e5bf906ab0cc7370b98c5a581a90b06e8a282a7a Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Mon, 22 Aug 2022 10:23:47 -0700 Subject: [PATCH 1/5] (Puppetfile) bump lsst/daq to 1.2.0 Modulesync 5.3.0 --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index d23420ac10..7daafc6dfc 100644 --- a/Puppetfile +++ b/Puppetfile @@ -25,7 +25,7 @@ mod 'lsst/ccs_monit', '1.0.0' mod 'lsst/ccs_sal', '1.1.0' mod 'lsst/ccs_software', '1.1.3' mod 'lsst/cni', '2.2.0' -mod 'lsst/daq', '1.1.0' +mod 'lsst/daq', '1.2.0' mod 'lsst/dellperc', '1.1.0' mod 'lsst/helm_binary', '1.0.0' # Fork of ghoneycutt/hosts that includes https://github.com/ghoneycutt/puppet-module-hosts/pull/63 From d165aacf06bf2364754224097fffd78d10592598 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Mon, 22 Aug 2022 11:33:33 -0700 Subject: [PATCH 2/5] (Puppetfile) bump lsst/rke to 1.2.0 Modulesync 5.3.0 --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index 7daafc6dfc..c6316c36ec 100644 --- a/Puppetfile +++ b/Puppetfile @@ -32,7 +32,7 @@ mod 'lsst/helm_binary', '1.0.0' mod 'lsst/hosts', git: 'https://github.com/lsst-it/puppet-module-hosts', ref: '528475e' mod 'lsst/java_artisanal', '2.2.2' mod 'lsst/maven', '2.0.2' -mod 'lsst/rke', '1.1.0' +mod 'lsst/rke', '1.2.0' mod 'lsst/tuned', git: 'https://github.com/lsst-it/puppet-tuned', branch: 'production' # https://github.com/CERIT-SC/puppet-tuned/pull/21 mod 'puppet/alternatives', '4.0.0' mod 'puppet/archive', '6.0.2' From d5e4300645a595e54e4cc58ac0ccca3ea39c0b2d Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Mon, 22 Aug 2022 11:50:30 -0700 Subject: [PATCH 3/5] (Puppetfile) bump lsst/helm_binary to 1.1.0 Modulesync 5.3.0 --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index c6316c36ec..8e32d363c4 100644 --- a/Puppetfile +++ b/Puppetfile @@ -27,7 +27,7 @@ mod 'lsst/ccs_software', '1.1.3' mod 'lsst/cni', '2.2.0' mod 'lsst/daq', '1.2.0' mod 'lsst/dellperc', '1.1.0' -mod 'lsst/helm_binary', '1.0.0' +mod 'lsst/helm_binary', '1.1.0' # Fork of ghoneycutt/hosts that includes https://github.com/ghoneycutt/puppet-module-hosts/pull/63 mod 'lsst/hosts', git: 'https://github.com/lsst-it/puppet-module-hosts', ref: '528475e' mod 'lsst/java_artisanal', '2.2.2' From cdacd74a5da579f9092dc88ffa560677c4261193 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Mon, 22 Aug 2022 11:53:26 -0700 Subject: [PATCH 4/5] (Puppetfile) bump lsst/dellperc 1.2.0 Modulesync 5.3.0 --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index 8e32d363c4..3d1a46bcec 100644 --- a/Puppetfile +++ b/Puppetfile @@ -26,7 +26,7 @@ mod 'lsst/ccs_sal', '1.1.0' mod 'lsst/ccs_software', '1.1.3' mod 'lsst/cni', '2.2.0' mod 'lsst/daq', '1.2.0' -mod 'lsst/dellperc', '1.1.0' +mod 'lsst/dellperc', '1.2.0' mod 'lsst/helm_binary', '1.1.0' # Fork of ghoneycutt/hosts that includes https://github.com/ghoneycutt/puppet-module-hosts/pull/63 mod 'lsst/hosts', git: 'https://github.com/lsst-it/puppet-module-hosts', ref: '528475e' From af66b2d550a425a7baaaa1df059af6a811a4d84f Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Mon, 22 Aug 2022 12:05:58 -0700 Subject: [PATCH 5/5] (Puppetfile) bump lsst/cni to 2.3.0 Modulesync 2.3.0 --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index 3d1a46bcec..1147202b91 100644 --- a/Puppetfile +++ b/Puppetfile @@ -24,7 +24,7 @@ mod 'lsst/ccs_hcu', '2.2.2' mod 'lsst/ccs_monit', '1.0.0' mod 'lsst/ccs_sal', '1.1.0' mod 'lsst/ccs_software', '1.1.3' -mod 'lsst/cni', '2.2.0' +mod 'lsst/cni', '2.3.0' mod 'lsst/daq', '1.2.0' mod 'lsst/dellperc', '1.2.0' mod 'lsst/helm_binary', '1.1.0'