Skip to content

Commit 328e8fb

Browse files
authored
[2.0] August 2025 release (microsoft#14594)
2 parents 12803fd + 622076f commit 328e8fb

File tree

169 files changed

+11470
-430
lines changed

Some content is hidden

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

169 files changed

+11470
-430
lines changed

.pipelines/prchecks/PackageBuildPRCheck.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ extends:
145145
maxCPU: "${{ configuration.maxCPUs }}"
146146
outputArtifactsFolder: $(ob_outputDirectory)
147147
outputRPMsTarballName: $(outputRPMsTarballName)
148-
pipArtifactFeeds: "mariner/Mariner-Pypi-Feed"
149148
selfRepoName: self
150149
testSuiteName: "[${{ configuration.name }}] Package test"
151150

@@ -204,7 +203,6 @@ extends:
204203
isUseCCache: true
205204
maxCPU: "${{ configuration.maxCPUs }}"
206205
outputArtifactsFolder: $(ob_outputDirectory)
207-
pipArtifactFeeds: "mariner/Mariner-Pypi-Feed"
208206
selfRepoName: self
209207
srpmPackList: "$(testListFromToolchain)"
210208
testRerunList: "$(testListFromToolchain)"

.pipelines/templates/PackageBuild.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ parameters:
121121
type: string
122122
default: ""
123123

124-
- name: pipArtifactFeeds
125-
type: string
126-
default: ""
127-
128124
- name: publishLogs
129125
type: boolean
130126
default: true
@@ -154,12 +150,6 @@ steps:
154150
parameters:
155151
buildRepoRoot: ${{ parameters.buildRepoRoot }}
156152

157-
- ${{ if parameters.pipArtifactFeeds }}:
158-
- task: PipAuthenticate@1
159-
inputs:
160-
artifactFeeds: "${{ parameters.pipArtifactFeeds }}"
161-
displayName: "Authenticate to custom pip artifact feeds"
162-
163153
- ${{ if parameters.customToolchainTarballName }}:
164154
- script: |
165155
toolchain_archive="$(find "${{ parameters.inputArtifactsFolder }}" -name "${{ parameters.customToolchainTarballName }}" -print -quit)"

.pipelines/templates/PackageTestResultsAnalysis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ parameters:
3232
default: "$(Agent.TempDirectory)"
3333

3434
steps:
35-
# TODO: the "--index-url" argument must be removed once accessing internal ADO feeds from fork PR checks is supported.
36-
- bash: pip3 install --user junit_xml==1.9 --index-url https://pypi.org/simple
37-
retryCountOnTaskFailure: 3
35+
- bash: sudo tdnf install -y python3-junit-xml
3836
displayName: "Install Python dependencies"
3937

4038
- task: PythonScript@0

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: 25%{?dist}
24+
Release: 26%{?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+
* Thu Sep 04 2025 Akhila Guruju <[email protected]> - 1.18.0-26
127+
- Bump release to rebuild with golang
128+
126129
* Mon Sep 09 2024 CBL-Mariner Servicing Account <[email protected]> - 1.18.0-25
127130
- Bump release to rebuild with go 1.22.7
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: 16%{?dist}
27+
Release: 17%{?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+
* Thu Sep 04 2025 Akhila Guruju <[email protected]> - 1.1.1-17
133+
- Bump release to rebuild with golang
134+
132135
* Mon Sep 09 2024 CBL-Mariner Servicing Account <[email protected]> - 1.1.1-16
133136
- Bump release to rebuild with go 1.22.7
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: 19%{?dist}
5+
Release: 20%{?dist}
66
Summary: A debugger for the Go programming language
77

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

7373

7474
%changelog
75+
* Thu Sep 04 2025 Akhila Guruju <[email protected]> - 1.5.0-20
76+
- Bump release to rebuild with golang
77+
7578
* Mon Sep 09 2024 CBL-Mariner Servicing Account <[email protected]> - 1.5.0-19
7679
- Bump release to rebuild with go 1.22.7
7780

SPECS-EXTENDED/nmi/nmi.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Summary: Node Managed Identity
33
Name: nmi
44
Version: 1.8.17
5-
Release: 5%{?dist}
5+
Release: 6%{?dist}
66
License: MIT
77
Vendor: Microsoft Corporation
88
Distribution: Mariner
@@ -62,6 +62,9 @@ popd
6262
%{_bindir}/%{name}
6363

6464
%changelog
65+
* Thu Sep 04 2025 Akhila Guruju <[email protected]> - 1.8.17-6
66+
- Bump release to rebuild with golang
67+
6568
* Mon Sep 09 2024 CBL-Mariner Servicing Account <[email protected]> - 1.8.17-5
6669
- Bump release to rebuild with go 1.22.7
6770

SPECS-EXTENDED/podman/podman.spec

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

3737
Name: podman
3838
Version: 4.1.1
39-
Release: 22%{?dist}
39+
Release: 23%{?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,9 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/
387387

388388
# rhcontainerbot account currently managed by lsm5
389389
%changelog
390+
* Thu Sep 04 2025 Akhila Guruju <[email protected]> - 4.1.1-23
391+
- Bump release to rebuild with golang
392+
390393
* Mon Sep 09 2024 CBL-Mariner Servicing Account <[email protected]> - 4.1.1-22
391394
- Bump release to rebuild with go 1.22.7
392395

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: 17%{?dist}
4+
Release: 18%{?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+
* Thu Sep 04 2025 Akhila Guruju <[email protected]> - 0.4.7-18
43+
- Bump release to rebuild with golang
44+
4245
* Mon Sep 09 2024 CBL-Mariner Servicing Account <[email protected]> - 0.4.7-17
4346
- Bump release to rebuild with go 1.22.7
4447

SPECS-SIGNED/hvloader-signed/hvloader-signed.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Summary: Signed HvLoader.efi for %{buildarch} systems
77
Name: hvloader-signed-%{buildarch}
88
Version: 1.0.1
9-
Release: 13%{?dist}
9+
Release: 14%{?dist}
1010
License: MIT
1111
Vendor: Microsoft Corporation
1212
Distribution: Mariner
@@ -69,6 +69,9 @@ popd
6969
/boot/efi/HvLoader.efi
7070

7171
%changelog
72+
* Tue Aug 12 2025 Azure Linux Security Servicing Account <[email protected]> - 1.0.1-14
73+
- Bump release for consistency with hvloader spec.
74+
7275
* Tue May 13 2025 Archana Shettigar <[email protected]> - 1.0.1-13
7376
- Bump release for consistency with hvloader spec.
7477

0 commit comments

Comments
 (0)