Upgraded `golang` version 1.20.10 -> 1.21.6 (#7640)
Changelog: https://go.dev/doc/devel/release#go1.21.0 Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com> Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>
This commit is contained in:
Родитель
1add496ffa
Коммит
bd9a5c7ce7
|
@ -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 <cblmargh@microsoft.com> - 1.18.0-22
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Wed Oct 18 2023 Minghe Ren <mingheren@microsoft.com> - 1.18.0-21
|
||||
- Bump release to rebuild against glibc 2.35-6
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 1.1.1-14
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.1.1-13
|
||||
- Bump release to rebuild with go 1.20.9
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 1.5.0-17
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.5.0-16
|
||||
- Bump release to rebuild with go 1.20.9
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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 <mwani@microsoft.com> - 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 <mingheren@microsoft.com> - 4.1.1-18
|
||||
- Bump release to rebuild against glibc 2.35-6
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 0.4.7-14
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.4.7-13
|
||||
- Bump release to rebuild with go 1.20.9
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 0.3.4-4
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.3.4-3
|
||||
- Bump release to rebuild with go 1.20.9
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 1.4.5-14
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.4.5-13
|
||||
- Bump release to rebuild with go 1.20.9
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 2.1.2-2
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Fri Nov 17 2023 Anubhuti Shruti <ashruti@microsoft.com> - 2.1.2-1
|
||||
- Bump version to 2.1.2
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 1.11.2-8
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Fri Jan 18 2024 Tobias Brick <tobiasb@microsoft.com> - 1.11.2-7
|
||||
- Patch for CVE-2023-48795
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 1.3.0-2
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Wed Oct 18 2023 Mateusz Gozdek <mgozdek@microsoft.com> - 1.3.0-1
|
||||
- Make plugin binaries correctly print version
|
||||
- Upgrade to version 1.3.0
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 1.0.1-16
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.0.1-15
|
||||
- Bump release to rebuild with go 1.20.9
|
||||
|
||||
|
|
|
@ -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 <mbykhovtsev@microsoft.com> - 1.11.1-4
|
||||
* Fri Feb 10 2024 Mykhailo Bykhovtsev <mbykhovtsev@microsoft.com> - 1.11.1-5
|
||||
- patched vendored quic-go package to address CVE-2023-49295
|
||||
|
||||
* Thu Feb 08 2024 Muhammad Falak <mwani@microsoft.com> - 1.11.1-4
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Mon Feb 05 2024 Daniel McIlvaney <damcilva@microsoft.com> - 1.11.1-3
|
||||
- Refactor vendor patch application
|
||||
- Force vendored components during test
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 1.21.2-19
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.21.2-18
|
||||
- Bump release to rebuild with go 1.20.9
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 1.28.0-4
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.28.0-3
|
||||
- Bump release to rebuild with go 1.20.9
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 1.2.0-15
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.2.0-14
|
||||
- Bump release to rebuild with go 1.20.9
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 3.5.9-2
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Tue Oct 18 2023 Nicolas Guibourge <nicolasg@microsoft.com> - 3.5.9-1
|
||||
- Upgrade to 3.5.9 to match version required by kubernetes
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 2.13.0-17
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.13.0-16
|
||||
- Bump release to rebuild with go 1.20.9
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 0.13.3-25
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.13.3-24
|
||||
- Bump release to rebuild with go 1.20.9
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 2.0.1-22
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.0.1-21
|
||||
- Bump release to rebuild with go 1.20.9
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 1.71.0-17
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.71.0-16
|
||||
- Bump release to rebuild with go 1.20.9
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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 <mwani@microsoft.com> - 1.21.6-1
|
||||
- Bump version to 1.21.6
|
||||
|
||||
* Mon Oct 16 2023 Nan Liu <liunan@microsoft.com> - 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
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 3.14.0-2
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Fri Jan 19 2024 Muhammad Falak <mwani@microsoft.com> - 3.14.0-1
|
||||
- Bump version to address CVE-2023-44487
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 2.6.1-14
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.6.1-13
|
||||
- Bump release to rebuild with go 1.20.9
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 2.6.1-13
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.6.1-12
|
||||
- Bump release to rebuild with go 1.20.9
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 0.6.3-4
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Tue Jan 30 2024 Archana Choudhary <archana1@microsoft.com> - 0.6.3-3
|
||||
- Remove kernel-uvm-cvm(-devel) dependency
|
||||
- Remove kernel-uvm-cvm modules/sources/files
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 3.1.0-11
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Tue Dec 05 2023 Archana Choudhary <archana1@microsoft.com> - 3.1.0-10
|
||||
- Drop qemu-kvm-core dependency
|
||||
- Define explicit dependency on qemu-virtiofsd
|
||||
|
|
|
@ -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 <pawelwi@microsoft.com> - 2.4.0-19
|
||||
- Bump release to rebuild with go 1.21.6.
|
||||
|
||||
* Mon Feb 05 2024 Nicolas Guibourge <nicolasg@microsoft.com> - 2.4.0-18
|
||||
- Patch CVE-2021-44716
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 1.28.4-2
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Tue Dec 5 2023 Aadhar Agarwal <aadagarwal@microsoft.com> - 1.28.4-1
|
||||
- Upgrade to 1.28.4 to fix CVE-2023-5528
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 1.14.2-2
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Tue Jan 16 2024 Mandeep Plaha <mandeepplaha@microsoft.com> - 1.14.2-1
|
||||
- Upgrade to 1.14.2 for vendored go CVE-2023-39325
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 1.13.5-5
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.13.5-4
|
||||
- Bump release to rebuild with go 1.20.9
|
||||
|
||||
|
|
|
@ -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 <mwani@microsoft.com> - 20.10.27-5
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Mon Feb 05 2024 Nicolas Guibourge <nicolasg@microsoft.com> - 20.10.27-4
|
||||
- Patch CVE-2021-44716
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 1.6.26-3
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Wed Dec 20 2023 Ravi Prakash Pandey <rapandey@microsoft.com> - 1.6.26-2
|
||||
- Set oom_score_adj of containerd to -999 and bump the release version to 2
|
||||
|
||||
|
|
|
@ -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 <mwani@microsoft.com> - 20.10.27-3
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Fri Feb 02 2024 Tobias Brick <tobiasb@microsoft.com> - 20.10.27-2
|
||||
- Patch CVE-2022-21698
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 1.1.9-5
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Tue Jan 23 2024 Muhammad Falak <mwani@microsoft.com> - 1.1.9-4
|
||||
- Address CVE-2024-21626
|
||||
- Switch to autosetup
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 4.0.2-2
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Thu Sep 28 2023 Aditya Dubey <adityadubey@microsoft.com> - 4.0.2-1
|
||||
- Upgrade to v4.0.2
|
||||
|
||||
|
|
|
@ -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 <mwani@microsoft.com> - 1.8.11-2
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Fri Feb 06 2024 Tobias Brick <tobiasb@microsoft.com> - 1.8.11-1
|
||||
- Upgrade to version 1.8.11 to CVE-2022-21698
|
||||
|
||||
|
|
|
@ -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 <mwani@microsoft.com> - 0.8.10-19
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Mon Feb 05 2024 Tobias Brick <tobiasb@microsoft.com> - 0.8.10-18
|
||||
- Patch CVE-2022-21698
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 1.13.5-4
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.13.5-3
|
||||
- Bump release to rebuild with go 1.20.9
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 0.50.2-8
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.50.2-7
|
||||
- Bump release to rebuild with go 1.20.9
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 0.10.0-11
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.10.0-10
|
||||
- Bump release to rebuild with go 1.20.9
|
||||
|
||||
|
|
|
@ -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 <mwani@microsoft.com> - 0.7.10-18
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Thu Feb 08 2024 Daniel McIlvaney <damcilva@microsoft.com> - 0.7.10-17
|
||||
- Address CVE-2023-44487 by patching vendored golang.org/x/net
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 2.37.0-12
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.37.0-11
|
||||
- Bump release to rebuild with go 1.20.9
|
||||
|
||||
|
|
|
@ -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 <mwani@microsoft.com> - 1.6.2-18
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Thu Feb 08 2024 Daniel McIlvaney <damcilva@microsoft.com> - 1.6.2-17
|
||||
- Address CVE-2023-44487 by patching vendored golang.org/x/net
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 1.14.1-2
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Fri Jan 19 2024 Muhammad Falak <mwani@microsoft.com> - 1.14.1-1
|
||||
- Bump version to 1.14.1 to address https://github.com/advisories/GHSA-jq35-85cj-fj4p
|
||||
|
||||
|
|
|
@ -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 <mwani@microsoft.com> - 3.6.2-2
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Wed Jan 24 2024 Sudhanshu Mishra <sudhanshu.mishra@microsoft.com> - 3.6.2-1
|
||||
- Upgrade to v3.6.2
|
||||
|
||||
|
|
|
@ -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 <cblmargh@microsoft.com> - 1.28.5-2
|
||||
- Bump release to rebuild with go 1.21.6
|
||||
|
||||
* Tue Dec 05 2023 Osama Esmail <osamaesmail@microsoft.com> - 1.28.5-1
|
||||
- Updating to version 1.28.5 to address critical CVEs
|
||||
- Fix testing
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче