This repository was archived by the owner on May 13, 2025. It is now read-only.
Commit d847792
K8s extension/release 1.3.8 (Azure#5798)
* Kubernetes Data Protection Extension CLI (#173)
* First draft for Data Protection K8s backup extension (Pending internal review)
* Removing tracing
* Minor changes to improve azdev style
* Internal PR review feedback
Co-authored-by: Rishabh Raj <[email protected]>
* {AKS - ARC} fix: Update DCR creation to Clusters resource group instead of workspace (#175)
* fix: Update DCR creation to Clusters resource group instead of workspace
* .
* .
* casing check
* Add self-signed cert to fix PR gate for azureml extension
* adding the api version to the operation definition in the client factory
* bump k8s-extension version to 1.3.6
* adding tests for all 4 extension types calls
* adding to test config file
* updating the api version for extension types to be the correct version expected by the service
* add test case for flux extension (#184)
* bump k8s-extension version to 1.3.6
* bump k8s-extension version to 1.3.6
* adding upstream test for extension types
* updating history.rst
* [Dapr] Prompt user for existing Dapr installation during extension create (#188)
* Add more validations and user prompt for existing installation scenario
Signed-off-by: Shubham Sharma <[email protected]>
* Add Dapr test'
Signed-off-by: Shubham Sharma <[email protected]>
* Handle stateful set
Signed-off-by: Shubham Sharma <[email protected]>
* Update default handling
Signed-off-by: Shubham Sharma <[email protected]>
* Fix HA handling
Signed-off-by: Shubham Sharma <[email protected]>
* Add placement service todo
Signed-off-by: Shubham Sharma <[email protected]>
* Add non-interactive mode
Signed-off-by: Shubham Sharma <[email protected]>
* Fix lint
Signed-off-by: Shubham Sharma <[email protected]>
* Update tests
Signed-off-by: Shubham Sharma <[email protected]>
* Reset configuration for StatefulSet during k8s upgrade
Signed-off-by: Shubham Sharma <[email protected]>
* Fix lint
Signed-off-by: Shubham Sharma <[email protected]>
* Retrigger tests
Signed-off-by: Shubham Sharma <[email protected]>
* Add changes to manage ha and placement params
Signed-off-by: Shubham Sharma <[email protected]>
* Update message
Signed-off-by: Shubham Sharma <[email protected]>
* nits
Signed-off-by: Shubham Sharma <[email protected]>
Signed-off-by: Shubham Sharma <[email protected]>
* bump k8s-extension version to 1.3.7
* [Dapr] Disable applying CRDs during a downgrade (#193)
* Add logging
Signed-off-by: Shubham Sharma <[email protected]>
* Lint
Signed-off-by: Shubham Sharma <[email protected]>
* Update log
Signed-off-by: Shubham Sharma <[email protected]>
* Revert applyCrds when not downgrading
Signed-off-by: Shubham Sharma <[email protected]>
* Update logic for removing hooks.applyCrds
Signed-off-by: Shubham Sharma <[email protected]>
* Revert logic
Signed-off-by: Shubham Sharma <[email protected]>
* Handle explicit hooks configuration
Signed-off-by: Shubham Sharma <[email protected]>
* Update comment
Signed-off-by: Shubham Sharma <[email protected]>
* re-trigger pipeline
Signed-off-by: Shubham Sharma <[email protected]>
Signed-off-by: Shubham Sharma <[email protected]>
* ContainerInsights extension - Add dataCollectionSettings configuration settings (#200)
* data collection settings
* add support for dataCollectionSettings
* fix indention
* avoid duplicate use of json loads
* remove whitespaces
* fix pr feedback
* Upgrade Python version from 3.6 to 3.7 (#203)
* Upgrade Python version from 3.6 to 3.10
Upgrade to 3.10 for the job that runs Wheel, PyLint, Flake, etc., since 3.6 is not supported anymore by hosted-agent-software.
* Upgrade to Python 3.10 from 3.6
Upgrade to 3.10 as 3.6 is not supported
* Switch PyLink to 1.9.4
Switch PyLink to 1.9.4 from 1.9.5, as 1.9.5 is not supported with Python 3.10
* Use Python 3.7 for Static Analysis
Use 3.7, as 3.10 does not support certain properties used by astpeephole.py that is used by Static Analysis tools
* Try unpinned version of PyLint
PyLint 1.9.5 doesn't work with Python 3.7. So, trying to see if it automatically pulls the latest compatible version.
* Run pylint as a separate command
* Update pylintrc (#204)
* Update pylintrc
* Update k8s-custom-pipelines.yml
* Disable PyLint (#205)
Disable PyLint for now, as the new version has breaking changes and requires lot more fixes
* Disable PyLint on CI scripts
* Fixes for script errors
* Upgrade Static Analysis Python version
Upgrade the Python version for Static Analysis to 3.10, from 3.7, now that PyLint is disabled
* Try 3.9, as 3.10 has breaking changes for Flake8
* Remove version pinning for flake8
Try Python 3.10, without pinning flake8 to a version
* Update k8s-custom-pipelines.yml
* Use Python 3.8.1 & flake8 6.0.0
* Use Python 3.8 instead of 3.8.1
* Update k8s-custom-pipelines.yml
* Update .flake8
Update to reflect breaking change in flake8 6.0
* Update source_code_static_analysis.py
Scope static analysis tools to only k8s-extension module's source in our branch.
* Update k8s-custom-pipelines.yml
* Update k8s-custom-pipelines.yml
* Update k8s-custom-pipelines.yml
* Update pool name in StaticAnalysis
To mirror what is in main of azure-cli-extensions
* Update k8s-custom-pipelines.yml
* Fix indentation
* Update k8s-custom-pipelines.yml
* Update k8s-custom-pipelines.yml
* Revert changes
* Revert changes
* Revert changes to source_code_static_analysis.py
* Update source_code_static_analysis.py
* Revert changes
* Use Ubuntu 20.4 for BuiltTestPublish stage
* Switch to ubuntu-20.04 from latest
Co-authored-by: Rishik Hombal <[email protected]>
* [Dapr] Do not apply CRD hook when version is unchanged or auto-upgrade is being disabled (#201)
* Update logic
Signed-off-by: Shubham Sharma <[email protected]>
* re-trigger pipeline
Signed-off-by: Shubham Sharma <[email protected]>
* re-trigger pipeline
Signed-off-by: Shubham Sharma <[email protected]>
Signed-off-by: Shubham Sharma <[email protected]>
Co-authored-by: NarayanThiru <[email protected]>
* add dummy key for amalogs as well
* bump k8s-extension version to 1.3.8
* Adding GA api version 2022-11-01 exposing isSystemExtension and support for plan info
* Seperate args for plan name, product and publisher
* updating cassete file
* updating HISTORY.rst
* k8s-extension release 1.3.8
---------
Signed-off-by: Shubham Sharma <[email protected]>
Co-authored-by: Rishabh Raj <[email protected]>
Co-authored-by: Rishabh Raj <[email protected]>
Co-authored-by: bragi92 <[email protected]>
Co-authored-by: Yue Yu <[email protected]>
Co-authored-by: Deeksha Sharma <[email protected]>
Co-authored-by: Bavneet Singh <[email protected]>
Co-authored-by: Shubham Sharma <[email protected]>
Co-authored-by: Bavneet Singh <[email protected]>
Co-authored-by: Ganga Mahesh Siddem <[email protected]>
Co-authored-by: NarayanThiru <[email protected]>
Co-authored-by: Rishik Hombal <[email protected]>
Co-authored-by: Amol Agrawal <[email protected]>
Co-authored-by: Amol Agrawal <[email protected]>
Co-authored-by: Arif Lakhani <[email protected]>
Co-authored-by: Arif-lakhani <[email protected]>1 parent 055c2cf commit d847792
File tree
82 files changed
+22673
-94
lines changed- src/k8s-extension
- azext_k8s_extension
- partner_extensions
- tests/latest/recordings
- vendored_sdks
- v2022_07_01
- aio
- operations
- models
- operations
- v2022_11_01
- aio
- operations
- models
- operations
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
82 files changed
+22673
-94
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
6 | 13 | | |
7 | 14 | | |
8 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
24 | 33 | | |
25 | 34 | | |
26 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
| |||
67 | 73 | | |
68 | 74 | | |
69 | 75 | | |
70 | | - | |
71 | | - | |
72 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
73 | 79 | | |
74 | 80 | | |
75 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
79 | 90 | | |
80 | 91 | | |
81 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
112 | 115 | | |
113 | 116 | | |
114 | 117 | | |
| |||
182 | 185 | | |
183 | 186 | | |
184 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
185 | 191 | | |
186 | 192 | | |
187 | 193 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
| 118 | + | |
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
| |||
Lines changed: 28 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
453 | 455 | | |
454 | 456 | | |
455 | 457 | | |
| 458 | + | |
456 | 459 | | |
457 | 460 | | |
458 | 461 | | |
| |||
473 | 476 | | |
474 | 477 | | |
475 | 478 | | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
476 | 499 | | |
477 | 500 | | |
478 | 501 | | |
| |||
502 | 525 | | |
503 | 526 | | |
504 | 527 | | |
505 | | - | |
| 528 | + | |
506 | 529 | | |
507 | 530 | | |
508 | 531 | | |
| |||
520 | 543 | | |
521 | 544 | | |
522 | 545 | | |
| 546 | + | |
523 | 547 | | |
524 | 548 | | |
525 | 549 | | |
| |||
570 | 594 | | |
571 | 595 | | |
572 | 596 | | |
573 | | - | |
| 597 | + | |
574 | 598 | | |
575 | 599 | | |
576 | 600 | | |
| |||
665 | 689 | | |
666 | 690 | | |
667 | 691 | | |
| 692 | + | |
668 | 693 | | |
669 | 694 | | |
670 | 695 | | |
| |||
0 commit comments