Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
9667ca2
release pipeline sdp migration
wanlonghenry Mar 31, 2026
7ac6b4a
release pipeline sdp migration
wanlonghenry Mar 31, 2026
3959186
update trivy ignore
wanlonghenry Apr 1, 2026
370355c
update trivy ignore
wanlonghenry Apr 1, 2026
a82aaad
address win build
wanlonghenry Apr 2, 2026
1563a83
address win build
wanlonghenry Apr 2, 2026
7ad7b1b
address win build
wanlonghenry Apr 2, 2026
63b674d
update
wanlonghenry Apr 2, 2026
51f663f
update service Group name per guide
wanlonghenry Apr 7, 2026
7fd9495
update trivy
wanlonghenry Apr 7, 2026
ce48533
update pipeline address non-bocking issue
wanlonghenry Apr 9, 2026
fb21269
update
wanlonghenry Apr 9, 2026
0307a4a
update
wanlonghenry Apr 9, 2026
f8f2924
update
wanlonghenry Apr 9, 2026
ed21160
Merge branch 'ci_prod' of https://github.com/microsoft/Docker-Provide…
wanlonghenry Apr 9, 2026
4bb96b8
Merge branch 'ci_prod' of https://github.com/microsoft/Docker-Provide…
wanlonghenry Apr 10, 2026
630e653
Update .trivyignore
wanlonghenry Apr 10, 2026
f655048
update release pipeline with service definition
wanlonghenry Apr 16, 2026
6b31b63
address conflict
wanlonghenry Apr 16, 2026
1323c2f
address conflict
wanlonghenry Apr 16, 2026
d6a91d3
Update .trivyignore
wanlonghenry Apr 16, 2026
7128d20
Merge branch 'ci_prod' of https://github.com/microsoft/Docker-Provide…
wanlonghenry Apr 16, 2026
ce06a62
address conflict
wanlonghenry Apr 16, 2026
c004112
Merge branch 'longw/sdp-release' of https://github.com/microsoft/Dock…
wanlonghenry Apr 16, 2026
439820f
update
wanlonghenry Apr 17, 2026
ce65d53
update move sdp vars to above
wanlonghenry Apr 18, 2026
c04d77d
Merge branch 'ci_prod' of https://github.com/microsoft/Docker-Provide…
wanlonghenry May 12, 2026
25b9d85
update
wanlonghenry May 12, 2026
9bebf30
update var
wanlonghenry May 13, 2026
d3a2555
update var binding
wanlonghenry May 13, 2026
04614c6
update
wanlonghenry May 13, 2026
8bcfd65
sync chart from extension
wanlonghenry May 13, 2026
6cc8c32
arc pipeline migration
wanlonghenry May 14, 2026
6d0cd12
merge ci prod
wanlonghenry May 14, 2026
50040d5
Merge branch 'ci_prod' of https://github.com/microsoft/Docker-Provide…
wanlonghenry May 14, 2026
091eb18
fix: shorten ServiceSpec description to under 40 chars
wanlonghenry May 14, 2026
198fdfa
fix: use CHART_VERSION variable in helm package for Pilot stage
wanlonghenry May 15, 2026
6969c5e
Merge branch 'ci_prod' of https://github.com/microsoft/Docker-Provide…
wanlonghenry May 15, 2026
0dc2c18
update
wanlonghenry May 16, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .pipelines/azure_pipeline_mergedbranches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,12 @@ extends:
tar -czvf ../artifacts.tar.gz pushAgentToAcr.sh
cd $(Build.SourcesDirectory)/deployment/arc-k8s-extension/ServiceGroupRoot/Scripts
tar -czvf ../artifacts.tar.gz ../../../../charts/azuremonitor-containers/ ../../../../charts/azuremonitor-containerinsights/ pushChartToAcr.sh
cd $(Build.SourcesDirectory)/deployment/arc-k8s-extension-Managed-SDP/ServiceGroupRoot/Scripts
tar -czvf ../artifacts.tar.gz ../../../../charts/azuremonitor-containers/ ../../../../charts/azuremonitor-containerinsights/ pushChartToAcr.sh
cd $(Build.SourcesDirectory)/deployment/arc-k8s-extension-release-v2/ServiceGroupRoot/Scripts
tar -czvf ../artifacts.tar.gz arcExtensionRelease.sh
cd $(Build.SourcesDirectory)/deployment/arc-k8s-extension-release-v2-Managed-SDP/ServiceGroupRoot/Scripts
tar -czvf ../artifacts.tar.gz arcExtensionRelease.sh
windowsAMAUrl=""
if [ -z "$WINDOWS_AMA_URL" ]
then
Expand Down
Loading
Loading