Skip to content

Commit bd9a5c7

Browse files
mfrwPawelWMS
andauthored
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>
1 parent 1add496 commit bd9a5c7

49 files changed

Lines changed: 191 additions & 52 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

SPECS-EXTENDED/buildah/buildah.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
Summary: A command line tool used for creating OCI Images
2222
Name: buildah
2323
Version: 1.18.0
24-
Release: 21%{?dist}
24+
Release: 22%{?dist}
2525
License: ASL 2.0
2626
Vendor: Microsoft Corporation
2727
Distribution: Mariner
@@ -123,6 +123,9 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype
123123
%{_datadir}/%{name}/test
124124

125125
%changelog
126+
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.18.0-22
127+
- Bump release to rebuild with go 1.21.6
128+
126129
* Wed Oct 18 2023 Minghe Ren <mingheren@microsoft.com> - 1.18.0-21
127130
- Bump release to rebuild against glibc 2.35-6
128131

SPECS-EXTENDED/containernetworking-plugins/containernetworking-plugins.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
Name: %{project}-%{repo}
2626
Version: 1.1.1
27-
Release: 13%{?dist}
27+
Release: 14%{?dist}
2828
Summary: Libraries for writing CNI plugin
2929
License: ASL 2.0 and BSD and MIT
3030
Vendor: Microsoft Corporation
@@ -129,6 +129,9 @@ install -p plugins/ipam/dhcp/systemd/cni-dhcp.socket %{buildroot}%{_unitdir}
129129
%{_unitdir}/cni-dhcp.socket
130130

131131
%changelog
132+
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.1.1-14
133+
- Bump release to rebuild with go 1.21.6
134+
132135
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.1.1-13
133136
- Bump release to rebuild with go 1.20.9
134137

SPECS-EXTENDED/delve/delve.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Vendor: Microsoft Corporation
22
Distribution: Mariner
33
Name: delve
44
Version: 1.5.0
5-
Release: 16%{?dist}
5+
Release: 17%{?dist}
66
Summary: A debugger for the Go programming language
77

88
License: MIT
@@ -72,6 +72,9 @@ done
7272

7373

7474
%changelog
75+
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.5.0-17
76+
- Bump release to rebuild with go 1.21.6
77+
7578
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.5.0-16
7679
- Bump release to rebuild with go 1.20.9
7780

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Signatures": {
33
"dnsname-18822f9.tar.gz": "c78995a745981fc62a6af579ba416304538e3cba7267d6c06b926a9f4bcd8db9",
4-
"gvisor-tap-vsock-aab0ac9.tar.gz": "e833d0a4506a02c8462ebfe34c48542e8142ddce0ab00277252450e6f42271ae",
4+
"gvisor-tap-vsock-012bc90.tar.gz": "c9b9c43ca4972fb49e2c098cbbe28aa26bb6fc10d5b642032dcc40005f06a26c",
55
"podman-4.1.1.tar.gz": "27bf32e9b1afee94cb08ebd59389104788d687f402a541f3631f94c7916b10a5"
66
}
77
}

SPECS-EXTENDED/podman/podman.spec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
# https://github.com/containers/gvisor-tap-vsock
3030
%global import_path_gvproxy %%{provider}.%{provider_tld}/%{project}/%{repo_gvproxy}
3131
%global git_gvproxy https://%{import_path_gvproxy}
32-
%global commit_gvproxy aab0ac9367fc5142f5857c36ac2352bcb3c60ab7
32+
%global commit_gvproxy 012bc90eed47444b08986d56ffd65b0f68cfff20
3333
%global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7})
3434

3535
%global built_tag v4.1.1
3636

3737
Name: podman
3838
Version: 4.1.1
39-
Release: 18%{?dist}
39+
Release: 19%{?dist}
4040
License: ASL 2.0 and BSD and ISC and MIT and MPLv2.0
4141
Summary: Manage Pods, Containers and Container Images
4242
Vendor: Microsoft Corporation
@@ -387,6 +387,10 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/
387387

