Skip to content

Commit 51ea85c

Browse files
committed
Merge branch 'main' into HEAD
2 parents 244c1f7 + 0f3c8a9 commit 51ea85c

File tree

231 files changed

+73680
-19062
lines changed

Some content is hidden

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

231 files changed

+73680
-19062
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
variables:
22
ubuntu_pool: 'pool-ubuntu-2204'
3-
windows_pool: 'pool-windows-2019'
3+
windows_pool: 'pool-windows-2022'
44
ubuntu_arm64_pool: 'pool-ubuntu-latest-arm64'

.github/policies/resourceManagement.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2365,17 +2365,6 @@ configuration:
23652365
- coffeemug
23662366
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
23672367
assignMentionees: False
2368-
- if:
2369-
- hasLabel:
2370-
label: Service Attention
2371-
- hasLabel:
2372-
label: Neon Postgre
2373-
then:
2374-
- mentionUsers:
2375-
mentionees:
2376-
- alluri02
2377-
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
2378-
assignMentionees: False
23792368
- if:
23802369
- hasLabel:
23812370
label: Service Attention

linter_exclusions.yml

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -3588,46 +3588,6 @@ eventgrid namespace topic update:
35883588
rule_exclusions:
35893589
- option_length_too_long
35903590

3591-
neon postgres endpoint create:
3592-
rule_exclusions:
3593-
- missing_command_example
3594-
3595-
neon postgres neon-role create:
3596-
rule_exclusions:
3597-
- missing_command_example
3598-
3599-
neon postgres neon-database create:
3600-
rule_exclusions:
3601-
- missing_command_example
3602-
3603-
neon postgres get-postgres-version:
3604-
rule_exclusions:
3605-
- missing_command_example
3606-
3607-
neon postgres branch:
3608-
rule_exclusions:
3609-
- require_wait_command_if_no_wait
3610-
3611-
neon postgres endpoint:
3612-
rule_exclusions:
3613-
- require_wait_command_if_no_wait
3614-
3615-
neon postgres neon-database:
3616-
rule_exclusions:
3617-
- require_wait_command_if_no_wait
3618-
3619-
neon postgres neon-role:
3620-
rule_exclusions:
3621-
- require_wait_command_if_no_wait
3622-
3623-
neon postgres organization:
3624-
rule_exclusions:
3625-
- require_wait_command_if_no_wait
3626-
3627-
neon postgres project:
3628-
rule_exclusions:
3629-
- require_wait_command_if_no_wait
3630-
36313591
confcom containers from_vn2:
36323592
parameters:
36333593
template:

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

src/aks-preview/HISTORY.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,21 @@ To release a new version, please select a new version number (usually plus 1 to
1111

1212
Pending
1313
+++++++
14+
15+
20.0.0b1
16+
+++++++
17+
* [Breaking Change] `az aks create/update`: Change `--nat-gateway-outbound-ips` and `--nat-gateway-outbound-ip-prefixes` to use comma-separated values, consistent with load balancer outbound IP parameters.
18+
19+
19.0.0b30
20+
+++++++
21+
* Add option `AzureContainerLinux` to `--os-sku` for `az aks create`, `az aks nodepool add`, and `az aks nodepool update`.
22+
23+
19.0.0b29
24+
+++++++
1425
* Add MIG (Multi-Instance GPU) strategy option to node pool property in `az aks nodepool add` and `az aks nodepool update`.
15-
* `az aks create/update`: Add `--outbound-type managedNATGatewayV2` support using Azure NAT Gateway Standard V2 SKU with IPv6, user-provided IPs, and IP prefixes.
1626
* Fix monitoring addon key casing compatibility with azure-cli/acs
27+
* `az aks create/update`: Add `--outbound-type managedNATGatewayV2` support using Azure NAT Gateway Standard V2 SKU with IPv6, user-provided IPs, and IP prefixes.
28+
* `az aks create/update`: Fix `--outbound-type managedNATGatewayV2` being silently overwritten to `loadBalancer` by the dynamic completion logic.
1729

1830
19.0.0b28
1931
+++++++

0 commit comments

Comments
 (0)