Skip to content

Commit 5f52103

Browse files
Ruchii-27Ruchi Maheshwari
andauthored
Un-pinning the cssc image version to let the latest cached image be picked by task automatically (#9757)
Co-authored-by: Ruchi Maheshwari <rumahe@microsoft.com>
1 parent 7e583bb commit 5f52103

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/acrcssc/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Release History
44
===============
55

6+
1.0.0b7
7+
++++++++
8+
* Unpin cssc image version so that the latest cached image in task infra can be automatically picked for workflow runs. This allows us to push patch updates to cssc image without needing to update the task definition and release a new version of the extension.
9+
610
1.0.0b6
711
++++++++
812
* Fix issue with DNL registry names when scheduling tasks

src/acrcssc/azext_acrcssc/templates/task/cssc_patch_image.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ version: v1.1.0
22
alias:
33
values:
44
ScanReport : os-vulnerability-report_trivy_{{ regexReplaceAll "[^a-zA-Z0-9]" .Values.SOURCE_REPOSITORY "-" }}_{{.Values.SOURCE_IMAGE_TAG}}_$(date "+%Y-%m-%d").json
5-
cssc : mcr.microsoft.com/acr/cssc:1fb6e2a
65
steps:
76
- id: print-inputs
87
cmd: |

src/acrcssc/azext_acrcssc/templates/task/cssc_scan_image.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ alias:
33
values:
44
patchimagetask: cssc-patch-image
55
DATE: $(date "+%Y-%m-%d")
6-
cssc : mcr.microsoft.com/acr/cssc:1fb6e2a
76
steps:
87
- id: print-inputs
98
cmd: |

src/acrcssc/azext_acrcssc/templates/task/cssc_trigger_workflow.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ version: v1.1.0
22
alias:
33
values:
44
ScanImageAndSchedulePatchTask: cssc-scan-image
5-
cssc : mcr.microsoft.com/acr/cssc:1fb6e2a
65
maxLimit: 100
76
steps:
87
- cmd: bash -c 'echo "Inside cssc-trigger-workflow task, getting list of images to be patched based on --filter-policy for Registry {{.Run.Registry}}."'

src/acrcssc/azext_acrcssc/templates/tmp_dry_run_template.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
version: v1.1.0
22
alias:
33
values:
4-
cssc : mcr.microsoft.com/acr/cssc:1fb6e2a
54
maxLimit: 100
65
steps:
76
- id: acr-cli-filter

src/acrcssc/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from distutils import log as logger
1414
logger.warn("Wheel is not available, disabling bdist_wheel hook")
1515

16-
VERSION = '1.0.0b6'
16+
VERSION = '1.0.0b7'
1717

1818
# The full list of classifiers is available at
1919
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)