Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[k8s-extension] Update extension CLI to v1.4.4 #6716

Merged
merged 119 commits into from
Sep 4, 2023

Commits on Sep 29, 2022

  1. 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 <rishraj@microsoft.com>
    2 people authored and Bavneet Singh committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    3cc8452 View commit details
    Browse the repository at this point in the history
  2. {AKS - ARC} fix: Update DCR creation to Clusters resource group inste…

    …ad of workspace (#175)
    
    * fix: Update DCR creation to Clusters resource group instead of workspace
    
    * .
    
    * .
    
    * casing check
    bragi92 authored and Bavneet Singh committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    6c56613 View commit details
    Browse the repository at this point in the history
  3. Add self-signed cert to fix PR gate for azureml extension

    Yue Yu authored and Bavneet Singh committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    083ed6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a6208d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #181 from AzureArcForKubernetes/deesharma/exttypes

    adding the api version to the operation definition in the client factory
    deeksha345 authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    2121a2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c6835c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #182 from AzureArcForKubernetes/release-1.3.6

    bump k8s-extension version to 1.3.6
    deeksha345 authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    1aaef92 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Configuration menu
    Copy the full SHA
    700bee5 View commit details
    Browse the repository at this point in the history
  2. adding to test config file

    deeksha345 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    efd86d4 View commit details
    Browse the repository at this point in the history
  3. updating the api version for extension types to be the correct versio…

    …n expected by the service
    deeksha345 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    8dcef49 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    2ecb63a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    f1c9348 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #183 from AzureArcForKubernetes/deesharma/exttypes…

    …tests
    
    adding tests for all 4 extension types calls
    deeksha345 authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    5c57791 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84dcc92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ae3aa6 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    0213a71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2a8be4 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    ef3e79f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #189 from AzureArcForKubernetes/deesharma/addingex…

    …tensiontypetests
    
    adding upstream test for extension types
    deeksha345 authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    eeadb2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0378ecf View commit details
    Browse the repository at this point in the history
  4. updating history.rst

    deeksha345 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    929928f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    374edcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b6b4dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e95cd6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    477613d View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. [Dapr] Prompt user for existing Dapr installation during extension cr…

    …eate (#188)
    
    * Add more validations and user prompt for existing installation scenario
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    * Add Dapr test'
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    * Handle stateful set
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    * Update default handling
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    * Fix HA handling
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    * Add placement service todo
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    * Add non-interactive mode
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    * Fix lint
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    * Update tests
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    * Reset configuration for StatefulSet during k8s upgrade
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    * Fix lint
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    * Retrigger tests
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    * Add changes to manage ha and placement params
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    * Update message
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    * nits
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    shubham1172 authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    cbd30bf View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Merge branch 'main' of github.com:Azure/azure-cli-extensions into rel…

    …ease-1.3.7
    Bavneet Singh committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    5d8592e View commit details
    Browse the repository at this point in the history
  2. bump k8s-extension version to 1.3.7

    Bavneet Singh committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    155fb01 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Merge branch 'main' of github.com:Azure/azure-cli-extensions into rel…

    …ease-1.3.7
    Bavneet Singh committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    0d74a15 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Merge branch 'main' of github.com:Azure/azure-cli-extensions into rel…

    …ease-1.3.7
    bavneetsingh16 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    c88e8ef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #196 from AzureArcForKubernetes/release-1.3.7

    bump k8s-extension version to 1.3.7
    bavneetsingh16 authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    464cca7 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. [Dapr] Disable applying CRDs during a downgrade (#193)

    * Add logging
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    * Lint
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    * Update log
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    * Revert applyCrds when not downgrading
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    * Update logic for removing hooks.applyCrds
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    * Revert logic
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    * Handle explicit hooks configuration
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    * Update comment
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    * re-trigger pipeline
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    shubham1172 authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    0487616 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. ContainerInsights extension - Add dataCollectionSettings configuratio…

    …n settings (#200)
    
    * data collection settings
    
    * add support for dataCollectionSettings
    
    * fix indention
    
    * avoid duplicate use of json loads
    
    * remove whitespaces
    
    * fix pr feedback
    ganga1980 authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    d54d6ab View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. 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 <hombalrishik@gmail.com>
    NarayanThiru and blazepower authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    b2f1319 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. [Dapr] Do not apply CRD hook when version is unchanged or auto-upgrad…

    …e is being disabled (#201)
    
    * Update logic
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    * re-trigger pipeline
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    * re-trigger pipeline
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    Co-authored-by: NarayanThiru <nanthi@microsoft.com>
    shubham1172 and NarayanThiru authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    ee8a070 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. add dummy key for amalogs as well

    Amol Agrawal committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    e054268 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Configuration menu
    Copy the full SHA
    4a6fcdb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #207 from pfrcks/user/amagraw/fix-bug/rename

    add dummy key for amalogs as well
    deeksha345 authored Dec 30, 2022
    Configuration menu
    Copy the full SHA
    9b65294 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    887661d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beffb3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6e39ca View commit details
    Browse the repository at this point in the history
  4. Adding GA api version 2022-11-01 exposing isSystemExtension and suppo…

    …rt for plan info
    Arif Lakhani committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    6015026 View commit details
    Browse the repository at this point in the history
  5. Seperate args for plan name, product and publisher

    Arif Lakhani committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    97c808f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    d35686c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6d351f View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    0cd6017 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. updating cassete file

    Arif Lakhani committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    1b51c5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1f8614 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Merge pull request #199 from AzureArcForKubernetes/ariflakhani/2022-1…

    …1-01-GA
    
    Adding GA api version 2022-11-01 exposing isSystemExtension and support
    Arif-lakhani authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    2ff27e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    e10938b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fb41e7 View commit details
    Browse the repository at this point in the history
  3. updating HISTORY.rst

    deeksha345 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    8a48eea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    601d4c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8319907 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Deprecate longer parameter names when accepting config settings (#213)

    Co-authored-by: deeksha345 <34255011+deeksha345@users.noreply.github.com>
    Arif-lakhani and deeksha345 authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    942738f View commit details
    Browse the repository at this point in the history
  2. merge from upstream branch

    Arif Lakhani committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    f122f93 View commit details
    Browse the repository at this point in the history
  3. Release 1.3.9

    Arif Lakhani committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    9aa7d3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    398f140 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. make containerinsights dcr name consistent (#211)

    Co-authored-by: Bavneet Singh <33008256+bavneetsingh16@users.noreply.github.com>
    ganga1980 and bavneetsingh16 authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    2473565 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. [Dapr] Update version comparison logic to use semver based comparison (

    …#219)
    
    * Update semver comparison
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    * Add log
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    
    ---------
    
    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    shubham1172 authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    0845f61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffb8a95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c957325 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. Merge branch 'main' of github.com:Azure/azure-cli-extensions into new…

    …_release
    bavneetsingh16 committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    9c0c41a View commit details
    Browse the repository at this point in the history
  2. [k8s-extension] Update extension CLI to v1.4.0

    bavneetsingh16 committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    de4f530 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #223 from AzureArcForKubernetes/new_release

    bump k8s-extension version to 1.4.0
    bavneetsingh16 authored Feb 18, 2023
    Configuration menu
    Copy the full SHA
    e67bfda View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. sync with upstream cli repo

    Bavneet Singh committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    b0ee4c2 View commit details
    Browse the repository at this point in the history
  2. update release history

    Bavneet Singh committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    4ced5e8 View commit details
    Browse the repository at this point in the history
  3. fix openservice mesh cli testcase issue

    Bavneet Singh committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    f30b5c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03d9b63 View commit details
    Browse the repository at this point in the history
  5. Zetia/fix ssl secret flag (#224)

    * fix bug: update operation doesn't respect sslSecret parameter
    
    * fix bug: update operation doesn't respect sslSecret parameter
    
    * fix typo
    zetiaatgithub authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    e09dcc6 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. feat: public preview support for microsoft.azuremonitor.containers.me…

    …trics in ARC clusters (managed prometheus) (#227)
    bragi92 authored May 19, 2023
    Configuration menu
    Copy the full SHA
    db556d2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:Azure/azure-cli-extensions into rel…

    …ease-1.4.1
    Bavneet Singh committed May 19, 2023
    Configuration menu
    Copy the full SHA
    87a25a8 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Merge pull request #229 from AzureArcForKubernetes/release-1.4.1

    bump k8s-extension version to 1.4.1
    bavneetsingh16 authored May 20, 2023
    Configuration menu
    Copy the full SHA
    3a154e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f2b74c View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    6e583a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Merge branch 'main' of github.com:Azure/azure-cli-extensions into rel…

    …ease-1.4.2
    Bavneet Singh committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    b295046 View commit details
    Browse the repository at this point in the history
  2. bump k8s-extension version to 1.4.2

    Bavneet Singh committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    029ce31 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #235 from AzureArcForKubernetes/release-1.4.2

    bump k8s-extension version to 1.4.2
    bavneetsingh16 authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    30a373b View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. ContainerInsights extension - Extend dataCollectionSettings config se…

    …ttings with streams field (#232)
    
    * extend containerinsights datacollection settings with streams field
    
    * bug fix
    
    * fix lint issues
    
    * fix pr feedback
    
    * fix pr feedback
    
    * fix lint error
    ganga1980 authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    dfd1139 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Generated files for 2023-05-01-preview

    Arif Lakhani committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    a33424b View commit details
    Browse the repository at this point in the history
  2. Support for 2023-05-01-preview

    Arif Lakhani committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    a7fa6eb View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Rename get to show

    Arif Lakhani committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    290f24c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Added ExtensionType api test cases

    Arif Lakhani committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    4f6da18 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    5ff7d66 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Fix for Liniting issues

    Arif Lakhani committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    57679f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Fixing test cases

    Arif Lakhani committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    9beb747 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. comment failing test cases

    Arif Lakhani committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    1f7b9ce View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    42d8b15 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Use semver package (#241)

    Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
    shubham1172 authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    e9aebbc View commit details
    Browse the repository at this point in the history
  2. bump k8s-extension version to 1.4.3

    Bavneet Singh committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    e36dfad View commit details
    Browse the repository at this point in the history
  3. Merge pull request #243 from AzureArcForKubernetes/release-1.4.3

    bump k8s-extension version to 1.4.3
    bavneetsingh16 authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    2561f35 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Reverting commented test cases

    Arif Lakhani committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    3a2d4a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    4fa705d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    980d53b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Fix osm-arc version check for CI tags (#244)

    Signed-off-by: nshankar <nshankar@microsoft.ghe.com>
    Co-authored-by: nshankar <nshankar@microsoft.ghe.com>
    nshankar13 and nshankar authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    29f1210 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. New cassette file

    Arif Lakhani committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f230c8e View commit details
    Browse the repository at this point in the history
  2. Remove unused propeties from table format

    Arif Lakhani committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    5091eaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2ac205 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Merge pull request #236 from AzureArcForKubernetes/arif/2021_05_01_pr…

    …eview
    
    Add support for extensionsType api
    Arif-lakhani authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    a122362 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Merge branch 'main' of github.com:Azure/azure-cli-extensions into rel…

    …ease-new-1.4.3
    Bavneet Singh committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    740fa4d View commit details
    Browse the repository at this point in the history
  2. bump k8s-extension version 1.4.3

    Bavneet Singh committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    5ac1d97 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #246 from AzureArcForKubernetes/release-new-1.4.3

    [second iteration] bump k8s-extension version to 1.4.3 - including additional changes
    bavneetsingh16 authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    e1250ee View commit details
    Browse the repository at this point in the history
  4. Add old commands back with deprecated status

    Arif Lakhani committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    8df0be1 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Fix linting issues

    Arif Lakhani committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    aebbef4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #247 from AzureArcForKubernetes/ariflakhani/deprecate

    Add old commands back with deprecated status
    Arif-lakhani authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    a74f76d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Reverting changes for extensions type api

    Arif Lakhani committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    9f8159c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. change the location for test runs and arc clusters

    Arif Lakhani committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    7166e84 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #249 from AzureArcForKubernetes/revertextensionstype

    Reverting changes for extensions type api
    Arif-lakhani authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    6be2701 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    584815d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa77ff2 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' of github.com:Azure/azure-cli-extensions into new…

    …_cli-1.4.3
    Bavneet Singh committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    7944db5 View commit details
    Browse the repository at this point in the history
  6. [k8s-extension] Update extension CLI to v1.4.3

    Bavneet Singh committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    96beb6f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Merge pull request #253 from AzureArcForKubernetes/new_cli-1.4.3

    new cli version release - v1.4.3
    bavneetsingh16 authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    b79d107 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Drop relay sdk (#254)

    necusjz authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    7786f2a View commit details
    Browse the repository at this point in the history
  2. bump k8s-extension version to 1.4.4

    Bavneet Singh committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    af2d1b9 View commit details
    Browse the repository at this point in the history
  3. update readme

    Bavneet Singh committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    ef01ddd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #255 from AzureArcForKubernetes/release-1.4.4

    bump k8s-extension version to 1.4.4
    bavneetsingh16 authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    35d9eba View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    2c4c1de View commit details
    Browse the repository at this point in the history
  2. [k8s-extension] Update extension CLI to v1.4.4

    Bavneet Singh committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    e335d4b View commit details
    Browse the repository at this point in the history