388388
# rhcontainerbot account currently managed by lsm5
389389
%changelog
390+
* Fri Feb 02 2024 Muhammad Falak <mwani@microsoft.com> - 4.1.1-19
391+
- Bump release to rebuild with go 1.21.6
392+
- Bump version of gvproxy to enable build with go1.21
393+
390394
* Wed Oct 18 2023 Minghe Ren <mingheren@microsoft.com> - 4.1.1-18
391395
- Bump release to rebuild against glibc 2.35-6
392396

SPECS-EXTENDED/umoci/umoci.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: Open Container Image manipulation tool
22
Name: umoci
33
Version: 0.4.7
4-
Release: 13%{?dist}
4+
Release: 14%{?dist}
55
License: Apache-2.0
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
@@ -39,6 +39,9 @@ go test -mod=vendor
3939
%{_bindir}/umoci
4040

4141
%changelog
42+
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.4.7-14
43+
- Bump release to rebuild with go 1.21.6
44+
4245
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.4.7-13
4346
- Bump release to rebuild with go 1.20.9
4447

SPECS/KeysInUse-OpenSSL/KeysInUse-OpenSSL.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: The KeysInUse Engine for OpenSSL allows the logging of private key usage through OpenSSL
22
Name: KeysInUse-OpenSSL
33
Version: 0.3.4
4-
Release: 3%{?dist}
4+
Release: 4%{?dist}
55
License: MIT
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
@@ -74,6 +74,9 @@ if [ -x %{_bindir}/keysinuseutil ]; then
7474
fi
7575

7676
%changelog
77+
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.3.4-4
78+
- Bump release to rebuild with go 1.21.6
79+
7780
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.3.4-3
7881
- Bump release to rebuild with go 1.20.9
7982

SPECS/blobfuse/blobfuse.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: FUSE adapter - Azure Storage Blobs
22
Name: blobfuse
33
Version: 1.4.5
4-
Release: 13%{?dist}
4+
Release: 14%{?dist}
55
License: MIT
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
@@ -46,6 +46,9 @@ install -p -m 755 build/blobfuse %{buildroot}%{_bindir}/
4646
%{_bindir}/blobfuse
4747

4848
%changelog
49+
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.4.5-14
50+
- Bump release to rebuild with go 1.21.6
51+
4952
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.4.5-13
5053
- Bump release to rebuild with go 1.20.9
5154

SPECS/blobfuse2/blobfuse2.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Summary: FUSE adapter - Azure Storage
88
Name: blobfuse2
99
Version: %{blobfuse2_version}
10-
Release: 1%{?dist}
10+
Release: 2%{?dist}
1111
License: MIT
1212
Vendor: Microsoft Corporation
1313
Distribution: Mariner
@@ -80,6 +80,9 @@ install -D -m 0644 ./setup/blobfuse2-logrotate %{buildroot}%{_sysconfdir}/logrot
8080
%{_sysconfdir}/logrotate.d/blobfuse2
8181

8282
%changelog
83+
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.1.2-2
84+
- Bump release to rebuild with go 1.21.6
85+
8386
* Fri Nov 17 2023 Anubhuti Shruti <ashruti@microsoft.com> - 2.1.2-1
8487
- Bump version to 2.1.2
8588

SPECS/cert-manager/cert-manager.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: Automatically provision and manage TLS certificates in Kubernetes
22
Name: cert-manager
33
Version: 1.11.2
4-
Release: 7%{?dist}
4+
Release: 8%{?dist}
55
License: ASL 2.0
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
@@ -112,6 +112,9 @@ install -D -m0755 bin/webhook %{buildroot}%{_bindir}/
112112
%{_bindir}/webhook
113113

114114
%changelog
115+
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.11.2-8
116+
- Bump release to rebuild with go 1.21.6
117+
115118
* Fri Jan 18 2024 Tobias Brick <tobiasb@microsoft.com> - 1.11.2-7
116119
- Patch for CVE-2023-48795
117120

0 commit comments

Comments
 (0)