This repository was archived by the owner on May 13, 2025. It is now read-only.
Commit 1531a34
[k8s-configuration] Release v1.4.0 with S3 Bucket as Source support (Azure#4285)
* Create pull.yml
* Update pull.yml
* Update azure-pipelines.yml
* Initial commit of k8s-extension
* Update CODEOWNERS
* Update azure-pipelines.yml
* Create pull.yml
* Update pull.yml
* Update pull.yml
* Update pipelines file
* Update k8s-configuration name
* Update test script params
* Update pipeline file
* Remove codeowners
* Update pipelines file
* Update CODEOWNERS
* Update private preview pipelines
* Remove open service mesh from public release
* Update pipeline files
* Update custom pipelines files
* Add publish step to k8s-configuration
* Update pipeline to publish extension
* Update public extension pipeline
* Change condition variable
* Update pipeline naming
* Add version to public preview/private preview
* Update pipelines
* Add different testing based on private branch
* Add annotations to extension model
* Update k8s-custom-pipelines.yml
* Update SDKs with Updated Swagger Spec for 2020-07-01-preview (#13)
* Update sdks with updated swagger spec
* Update version and history rst
* Reorder release history timeline
* Fix ExtensionInstanceForCreate for import
* remove py2 bdist support
* Add custom table formatting
* Remove unnecessary files
* Fix style issues
* Fix branch based on comments
* Update identity piece manually
* Don't handle defaults at the CLI level
* Remove defaults from CLI client
* Check null target namespace with namespace scope
* Update style
* Add cassandra operator and location to model
* Stage Public Version of k8s-extension 0.2.0 for official release (#15)
* Create pull.yml
* Update pull.yml
* Update azure-pipelines.yml
* Initial commit of k8s-extension
* Update pipelines file
* Update CODEOWNERS
* Update private preview pipelines
* Remove open service mesh from public release
* Update pipeline files
* Update public extension pipeline
* Change condition variable
* Add version to public preview/private preview
* Update pipelines
* Add different testing based on private branch
* Add annotations to extension model
* Update k8s-custom-pipelines.yml
* Update SDKs with Updated Swagger Spec for 2020-07-01-preview (#13)
* Update sdks with updated swagger spec
* Update version and history rst
* Reorder release history timeline
* Fix ExtensionInstanceForCreate for import
* remove py2 bdist support
* Add custom table formatting
* Remove unnecessary files
* Fix style issues
* Fix branch based on comments
* Update identity piece manually
* Don't handle defaults at the CLI level
* Remove defaults from CLI client
* Check null target namespace with namespace scope
* Update style
* Add cassandra operator and location to model
Co-authored-by: [email protected] <Action - Fork Sync>
* Remove custom pipelines file
* Update extension description, remove private const
* Update pipeline file
* Disable check ref docs
* Disable refs docs
* Update to include better create warning logs and remove update context (#20)
* Update to include better create warning logs and remove update context
* Remove help text for update
* Fix spelling error
* Update message
* Fix k8s-extension conflict with private version
* Fix style errors
* Fix filename
* add customization for microsoft.azureml.kubernetes (#23)
* add customization for microsoft.azureml.kubernetes
* Update release history
Co-authored-by: Yue Yu <[email protected]>
Co-authored-by: jonathan-innis <[email protected]>
* Add E2E Testing from Separate branch into internal code (#26)
* Add internal e2e testing
* Change to testing folder
* Inference CLI validation for Scoring FE (#24)
* cli validation starter
* added the call to the fe validation function
* nodeport validation not required
* test fix
Co-authored-by: Jonathan Innis <[email protected]>
* legal warning added (#27)
* Remove deprecated method logger.warn
* Update k8s-custom-pipelines.yml for Azure Pipelines
* Update k8s-custom-pipelines.yml for Azure Pipelines
* Add Azure Defender to E2E testing (#28)
* Add azure defender testing to e2e
* Remove the debug flag
* Add configuration testing
* Fix pipeline failures
* Make test script more intuitive
* Remove parameter from testing
* Add some debug
* Fix wrong location for k8s config whl
* Fix pip install upgrade issue
* Fix pip install upgrade issue
* Add Check for Provider Registration and Refactor (#19)
* Add check for provider registration and refactor
* Fix bug in checking registration
* Add license header to utils
* Update private key check and error messaging
* Update based on refactoring
* Fix failing tests
* Add provider registration check
* Create a test for uppercase url, address comments
* Add blank line to fix style check
* Testing increase to ubuntu-latest
* Update k8s-configuration Models to Track2 (#63)
* Update models to track2
* Increase k8s-configuration version number
* Update kind version
* Change error to warning because of DSA failure
* Upgrade helm operator chart version (#75)
* Pin helm version
* Bump version
* Migrate pipeline (#90)
* Disable updates on configuration tests (#89)
* Release k8s-configuration v1.2.0 for Flux v2 Public Preview (#86)
* Scaffold out the k8s-config package
* Base implementation of CLI commands
* Add create scenario and cleanup in consts
* Add help text to commands, params
* Add other clients to client factory
* Automatically installing the flux extension
* Move flux and extension into modules
* Updated the versioned sdks
* Push working command for testing
* Update to multi api versioned sdk
* Support other extension methods
* Fix nullity check
* Add source control provider
* Add scc commands
* Add defer logic for create with cache
* Use default extension with identity
* Fix identity creation
* Add kustomization caching
* Add formatters
* Add scc provider
* Add help text for k8s-config fluxv1
* Add help text for extension
* Allow force delete of extension and fluxconfiguration
* Add location to the extension model
* Update with latest from k8s-extension
* Add k8s-config testing
* Add license header
* Fix all style issues
* Update codeowners file
* Validate data before checking cluster compliance
* No kustomizations warning
* Fix identity issue in 2020-07-01
* Fix k8s regex
* Fix configuration name regex validation
* Fix name length validation
* Adding some validation warnings
* Add protected settings to request
* Exclude private test path
* Add suspend functionality
* Add correct values to build Kustomization
* Add no_wait
* Fix style issues
* Use base64 encoded httpsUser
* Fix formatting error and base64 encoding error
* Fix style issues
* Fix force
* Updated help text
* Style fixes
* Increase namespace maximum len
* Add managed cluster support to k8s-config
* Custom confirmation when prune is enabled
* Add flux commands to existing k8s-configuration
* Remove extension provider from CLI
* Fix style issues
* Override extension variables
* Strip newlines from known_hosts file
* Update help text and validators
* Strip newlines from known hosts
* Add provisioning state check for flux extension
* Pin helm version
* Remove validation from create command
* Add patch support with new SDK
* Add implementation for CRUD of source and kustomization
* Fix errors on patch
* Fix some bugs in patching properties
* Add fixes for patch in k8s-configuraiton
* Change duration formatting in table output
* Add validation and conversion for durations
* Bump verison and fix typo
* Fix bug with dependencies
* Fix linter and style issues
* Fix delete prune check
* Add flux testing
* Create separate jobs for scenarios
* Update error text
* Fix filepath suggestion from CLI team
* Fix unneeded file edit
* Add a Deployed Object List to the Flux CLI (#91)
* Enable a deployed object list on the CLI
* Show detail when extension install fails
* Bump version
* Update deployed object format (#93)
* Fix help text for consistency
* Enable Bucket Support in the CLI (#92)
* Update vendored_sdks
* Enable source kind generation factories and use kwargs to pass to provider
* Add better validation logic to source generator
* Move away from classes in the provider directory
* Fix style issues using black auto-formatter
* Fix linter failures
* Update identity with api version and rp in same function
* Bucket Testing for E2E Testing (#96)
* Bucket testing
* Add switching kind test to update CLI
* Bump version
* Remove unneeded files
Co-authored-by: [email protected] <Action - Fork Sync>
Co-authored-by: yuyue9284 <[email protected]>
Co-authored-by: Yue Yu <[email protected]>
Co-authored-by: Lia Kazakova <[email protected]>1 parent d573b22 commit 1531a34
File tree
53 files changed
+11902
-1076
lines changed- src/k8s-configuration
- azext_k8s_configuration
- providers
- vendored_sdks
- aio
- v2021_11_01_preview/models
- v2022_01_01_preview
- 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.
53 files changed
+11902
-1076
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
Lines changed: 22 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
22 | | - | |
23 | | - | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| 37 | + | |
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
37 | | - | |
38 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
42 | | - | |
43 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
44 | 51 | | |
45 | 52 | | |
46 | 53 | | |
47 | | - | |
48 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
89 | 97 | | |
90 | 98 | | |
91 | 99 | | |
| |||
0 commit comments