diff --git a/SPECS-EXTENDED/buildah/buildah.spec b/SPECS-EXTENDED/buildah/buildah.spec index 8fc32238151..eec03341d5f 100644 --- a/SPECS-EXTENDED/buildah/buildah.spec +++ b/SPECS-EXTENDED/buildah/buildah.spec @@ -21,7 +21,7 @@ Summary: A command line tool used for creating OCI Images Name: buildah Version: 1.18.0 -Release: 21%{?dist} +Release: 22%{?dist} License: ASL 2.0 Vendor: Microsoft Corporation Distribution: Mariner @@ -123,6 +123,9 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %{_datadir}/%{name}/test %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 1.18.0-22 +- Bump release to rebuild with go 1.21.6 + * Wed Oct 18 2023 Minghe Ren - 1.18.0-21 - Bump release to rebuild against glibc 2.35-6 diff --git a/SPECS-EXTENDED/containernetworking-plugins/containernetworking-plugins.spec b/SPECS-EXTENDED/containernetworking-plugins/containernetworking-plugins.spec index 22b07318739..b26b05e666b 100644 --- a/SPECS-EXTENDED/containernetworking-plugins/containernetworking-plugins.spec +++ b/SPECS-EXTENDED/containernetworking-plugins/containernetworking-plugins.spec @@ -24,7 +24,7 @@ Name: %{project}-%{repo} Version: 1.1.1 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Libraries for writing CNI plugin License: ASL 2.0 and BSD and MIT Vendor: Microsoft Corporation @@ -129,6 +129,9 @@ install -p plugins/ipam/dhcp/systemd/cni-dhcp.socket %{buildroot}%{_unitdir} %{_unitdir}/cni-dhcp.socket %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 1.1.1-14 +- Bump release to rebuild with go 1.21.6 + * Mon Oct 16 2023 CBL-Mariner Servicing Account - 1.1.1-13 - Bump release to rebuild with go 1.20.9 diff --git a/SPECS-EXTENDED/delve/delve.spec b/SPECS-EXTENDED/delve/delve.spec index b237eb36bcb..de3acde0430 100644 --- a/SPECS-EXTENDED/delve/delve.spec +++ b/SPECS-EXTENDED/delve/delve.spec @@ -2,7 +2,7 @@ Vendor: Microsoft Corporation Distribution: Mariner Name: delve Version: 1.5.0 -Release: 16%{?dist} +Release: 17%{?dist} Summary: A debugger for the Go programming language License: MIT @@ -72,6 +72,9 @@ done %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 1.5.0-17 +- Bump release to rebuild with go 1.21.6 + * Mon Oct 16 2023 CBL-Mariner Servicing Account - 1.5.0-16 - Bump release to rebuild with go 1.20.9 diff --git a/SPECS-EXTENDED/podman/podman.signatures.json b/SPECS-EXTENDED/podman/podman.signatures.json index 10bb45ecb83..ed3421ba8cf 100644 --- a/SPECS-EXTENDED/podman/podman.signatures.json +++ b/SPECS-EXTENDED/podman/podman.signatures.json @@ -1,7 +1,7 @@ { "Signatures": { "dnsname-18822f9.tar.gz": "c78995a745981fc62a6af579ba416304538e3cba7267d6c06b926a9f4bcd8db9", - "gvisor-tap-vsock-aab0ac9.tar.gz": "e833d0a4506a02c8462ebfe34c48542e8142ddce0ab00277252450e6f42271ae", + "gvisor-tap-vsock-012bc90.tar.gz": "c9b9c43ca4972fb49e2c098cbbe28aa26bb6fc10d5b642032dcc40005f06a26c", "podman-4.1.1.tar.gz": "27bf32e9b1afee94cb08ebd59389104788d687f402a541f3631f94c7916b10a5" } } \ No newline at end of file diff --git a/SPECS-EXTENDED/podman/podman.spec b/SPECS-EXTENDED/podman/podman.spec index cd274d189a8..2a416c4b710 100644 --- a/SPECS-EXTENDED/podman/podman.spec +++ b/SPECS-EXTENDED/podman/podman.spec @@ -29,14 +29,14 @@ # https://github.com/containers/gvisor-tap-vsock %global import_path_gvproxy %%{provider}.%{provider_tld}/%{project}/%{repo_gvproxy} %global git_gvproxy https://%{import_path_gvproxy} -%global commit_gvproxy aab0ac9367fc5142f5857c36ac2352bcb3c60ab7 +%global commit_gvproxy 012bc90eed47444b08986d56ffd65b0f68cfff20 %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) %global built_tag v4.1.1 Name: podman Version: 4.1.1 -Release: 18%{?dist} +Release: 19%{?dist} License: ASL 2.0 and BSD and ISC and MIT and MPLv2.0 Summary: Manage Pods, Containers and Container Images Vendor: Microsoft Corporation @@ -387,6 +387,10 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Feb 02 2024 Muhammad Falak - 4.1.1-19 +- Bump release to rebuild with go 1.21.6 +- Bump version of gvproxy to enable build with go1.21 + * Wed Oct 18 2023 Minghe Ren - 4.1.1-18 - Bump release to rebuild against glibc 2.35-6 diff --git a/SPECS-EXTENDED/umoci/umoci.spec b/SPECS-EXTENDED/umoci/umoci.spec index d26a76e926a..c7c3036c8cc 100644 --- a/SPECS-EXTENDED/umoci/umoci.spec +++ b/SPECS-EXTENDED/umoci/umoci.spec @@ -1,7 +1,7 @@ Summary: Open Container Image manipulation tool Name: umoci Version: 0.4.7 -Release: 13%{?dist} +Release: 14%{?dist} License: Apache-2.0 Vendor: Microsoft Corporation Distribution: Mariner @@ -39,6 +39,9 @@ go test -mod=vendor %{_bindir}/umoci %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 0.4.7-14 +- Bump release to rebuild with go 1.21.6 + * Mon Oct 16 2023 CBL-Mariner Servicing Account - 0.4.7-13 - Bump release to rebuild with go 1.20.9 diff --git a/SPECS/KeysInUse-OpenSSL/KeysInUse-OpenSSL.spec b/SPECS/KeysInUse-OpenSSL/KeysInUse-OpenSSL.spec index a9412893207..931e5c39712 100644 --- a/SPECS/KeysInUse-OpenSSL/KeysInUse-OpenSSL.spec +++ b/SPECS/KeysInUse-OpenSSL/KeysInUse-OpenSSL.spec @@ -1,7 +1,7 @@ Summary: The KeysInUse Engine for OpenSSL allows the logging of private key usage through OpenSSL Name: KeysInUse-OpenSSL Version: 0.3.4 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Mariner @@ -74,6 +74,9 @@ if [ -x %{_bindir}/keysinuseutil ]; then fi %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 0.3.4-4 +- Bump release to rebuild with go 1.21.6 + * Mon Oct 16 2023 CBL-Mariner Servicing Account - 0.3.4-3 - Bump release to rebuild with go 1.20.9 diff --git a/SPECS/blobfuse/blobfuse.spec b/SPECS/blobfuse/blobfuse.spec index 5315c277d99..f9ec3a96309 100644 --- a/SPECS/blobfuse/blobfuse.spec +++ b/SPECS/blobfuse/blobfuse.spec @@ -1,7 +1,7 @@ Summary: FUSE adapter - Azure Storage Blobs Name: blobfuse Version: 1.4.5 -Release: 13%{?dist} +Release: 14%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Mariner @@ -46,6 +46,9 @@ install -p -m 755 build/blobfuse %{buildroot}%{_bindir}/ %{_bindir}/blobfuse %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 1.4.5-14 +- Bump release to rebuild with go 1.21.6 + * Mon Oct 16 2023 CBL-Mariner Servicing Account - 1.4.5-13 - Bump release to rebuild with go 1.20.9 diff --git a/SPECS/blobfuse2/blobfuse2.spec b/SPECS/blobfuse2/blobfuse2.spec index 557b7f029bc..f23a77ee669 100644 --- a/SPECS/blobfuse2/blobfuse2.spec +++ b/SPECS/blobfuse2/blobfuse2.spec @@ -7,7 +7,7 @@ Summary: FUSE adapter - Azure Storage Name: blobfuse2 Version: %{blobfuse2_version} -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Mariner @@ -80,6 +80,9 @@ install -D -m 0644 ./setup/blobfuse2-logrotate %{buildroot}%{_sysconfdir}/logrot %{_sysconfdir}/logrotate.d/blobfuse2 %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 2.1.2-2 +- Bump release to rebuild with go 1.21.6 + * Fri Nov 17 2023 Anubhuti Shruti - 2.1.2-1 - Bump version to 2.1.2 diff --git a/SPECS/cert-manager/cert-manager.spec b/SPECS/cert-manager/cert-manager.spec index 75eeaacf7fb..429f73c03b2 100644 --- a/SPECS/cert-manager/cert-manager.spec +++ b/SPECS/cert-manager/cert-manager.spec @@ -1,7 +1,7 @@ Summary: Automatically provision and manage TLS certificates in Kubernetes Name: cert-manager Version: 1.11.2 -Release: 7%{?dist} +Release: 8%{?dist} License: ASL 2.0 Vendor: Microsoft Corporation Distribution: Mariner @@ -112,6 +112,9 @@ install -D -m0755 bin/webhook %{buildroot}%{_bindir}/ %{_bindir}/webhook %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 1.11.2-8 +- Bump release to rebuild with go 1.21.6 + * Fri Jan 18 2024 Tobias Brick - 1.11.2-7 - Patch for CVE-2023-48795 diff --git a/SPECS/cni-plugins/cni-plugins.spec b/SPECS/cni-plugins/cni-plugins.spec index 257d2982eec..8733f80ebfb 100644 --- a/SPECS/cni-plugins/cni-plugins.spec +++ b/SPECS/cni-plugins/cni-plugins.spec @@ -1,7 +1,7 @@ Summary: Container Network Interface (CNI) plugins Name: cni-plugins Version: 1.3.0 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 Vendor: Microsoft Corporation Distribution: Mariner @@ -39,6 +39,9 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck} %{_default_cni_plugins_dir}/* %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 1.3.0-2 +- Bump release to rebuild with go 1.21.6 + * Wed Oct 18 2023 Mateusz Gozdek - 1.3.0-1 - Make plugin binaries correctly print version - Upgrade to version 1.3.0 diff --git a/SPECS/cni/cni.spec b/SPECS/cni/cni.spec index 878f7520a79..f3e7539e943 100644 --- a/SPECS/cni/cni.spec +++ b/SPECS/cni/cni.spec @@ -24,7 +24,7 @@ Summary: Container Network Interface - networking for Linux containers Name: cni Version: 1.0.1 -Release: 15%{?dist} +Release: 16%{?dist} License: Apache-2.0 Vendor: Microsoft Corporation Distribution: Mariner @@ -113,6 +113,9 @@ install -m 755 -d "%{buildroot}%{cni_doc_dir}" %{_sbindir}/cnitool %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 1.0.1-16 +- Bump release to rebuild with go 1.21.6 + * Mon Oct 16 2023 CBL-Mariner Servicing Account - 1.0.1-15 - Bump release to rebuild with go 1.20.9 diff --git a/SPECS/coredns/coredns.spec b/SPECS/coredns/coredns.spec index 0cf24450436..075c2857952 100644 --- a/SPECS/coredns/coredns.spec +++ b/SPECS/coredns/coredns.spec @@ -3,7 +3,7 @@ Summary: Fast and flexible DNS server Name: coredns Version: 1.11.1 -Release: 4%{?dist} +Release: 5%{?dist} License: Apache License 2.0 Vendor: Microsoft Corporation Distribution: Mariner @@ -71,9 +71,12 @@ install -p -m 755 -t %{buildroot}%{_bindir} %{name} %{_bindir}/%{name} %changelog -* Fri Feb 10 2024 Mykhailo Bykhovtsev - 1.11.1-4 +* Fri Feb 10 2024 Mykhailo Bykhovtsev - 1.11.1-5 - patched vendored quic-go package to address CVE-2023-49295 +* Thu Feb 08 2024 Muhammad Falak - 1.11.1-4 +- Bump release to rebuild with go 1.21.6 + * Mon Feb 05 2024 Daniel McIlvaney - 1.11.1-3 - Refactor vendor patch application - Force vendored components during test diff --git a/SPECS/cri-o/cri-o.spec b/SPECS/cri-o/cri-o.spec index da4842f8a4c..4d61faab2e7 100644 --- a/SPECS/cri-o/cri-o.spec +++ b/SPECS/cri-o/cri-o.spec @@ -26,7 +26,7 @@ Summary: OCI-based implementation of Kubernetes Container Runtime Interfa # Define macros for further referenced sources Name: cri-o Version: 1.21.2 -Release: 18%{?dist} +Release: 19%{?dist} License: ASL 2.0 Vendor: Microsoft Corporation Distribution: Mariner @@ -203,6 +203,9 @@ mkdir -p /opt/cni/bin %{_fillupdir}/sysconfig.kubelet %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 1.21.2-19 +- Bump release to rebuild with go 1.21.6 + * Mon Oct 16 2023 CBL-Mariner Servicing Account - 1.21.2-18 - Bump release to rebuild with go 1.20.9 diff --git a/SPECS/cri-tools/cri-tools.spec b/SPECS/cri-tools/cri-tools.spec index 544992fd313..88b670f1a29 100644 --- a/SPECS/cri-tools/cri-tools.spec +++ b/SPECS/cri-tools/cri-tools.spec @@ -7,7 +7,7 @@ Summary: CRI tools Name: cri-tools Version: 1.28.0 -Release: 3%{?dist} +Release: 4%{?dist} License: Apache-2.0 Vendor: Microsoft Corporation Distribution: Mariner @@ -44,6 +44,9 @@ install -p -m 755 -t %{buildroot}%{_bindir} "${BUILD_FOLDER}/critest" %{_bindir}/critest %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 1.28.0-4 +- Bump release to rebuild with go 1.21.6 + * Mon Oct 16 2023 CBL-Mariner Servicing Account - 1.28.0-3 - Bump release to rebuild with go 1.20.9 diff --git a/SPECS/dcos-cli/dcos-cli.spec b/SPECS/dcos-cli/dcos-cli.spec index d0e6feae547..4fa4446a1c6 100644 --- a/SPECS/dcos-cli/dcos-cli.spec +++ b/SPECS/dcos-cli/dcos-cli.spec @@ -1,7 +1,7 @@ Summary: The command line for DC/OS Name: dcos-cli Version: 1.2.0 -Release: 14%{?dist} +Release: 15%{?dist} License: Apache-2.0 Vendor: Microsoft Corporation Distribution: Mariner @@ -45,6 +45,9 @@ go test -mod=vendor %{_bindir}/dcos %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 1.2.0-15 +- Bump release to rebuild with go 1.21.6 + * Mon Oct 16 2023 CBL-Mariner Servicing Account - 1.2.0-14 - Bump release to rebuild with go 1.20.9 diff --git a/SPECS/etcd/etcd.spec b/SPECS/etcd/etcd.spec index 618131be03b..1d719c5533a 100644 --- a/SPECS/etcd/etcd.spec +++ b/SPECS/etcd/etcd.spec @@ -3,7 +3,7 @@ Summary: A highly-available key value store for shared configuration Name: etcd Version: 3.5.9 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 Vendor: Microsoft Corporation Distribution: Mariner @@ -145,6 +145,9 @@ install -vdm755 %{buildroot}%{_sharedstatedir}/etcd /%{_docdir}/%{name}-%{version}-tools/* %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 3.5.9-2 +- Bump release to rebuild with go 1.21.6 + * Tue Oct 18 2023 Nicolas Guibourge - 3.5.9-1 - Upgrade to 3.5.9 to match version required by kubernetes diff --git a/SPECS/gh/gh.spec b/SPECS/gh/gh.spec index 757dec924ec..25c6915001b 100644 --- a/SPECS/gh/gh.spec +++ b/SPECS/gh/gh.spec @@ -1,7 +1,7 @@ Summary: GitHub official command line tool Name: gh Version: 2.13.0 -Release: 16%{?dist} +Release: 17%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Mariner @@ -72,6 +72,9 @@ make test %{_datadir}/zsh/site-functions/_gh %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 2.13.0-17 +- Bump release to rebuild with go 1.21.6 + * Mon Oct 16 2023 CBL-Mariner Servicing Account - 2.13.0-16 - Bump release to rebuild with go 1.20.9 diff --git a/SPECS/glide/glide.spec b/SPECS/glide/glide.spec index a2f02463d95..2dd94665759 100644 --- a/SPECS/glide/glide.spec +++ b/SPECS/glide/glide.spec @@ -1,7 +1,7 @@ Summary: Vendor Package Management for Golang Name: glide Version: 0.13.3 -Release: 24%{?dist} +Release: 25%{?dist} License: MIT URL: https://github.com/Masterminds/glide # Source0: https://github.com/Masterminds/%{name}/archive/v%{version}.tar.gz @@ -53,6 +53,9 @@ popd %{_bindir}/glide %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 0.13.3-25 +- Bump release to rebuild with go 1.21.6 + * Mon Oct 16 2023 CBL-Mariner Servicing Account - 0.13.3-24 - Bump release to rebuild with go 1.20.9 diff --git a/SPECS/go-md2man/go-md2man.spec b/SPECS/go-md2man/go-md2man.spec index 88adf9a19ea..ea98eb45ed9 100644 --- a/SPECS/go-md2man/go-md2man.spec +++ b/SPECS/go-md2man/go-md2man.spec @@ -1,7 +1,7 @@ Summary: Converts markdown into roff (man pages) Name: go-md2man Version: 2.0.1 -Release: 21%{?dist} +Release: 22%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Mariner @@ -48,6 +48,9 @@ cp go-md2man-%{version}/LICENSE.md %{buildroot}%{_docdir}/%{name}-%{version}/LIC %{_bindir}/go-md2man %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 2.0.1-22 +- Bump release to rebuild with go 1.21.6 + * Mon Oct 16 2023 CBL-Mariner Servicing Account - 2.0.1-21 - Bump release to rebuild with go 1.20.9 diff --git a/SPECS/gobject-introspection/gobject-introspection.spec b/SPECS/gobject-introspection/gobject-introspection.spec index 47cda0e9137..d4565709401 100644 --- a/SPECS/gobject-introspection/gobject-introspection.spec +++ b/SPECS/gobject-introspection/gobject-introspection.spec @@ -2,7 +2,7 @@ Summary: Introspection system for GObject-based libraries Name: gobject-introspection Version: %{BaseVersion}.0 -Release: 16%{?dist} +Release: 17%{?dist} License: GPLv2+ AND LGPLv2+ AND MIT Vendor: Microsoft Corporation Distribution: Mariner @@ -98,6 +98,9 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_mandir}/man1/*.gz %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 1.71.0-17 +- Bump release to rebuild with go 1.21.6 + * Mon Oct 16 2023 CBL-Mariner Servicing Account - 1.71.0-16 - Bump release to rebuild with go 1.20.9 diff --git a/SPECS/golang/golang.signatures.json b/SPECS/golang/golang.signatures.json index aff557711cf..9d61d3da1af 100644 --- a/SPECS/golang/golang.signatures.json +++ b/SPECS/golang/golang.signatures.json @@ -2,6 +2,6 @@ "Signatures": { "go1.19.12.src.tar.gz": "ee5d50e0a7fd74ba1b137cb879609aaaef9880bf72b5d1742100e38ae72bb557", "go1.4-bootstrap-20171003.tar.gz": "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52", - "go1.20.10.src.tar.gz": "72d2f51805c47150066c103754c75fddb2c19d48c9219fa33d1e46696c841dbb" + "go1.21.6.src.tar.gz": "124926a62e45f78daabbaedb9c011d97633186a33c238ffc1e25320c02046248" } } \ No newline at end of file diff --git a/SPECS/golang/golang.spec b/SPECS/golang/golang.spec index 0b799be1f36..80ed8bafa3e 100644 --- a/SPECS/golang/golang.spec +++ b/SPECS/golang/golang.spec @@ -13,7 +13,7 @@ %define __find_requires %{nil} Summary: Go Name: golang -Version: 1.20.10 +Version: 1.21.6 Release: 1%{?dist} License: BSD-3-Clause Vendor: Microsoft Corporation @@ -141,6 +141,9 @@ fi %{_bindir}/* %changelog +* Fri Feb 02 2024 Muhammad Falak - 1.21.6-1 +- Bump version to 1.21.6 + * Mon Oct 16 2023 Nan Liu - 1.20.10-1 - Bump version to 1.20.10 to address CVE-2023-29409, CVE-2023-39318, CVE-2023-39319, CVE-2023-39323, CVE-2023-39533, CVE-2023-29406, CVE-2023-39325, CVE-2023-44487 - Remove patches that no longer apply diff --git a/SPECS/helm/helm.spec b/SPECS/helm/helm.spec index 240e4627de7..f8ab46950ac 100644 --- a/SPECS/helm/helm.spec +++ b/SPECS/helm/helm.spec @@ -2,7 +2,7 @@ Name: helm Version: 3.14.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Kubernetes Package Manager Group: Applications/Networking License: Apache 2.0 @@ -55,6 +55,9 @@ install -m 755 ./helm %{buildroot}%{_bindir} go test -v ./cmd/helm %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 3.14.0-2 +- Bump release to rebuild with go 1.21.6 + * Fri Jan 19 2024 Muhammad Falak - 3.14.0-1 - Bump version to address CVE-2023-44487 diff --git a/SPECS/influx-cli/influx-cli.spec b/SPECS/influx-cli/influx-cli.spec index e7dc3bd8444..d633247d832 100644 --- a/SPECS/influx-cli/influx-cli.spec +++ b/SPECS/influx-cli/influx-cli.spec @@ -18,7 +18,7 @@ Summary: CLI for managing resources in InfluxDB Name: influx-cli Version: 2.6.1 -Release: 13%{?dist} +Release: 14%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Mariner @@ -81,6 +81,9 @@ bin/influx completion zsh > %{buildroot}/%{_datadir}/zsh/site-functions/_influx %{_datadir}/zsh %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 2.6.1-14 +- Bump release to rebuild with go 1.21.6 + * Mon Oct 16 2023 CBL-Mariner Servicing Account - 2.6.1-13 - Bump release to rebuild with go 1.20.9 diff --git a/SPECS/influxdb/influxdb.spec b/SPECS/influxdb/influxdb.spec index 0ad4aa3d867..6935c5c9154 100644 --- a/SPECS/influxdb/influxdb.spec +++ b/SPECS/influxdb/influxdb.spec @@ -18,7 +18,7 @@ Summary: Scalable datastore for metrics, events, and real-time analytics Name: influxdb Version: 2.6.1 -Release: 12%{?dist} +Release: 13%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Mariner @@ -144,6 +144,9 @@ go test ./... %{_tmpfilesdir}/influxdb.conf %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 2.6.1-13 +- Bump release to rebuild with go 1.21.6 + * Mon Oct 16 2023 CBL-Mariner Servicing Account - 2.6.1-12 - Bump release to rebuild with go 1.20.9 diff --git a/SPECS/kata-containers-cc/kata-containers-cc.spec b/SPECS/kata-containers-cc/kata-containers-cc.spec index 587cbb14ebe..90688a18430 100644 --- a/SPECS/kata-containers-cc/kata-containers-cc.spec +++ b/SPECS/kata-containers-cc/kata-containers-cc.spec @@ -10,7 +10,7 @@ Name: kata-containers-cc Version: 0.6.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Kata Confidential Containers package developed for Confidential Containers on AKS License: ASL 2.0 Vendor: Microsoft Corporation @@ -275,6 +275,9 @@ install -D -m 0755 %{_builddir}/%{name}-%{version}/tools/osbuilder/image-builder %exclude %{osbuilder}/tools/osbuilder/rootfs-builder/ubuntu %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 0.6.3-4 +- Bump release to rebuild with go 1.21.6 + * Tue Jan 30 2024 Archana Choudhary - 0.6.3-3 - Remove kernel-uvm-cvm(-devel) dependency - Remove kernel-uvm-cvm modules/sources/files diff --git a/SPECS/kata-containers/kata-containers.spec b/SPECS/kata-containers/kata-containers.spec index 757d95a5bd0..8ac721cfc0f 100644 --- a/SPECS/kata-containers/kata-containers.spec +++ b/SPECS/kata-containers/kata-containers.spec @@ -44,7 +44,7 @@ Summary: Kata Containers version 2.x repository Name: kata-containers Version: 3.1.0 -Release: 10%{?dist} +Release: 11%{?dist} License: ASL 2.0 Vendor: Microsoft Corporation URL: https://github.com/%{name}/%{name} @@ -229,6 +229,9 @@ ln -sf %{_bindir}/kata-runtime %{buildroot}%{_prefix}/local/bin/kata-runtime %exclude %{kataosbuilderdir}/rootfs-builder/ubuntu %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 3.1.0-11 +- Bump release to rebuild with go 1.21.6 + * Tue Dec 05 2023 Archana Choudhary - 3.1.0-10 - Drop qemu-kvm-core dependency - Define explicit dependency on qemu-virtiofsd diff --git a/SPECS/keda/keda.spec b/SPECS/keda/keda.spec index 1ddd417ed79..1a635450afa 100644 --- a/SPECS/keda/keda.spec +++ b/SPECS/keda/keda.spec @@ -1,7 +1,7 @@ Summary: Kubernetes-based Event Driven Autoscaling Name: keda Version: 2.4.0 -Release: 18%{?dist} +Release: 19%{?dist} License: ASL 2.0 Vendor: Microsoft Corporation Distribution: Mariner @@ -68,6 +68,9 @@ cp ./bin/keda-adapter %{buildroot}%{_bindir} %{_bindir}/%{name}-adapter %changelog +* Fri Feb 09 2024 Pawel Winogrodzki - 2.4.0-19 +- Bump release to rebuild with go 1.21.6. + * Mon Feb 05 2024 Nicolas Guibourge - 2.4.0-18 - Patch CVE-2021-44716 diff --git a/SPECS/kubernetes/kubernetes.spec b/SPECS/kubernetes/kubernetes.spec index 0c0ba1c58aa..b21fdcbba88 100644 --- a/SPECS/kubernetes/kubernetes.spec +++ b/SPECS/kubernetes/kubernetes.spec @@ -10,7 +10,7 @@ Summary: Microsoft Kubernetes Name: kubernetes Version: 1.28.4 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 Vendor: Microsoft Corporation Distribution: Mariner @@ -263,6 +263,9 @@ fi %{_exec_prefix}/local/bin/pause %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 1.28.4-2 +- Bump release to rebuild with go 1.21.6 + * Tue Dec 5 2023 Aadhar Agarwal - 1.28.4-1 - Upgrade to 1.28.4 to fix CVE-2023-5528 diff --git a/SPECS/kured/kured.spec b/SPECS/kured/kured.spec index 3f1be554a72..4ef0364a049 100644 --- a/SPECS/kured/kured.spec +++ b/SPECS/kured/kured.spec @@ -25,7 +25,7 @@ Summary: Kubernetes daemonset to perform safe automatic node reboots Name: kured Version: 1.14.2 -Release: 1%{?dist} +Release: 2%{?dist} License: Apache-2.0 Vendor: Microsoft Corporation Distribution: Mariner @@ -122,6 +122,9 @@ sed -i -e 's|image: .*|image: registry.opensuse.org/kubic/kured:%{version}|g' %{ %{_datarootdir}/k8s-yaml/kured/kured.yaml %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 1.14.2-2 +- Bump release to rebuild with go 1.21.6 + * Tue Jan 16 2024 Mandeep Plaha - 1.14.2-1 - Upgrade to 1.14.2 for vendored go CVE-2023-39325 diff --git a/SPECS/libnvidia-container/libnvidia-container.spec b/SPECS/libnvidia-container/libnvidia-container.spec index fb5bad6a065..7f7930d43f2 100644 --- a/SPECS/libnvidia-container/libnvidia-container.spec +++ b/SPECS/libnvidia-container/libnvidia-container.spec @@ -4,7 +4,7 @@ Summary: NVIDIA container runtime library Name: libnvidia-container Version: 1.13.5 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD AND ASL2.0 AND GPLv3+ AND LGPLv3+ AND MIT AND GPLv2 Vendor: Microsoft Corporation Distribution: Mariner @@ -132,6 +132,9 @@ This package contains command-line tools that facilitate using the library. %{_bindir}/* %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 1.13.5-5 +- Bump release to rebuild with go 1.21.6 + * Mon Oct 16 2023 CBL-Mariner Servicing Account - 1.13.5-4 - Bump release to rebuild with go 1.20.9 diff --git a/SPECS/moby-cli/moby-cli.spec b/SPECS/moby-cli/moby-cli.spec index 4d863c344fa..f989bae6763 100644 --- a/SPECS/moby-cli/moby-cli.spec +++ b/SPECS/moby-cli/moby-cli.spec @@ -4,7 +4,7 @@ Summary: The open-source application container engine client. Name: moby-%{upstream_name} Version: 20.10.27 -Release: 4%{?dist} +Release: 5%{?dist} License: ASL 2.0 Group: Tools/Container URL: https://github.com/docker/cli @@ -83,6 +83,9 @@ install -p -m 644 contrib/completion/fish/docker.fish %{buildroot}%{_datadir}/fi %{_datadir}/fish/vendor_completions.d/docker.fish %changelog +* Thu Feb 08 2024 Muhammad Falak - 20.10.27-5 +- Bump release to rebuild with go 1.21.6 + * Mon Feb 05 2024 Nicolas Guibourge - 20.10.27-4 - Patch CVE-2021-44716 diff --git a/SPECS/moby-containerd/moby-containerd.spec b/SPECS/moby-containerd/moby-containerd.spec index 3b5b285dbf1..4083bc5d059 100644 --- a/SPECS/moby-containerd/moby-containerd.spec +++ b/SPECS/moby-containerd/moby-containerd.spec @@ -5,7 +5,7 @@ Summary: Industry-standard container runtime Name: moby-%{upstream_name} Version: 1.6.26 -Release: 2%{?dist} +Release: 3%{?dist} License: ASL 2.0 Group: Tools/Container URL: https://www.containerd.io @@ -90,6 +90,9 @@ fi %dir /opt/containerd/lib %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 1.6.26-3 +- Bump release to rebuild with go 1.21.6 + * Wed Dec 20 2023 Ravi Prakash Pandey - 1.6.26-2 - Set oom_score_adj of containerd to -999 and bump the release version to 2 diff --git a/SPECS/moby-engine/moby-engine.spec b/SPECS/moby-engine/moby-engine.spec index 1eb96eb0856..685bba23eae 100644 --- a/SPECS/moby-engine/moby-engine.spec +++ b/SPECS/moby-engine/moby-engine.spec @@ -4,7 +4,7 @@ Summary: The open-source application container engine Name: %{upstream_name}-engine Version: 20.10.27 -Release: 2%{?dist} +Release: 3%{?dist} License: ASL 2.0 Group: Tools/Container URL: https://mobyproject.org @@ -128,6 +128,9 @@ fi %{_unitdir}/* %changelog +* Thu Feb 08 2024 Muhammad Falak - 20.10.27-3 +- Bump release to rebuild with go 1.21.6 + * Fri Feb 02 2024 Tobias Brick - 20.10.27-2 - Patch CVE-2022-21698 diff --git a/SPECS/moby-runc/moby-runc.spec b/SPECS/moby-runc/moby-runc.spec index 3722e943803..55573a45f2f 100644 --- a/SPECS/moby-runc/moby-runc.spec +++ b/SPECS/moby-runc/moby-runc.spec @@ -5,7 +5,7 @@ Summary: CLI tool for spawning and running containers per OCI spec. Name: moby-%{upstream_name} # update "commit_hash" above when upgrading version Version: 1.1.9 -Release: 4%{?dist} +Release: 5%{?dist} License: ASL 2.0 URL: https://github.com/opencontainers/runc Group: Virtualization/Libraries @@ -58,6 +58,9 @@ make install-man DESTDIR="%{buildroot}" PREFIX="%{_prefix}" %{_mandir}/* %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 1.1.9-5 +- Bump release to rebuild with go 1.21.6 + * Tue Jan 23 2024 Muhammad Falak - 1.1.9-4 - Address CVE-2024-21626 - Switch to autosetup diff --git a/SPECS/multus/multus.spec b/SPECS/multus/multus.spec index 125dfeb1f80..9efc4ae320e 100644 --- a/SPECS/multus/multus.spec +++ b/SPECS/multus/multus.spec @@ -19,7 +19,7 @@ Summary: CNI plugin providing multiple interfaces in containers Name: multus Version: 4.0.2 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 Vendor: Microsoft Corporation Distribution: Mariner @@ -72,6 +72,9 @@ install -D -m0644 deployments/multus-daemonset.yml %{buildroot}%{_datadir}/k8s-y %{_datarootdir}/k8s-yaml/multus/multus.yaml %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 4.0.2-2 +- Bump release to rebuild with go 1.21.6 + * Thu Sep 28 2023 Aditya Dubey - 4.0.2-1 - Upgrade to v4.0.2 diff --git a/SPECS/nmi/nmi.spec b/SPECS/nmi/nmi.spec index 1754b841769..b9f46853dfa 100644 --- a/SPECS/nmi/nmi.spec +++ b/SPECS/nmi/nmi.spec @@ -2,7 +2,7 @@ Summary: Node Managed Identity Name: nmi Version: 1.8.11 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Mariner @@ -61,6 +61,9 @@ popd %{_bindir}/%{name} %changelog +* Fri Feb 09 2024 Muhammad Falak - 1.8.11-2 +- Bump release to rebuild with go 1.21.6 + * Fri Feb 06 2024 Tobias Brick - 1.8.11-1 - Upgrade to version 1.8.11 to CVE-2022-21698 diff --git a/SPECS/node-problem-detector/node-problem-detector.spec b/SPECS/node-problem-detector/node-problem-detector.spec index de9ba8133af..b8521ba0443 100644 --- a/SPECS/node-problem-detector/node-problem-detector.spec +++ b/SPECS/node-problem-detector/node-problem-detector.spec @@ -1,7 +1,7 @@ Summary: Kubernetes daemon to detect and report node issues Name: node-problem-detector Version: 0.8.10 -Release: 18%{?dist} +Release: 19%{?dist} License: ASL 2.0 Vendor: Microsoft Corporation Distribution: Mariner @@ -65,6 +65,9 @@ make test %config(noreplace) %{_sysconfdir}/node-problem-detector.d/* %changelog +* Fri Feb 09 2024 Muhammad Falak - 0.8.10-19 +- Bump release to rebuild with go 1.21.6 + * Mon Feb 05 2024 Tobias Brick - 0.8.10-18 - Patch CVE-2022-21698 diff --git a/SPECS/nvidia-container-toolkit/nvidia-container-toolkit.spec b/SPECS/nvidia-container-toolkit/nvidia-container-toolkit.spec index bbbf3415fcd..0ecd1e0742e 100644 --- a/SPECS/nvidia-container-toolkit/nvidia-container-toolkit.spec +++ b/SPECS/nvidia-container-toolkit/nvidia-container-toolkit.spec @@ -2,7 +2,7 @@ Summary: NVIDIA container runtime hook Name: nvidia-container-toolkit Version: 1.13.5 -Release: 3%{?dist} +Release: 4%{?dist} License: ALS2.0 Vendor: Microsoft Corporation Distribution: Mariner @@ -94,6 +94,9 @@ rm -f %{_bindir}/nvidia-container-toolkit %{_bindir}/nvidia-ctk %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 1.13.5-4 +- Bump release to rebuild with go 1.21.6 + * Mon Oct 16 2023 CBL-Mariner Servicing Account - 1.13.5-3 - Bump release to rebuild with go 1.20.9 diff --git a/SPECS/opa/opa.spec b/SPECS/opa/opa.spec index 727b2c96dd1..73fc88dea16 100644 --- a/SPECS/opa/opa.spec +++ b/SPECS/opa/opa.spec @@ -5,7 +5,7 @@ Summary: Open source, general-purpose policy engine Name: opa Version: 0.50.2 -Release: 7%{?dist} +Release: 8%{?dist} # Upstream license specification: MIT and Apache-2.0 # Main package: ASL 2.0 # internal/jwx: MIT @@ -53,6 +53,9 @@ install -D -p -m 0644 man/* %{buildroot}%{_mandir}/man1/ %{_bindir}/* %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 0.50.2-8 +- Bump release to rebuild with go 1.21.6 + * Mon Oct 16 2023 CBL-Mariner Servicing Account - 0.50.2-7 - Bump release to rebuild with go 1.20.9 diff --git a/SPECS/prometheus-adapter/prometheus-adapter.spec b/SPECS/prometheus-adapter/prometheus-adapter.spec index 2d67974b475..0774f3ec9f2 100644 --- a/SPECS/prometheus-adapter/prometheus-adapter.spec +++ b/SPECS/prometheus-adapter/prometheus-adapter.spec @@ -1,7 +1,7 @@ Summary: Kubernetes Custom, Resource, and External Metric APIs implemented to work with Prometheus. Name: prometheus-adapter Version: 0.10.0 -Release: 10%{?dist} +Release: 11%{?dist} License: Apache-2.0 Vendor: Microsoft Corporation Distribution: Mariner @@ -41,6 +41,9 @@ make test %doc README.md RELEASE.md %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 0.10.0-11 +- Bump release to rebuild with go 1.21.6 + * Mon Oct 16 2023 CBL-Mariner Servicing Account - 0.10.0-10 - Bump release to rebuild with go 1.20.9 diff --git a/SPECS/prometheus-process-exporter/prometheus-process-exporter.spec b/SPECS/prometheus-process-exporter/prometheus-process-exporter.spec index 1fa77fe7109..8f570f65d39 100644 --- a/SPECS/prometheus-process-exporter/prometheus-process-exporter.spec +++ b/SPECS/prometheus-process-exporter/prometheus-process-exporter.spec @@ -5,7 +5,7 @@ Summary: Prometheus exporter exposing process metrics from procfs Name: prometheus-process-exporter Version: 0.7.10 -Release: 17%{?dist} +Release: 18%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Mariner @@ -101,6 +101,9 @@ getent passwd 'prometheus' >/dev/null || useradd -r -g 'prometheus' -d '%{_share %dir %attr(0755,prometheus,prometheus) %{_sharedstatedir}/prometheus %changelog +* Fri Feb 09 2024 Muhammad Falak - 0.7.10-18 +- Bump release to rebuild with go 1.21.6 + * Thu Feb 08 2024 Daniel McIlvaney - 0.7.10-17 - Address CVE-2023-44487 by patching vendored golang.org/x/net diff --git a/SPECS/prometheus/prometheus.spec b/SPECS/prometheus/prometheus.spec index 2afd56a924a..20c2f2503f8 100644 --- a/SPECS/prometheus/prometheus.spec +++ b/SPECS/prometheus/prometheus.spec @@ -4,7 +4,7 @@ Summary: Prometheus monitoring system and time series database Name: prometheus Version: 2.37.0 -Release: 11%{?dist} +Release: 12%{?dist} License: Apache-2.0 Vendor: Microsoft Corporation Distribution: Mariner @@ -131,6 +131,9 @@ fi %doc README.md RELEASE.md documentation %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 2.37.0-12 +- Bump release to rebuild with go 1.21.6 + * Mon Oct 16 2023 CBL-Mariner Servicing Account - 2.37.0-11 - Bump release to rebuild with go 1.20.9 diff --git a/SPECS/rook/rook.spec b/SPECS/rook/rook.spec index 7bcabffe96e..9f6d38d39a1 100644 --- a/SPECS/rook/rook.spec +++ b/SPECS/rook/rook.spec @@ -19,7 +19,7 @@ Summary: Orchestrator for distributed storage systems in cloud-native environments Name: rook Version: 1.6.2 -Release: 17%{?dist} +Release: 18%{?dist} License: Apache-2.0 Vendor: Microsoft Corporation Distribution: Mariner @@ -254,6 +254,9 @@ sed -i -e "s|\(.*tag: \)VERSION|\1%{helm_appVersion}|" %{values_yaml} # bother adding docs or changelog or anything %changelog +* Fri Feb 09 2024 Muhammad Falak - 1.6.2-18 +- Bump release to rebuild with go 1.21.6 + * Thu Feb 08 2024 Daniel McIlvaney - 1.6.2-17 - Address CVE-2023-44487 by patching vendored golang.org/x/net diff --git a/SPECS/skopeo/skopeo.spec b/SPECS/skopeo/skopeo.spec index 9085d8f1a2d..94f1a72e9a1 100644 --- a/SPECS/skopeo/skopeo.spec +++ b/SPECS/skopeo/skopeo.spec @@ -1,7 +1,7 @@ Summary: Inspect container images and repositories on registries Name: skopeo Version: 1.14.1 -Release: 1%{?dist} +Release: 2%{?dist} License: Apache-2.0 Vendor: Microsoft Corporation Distribution: Mariner @@ -46,6 +46,9 @@ make test-unit-local %{_mandir}/man1/%%{name}* %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 1.14.1-2 +- Bump release to rebuild with go 1.21.6 + * Fri Jan 19 2024 Muhammad Falak - 1.14.1-1 - Bump version to 1.14.1 to address https://github.com/advisories/GHSA-jq35-85cj-fj4p diff --git a/SPECS/sriov-network-device-plugin/sriov-network-device-plugin.spec b/SPECS/sriov-network-device-plugin/sriov-network-device-plugin.spec index fb016460bd8..b5c514af906 100644 --- a/SPECS/sriov-network-device-plugin/sriov-network-device-plugin.spec +++ b/SPECS/sriov-network-device-plugin/sriov-network-device-plugin.spec @@ -1,7 +1,7 @@ Summary: Plugin for discovering and advertising networking resources Name: sriov-network-device-plugin Version: 3.6.2 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Mariner @@ -34,6 +34,9 @@ install -D -m0755 images/ddptool-1.0.1.12.tar.gz %{buildroot}%{_datadir}/%{name} %{_datadir}/%{name}/ddptool-1.0.1.12.tar.gz %changelog +* Thu Feb 08 2024 Muhammad Falak - 3.6.2-2 +- Bump release to rebuild with go 1.21.6 + * Wed Jan 24 2024 Sudhanshu Mishra - 3.6.2-1 - Upgrade to v3.6.2 diff --git a/SPECS/telegraf/telegraf.spec b/SPECS/telegraf/telegraf.spec index ec95e02ba54..1a25029797c 100644 --- a/SPECS/telegraf/telegraf.spec +++ b/SPECS/telegraf/telegraf.spec @@ -1,7 +1,7 @@ Summary: agent for collecting, processing, aggregating, and writing metrics. Name: telegraf Version: 1.28.5 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Mariner @@ -81,6 +81,9 @@ fi %dir %{_sysconfdir}/%{name}/telegraf.d %changelog +* Fri Feb 02 2024 CBL-Mariner Servicing Account - 1.28.5-2 +- Bump release to rebuild with go 1.21.6 + * Tue Dec 05 2023 Osama Esmail - 1.28.5-1 - Updating to version 1.28.5 to address critical CVEs - Fix testing diff --git a/cgmanifest.json b/cgmanifest.json index e26adf57921..f17dd9f0530 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -4620,8 +4620,8 @@ "type": "other", "other": { "name": "golang", - "version": "1.20.10", - "downloadUrl": "https://golang.org/dl/go1.20.10.src.tar.gz" + "version": "1.21.6", + "downloadUrl": "https://golang.org/dl/go1.21.6.src.tar.gz" } } },