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

Sync to "upstream/master" to fix CVE-2023-39325/CVE-2023-3978 #30

Merged
merged 114 commits into from
Oct 26, 2023

Commits on Jun 12, 2023

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

    cvvz committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    0cd1fbf View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#952 from cvvz/fix-uninstall-driver

    chore: fix uninstall-driver to make it backward compatibility
    k8s-ci-robot committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    7463fa2 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

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

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    83dbfd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    356c312 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Merge pull request kubernetes-sigs#953 from andyzhangx/get-latest-acc…

    …ount-key
    
    feat: add getLatestAccountKey parameter in storage class
    andyzhangx committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    b245c88 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/pelletier/go-toml from 1.9.4 to 1.9.5

    Bumps [github.com/pelletier/go-toml](https://github.com/pelletier/go-toml) from 1.9.4 to 1.9.5.
    - [Release notes](https://github.com/pelletier/go-toml/releases)
    - [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml)
    - [Commits](pelletier/go-toml@v1.9.4...v1.9.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/pelletier/go-toml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    04e93f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7964310 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes-sigs#954 from andyzhangx/fix-blobfuse-m…

    …si-dynamic-support
    
    fix: dynamic provisioning support with blobfuse msi auth
    k8s-ci-robot committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    fa6a31b View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    65e43bd View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/checkout from 2 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    49aff49 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Merge pull request kubernetes-sigs#961 from kubernetes-sigs/dependabo…

    …t/github_actions/actions/checkout-3
    
    chore(deps): bump actions/checkout from 2 to 3
    k8s-ci-robot committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    88186c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#960 from andyzhangx/remove-depreca…

    …ted-versions4
    
    cleanup: update new chart versions and remove deprecated versions
    andyzhangx committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    b711d43 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Update README.md

    andyzhangx committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    7f1a4ce View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Merge pull request kubernetes-sigs#940 from kubernetes-sigs/dependabo…

    …t/go_modules/github.com/pelletier/go-toml-1.9.5
    
    chore(deps): bump github.com/pelletier/go-toml from 1.9.4 to 1.9.5
    k8s-ci-robot committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    c8b97d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    648cd4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d48db3f View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#967 from andyzhangx/fix-account-se…

    …arch-default
    
    fix: storage account search default values
    andyzhangx committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    9c74b4a View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    db30b63 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#973 from andyzhangx/remove-secret-…

    …print
    
    cleanup: remove secret print in error message
    andyzhangx committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    3a9dba2 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    d390f9f View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#980 from andyzhangx/blobfuse-2.0.4

    feat: install blobfuse 2.0.4 as default version
    andyzhangx committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    42060c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    cd4535f View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity

    Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) from 1.2.0 to 1.3.0.
    - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
    - [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
    - [Commits](Azure/azure-sdk-for-go@v1.2...sdk/azcore/v1.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    bbd8cfe View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Merge pull request kubernetes-sigs#983 from kubernetes-sigs/dependabo…

    …t/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azidentity-1.3.0
    
    chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.2.0 to 1.3.0
    k8s-ci-robot committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    79941c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    8d85db3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#985 from andyzhangx/remove-depreca…

    …ted-versions5
    
    cleanup: update new chart versions and remove deprecated versions
    andyzhangx committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    e7748d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

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

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    773dd43 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#988 from andyzhangx/blobfuse2-2.0.5

    feat: install blobfuse 2.0.5 as default version
    andyzhangx committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    cc884d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    fbb412c View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#991 from andyzhangx/add-secret-nam…

    …e-log
    
    cleanup: add secret name in the log
    andyzhangx committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    7952b0b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Update csi-debug.md

    andyzhangx committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    3465228 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Squashed commit of the following:

    commit e405f76
    Author: weizhichen <[email protected]>
    Date:   Thu Aug 24 09:35:14 2023 +0000
    
        fix
    
    commit de03fda
    Author: weizhichen <[email protected]>
    Date:   Thu Aug 24 09:33:26 2023 +0000
    
        fix
    
    commit 2389047
    Author: weizhichen <[email protected]>
    Date:   Thu Aug 24 08:20:30 2023 +0000
    
        fix
    
    commit 3834b62
    Author: weizhichen <[email protected]>
    Date:   Thu Aug 24 08:11:12 2023 +0000
    
        fix log panic
    cvvz committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e73a687 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Merge pull request kubernetes-sigs#997 from cvvz/fix-panic

    fix: flag panic if a flag is defined after being set
    k8s-ci-robot committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    23765a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

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

Commits on Aug 30, 2023

  1. Merge pull request kubernetes-sigs#999 from andyzhangx/upgrade-azure-…

    …lib7
    
    chore: upgrade azure cloud provider lib
    andyzhangx committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d406a1f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. feat: support aznfs mount helper (kubernetes-sigs#987)

    * Squashed commit of the following:
    
    commit 408353f
    Merge: d57e587 3465228
    Author: weizhichen <[email protected]>
    Date:   Thu Aug 17 09:55:54 2023 +0000
    
        Merge branch 'master' of https://github.com/kubernetes-sigs/blob-csi-driver into support-aznfs
    
    commit d57e587
    Author: weizhichen <[email protected]>
    Date:   Thu Aug 17 09:23:31 2023 +0000
    
        fix
    
    commit 3148e86
    Author: weizhichen <[email protected]>
    Date:   Thu Aug 17 09:18:54 2023 +0000
    
        fix
    
    commit 8036bf2
    Author: weizhichen <[email protected]>
    Date:   Thu Aug 17 09:13:14 2023 +0000
    
        Revert "support arm64"
    
        This reverts commit b5c9bfd.
    
    commit b3f9a6c
    Author: weizhichen <[email protected]>
    Date:   Wed Aug 16 15:06:48 2023 +0000
    
        fix
    
    commit b5c9bfd
    Author: weizhichen <[email protected]>
    Date:   Wed Aug 16 03:33:38 2023 +0000
    
        support arm64
    
    commit 917c1f6
    Author: weizhichen <[email protected]>
    Date:   Wed Aug 9 09:10:27 2023 +0000
    
        official release
    
    commit 783cdaf
    Author: weizhichen <[email protected]>
    Date:   Fri Aug 4 04:08:12 2023 +0000
    
        fix
    
    commit 9c1d08a
    Author: weizhichen <[email protected]>
    Date:   Fri Aug 4 03:07:13 2023 +0000
    
        fix
    
    commit c8e5015
    Author: weizhichen <[email protected]>
    Date:   Thu Aug 3 08:33:16 2023 +0000
    
        fix
    
    commit 9747128
    Merge: 57a1407 cc884d5
    Author: weizhichen <[email protected]>
    Date:   Thu Aug 3 08:31:48 2023 +0000
    
        Merge branch 'master' of https://github.com/kubernetes-sigs/blob-csi-driver into support-aznfs
    
    commit 57a1407
    Author: weizhichen <[email protected]>
    Date:   Thu Aug 3 08:05:38 2023 +0000
    
        fix
    
    commit 8f262b2
    Author: weizhichen <[email protected]>
    Date:   Wed Aug 2 08:07:54 2023 +0000
    
        fix
    
    commit 78808c3
    Author: weizhichen <[email protected]>
    Date:   Wed Aug 2 08:06:04 2023 +0000
    
        fix
    
    commit 833dde7
    Author: weizhichen <[email protected]>
    Date:   Wed Aug 2 07:56:17 2023 +0000
    
        fix
    
    commit d6d6de2
    Author: weizhichen <[email protected]>
    Date:   Wed Aug 2 02:39:04 2023 +0000
    
        POC
    
    * fix by review
    
    * helm
    
    * fix
    
    * helm
    
    * fix log panic
    
    * fix
    
    * fix
    
    * fix
    cvvz committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    3317389 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b428d10 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/pborman/uuid from 1.2.0 to 1.2.1

    Bumps [github.com/pborman/uuid](https://github.com/pborman/uuid) from 1.2.0 to 1.2.1.
    - [Release notes](https://github.com/pborman/uuid/releases)
    - [Commits](pborman/uuid@v1.2...v1.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/pborman/uuid
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    8cbb7ea View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    10da39e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Merge pull request kubernetes-sigs#1001 from andyzhangx/blobfuse2-2.1.0

    feat: install blobfuse 2.1.0 as default version
    andyzhangx committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    98ac7bd View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#1004 from kubernetes-sigs/dependab…

    …ot/github_actions/actions/checkout-4
    
    chore(deps): bump actions/checkout from 3 to 4
    k8s-ci-robot committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f2d4f0b View commit details
    Browse the repository at this point in the history
  3. Update OWNERS

    andyzhangx committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    134e9c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

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

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    9fc3881 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#1008 from andyzhangx/HonorPVReclai…

    …mPolicy
    
    feat: enable HonorPVReclaimPolicy in csi-provisioner
    andyzhangx committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a4deec3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#1009 from andyzhangx/volumeHandle-doc

    doc: update volumeHandle doc
    andyzhangx committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    0b64fd2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes-sigs#1010 from cvvz/set-enable-aznfs-mo…

    …unt-default-false
    
    chore: set enable-aznfs-mount default value as false
    andyzhangx committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ffd9952 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

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

Commits on Sep 10, 2023

  1. Merge pull request kubernetes-sigs#1013 from andyzhangx/fix-createPri…

    …vateEndpoint
    
    fix: match account if PrivateEndpoint is not set in storage class
    andyzhangx committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    c981932 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    784a477 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#1003 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/pborman/uuid-1.2.1
    
    chore(deps): bump github.com/pborman/uuid from 1.2.0 to 1.2.1
    k8s-ci-robot committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    bc1431f View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.31.0

    Bumps google.golang.org/protobuf from 1.30.0 to 1.31.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    55442d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Merge pull request kubernetes-sigs#1014 from andyzhangx/remove-deprec…

    …ated-versions6
    
    cleanup: update new chart versions and remove deprecated versions
    andyzhangx committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    93d7cc3 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

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

Commits on Sep 14, 2023

  1. Merge pull request kubernetes-sigs#1016 from andyzhangx/volume-stat-c…

    …ache
    
    fix: add VolumeStats cache to avoid massive statfs calls
    andyzhangx committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    746ef17 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#1015 from kubernetes-sigs/dependab…

    …ot/go_modules/google.golang.org/protobuf-1.31.0
    
    chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.31.0
    k8s-ci-robot committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    898571e View commit details
    Browse the repository at this point in the history
  3. doc: cut v1.23.0 release

    andyzhangx committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    86f0e68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7f3ba3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes-sigs#1019 from andyzhangx/cut-v1.23.0

    doc: cut v1.23.0 release
    andyzhangx committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c743c9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1965b3 View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump golang.org/x/net from 0.13.0 to 0.15.0

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.13.0 to 0.15.0.
    - [Commits](golang/net@v0.13.0...v0.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    bc82e13 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Merge pull request kubernetes-sigs#1021 from kubernetes-sigs/dependab…

    …ot/go_modules/golang.org/x/net-0.15.0
    
    chore(deps): bump golang.org/x/net from 0.13.0 to 0.15.0
    k8s-ci-robot committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    bef18b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f95949 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Merge pull request kubernetes-sigs#1023 from andyzhangx/refine-create…

    …-volume-metrics
    
    fix: refine create volume metrics
    andyzhangx committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b28c862 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. cleanup: fix typo

    andyzhangx committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    12b51b0 View commit details
    Browse the repository at this point in the history
  2. doc: refine inline volume example

    fix
    
    adjust
    andyzhangx committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    96552c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0b60b9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes-sigs#1027 from andyzhangx/refine-inline…

    …-volume-example
    
    doc: refine inline volume example
    andyzhangx committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    43bebf5 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

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

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    fd36cf5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#1029 from andyzhangx/remove-override

    test: remove override in blobfuse proxy enabled test
    andyzhangx committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    59dce46 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    f2e9b3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e292fdd View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#1031 from andyzhangx/fix-test-failure

    test: fix verify-helm-chart failure
    andyzhangx committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    2435950 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump google.golang.org/grpc from 1.54.0 to 1.58.3

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.54.0 to 1.58.3.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.54.0...v1.58.3)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a717f0b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Merge pull request kubernetes-sigs#1041 from kubernetes-sigs/dependab…

    …ot/go_modules/google.golang.org/grpc-1.58.3
    
    chore(deps): bump google.golang.org/grpc from 1.54.0 to 1.58.3
    andyzhangx committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    ca7781c View commit details
    Browse the repository at this point in the history
  2. fix: CVE-2023-39325

    andyzhangx committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    cf9ebd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f83417a View commit details
    Browse the repository at this point in the history
  4. test: adjust log print in e2e test

    disable error exit
    
    test: fix blob_log.sh
    andyzhangx committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    51d152e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9db3c7d View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.13.0

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.11.0 to 2.13.0.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.11.0...v2.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    af21c75 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. test: fix test failures

    andyzhangx committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    b5f65f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#1040 from andyzhangx/adjust-log-print

    test: adjust log print in e2e test
    andyzhangx committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    dd006e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0049e36 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Merge pull request kubernetes-sigs#1051 from andyzhangx/fix-endpoints…

    …lice-dep
    
    cleanup: fix k8s.io/endpointslice dependency
    andyzhangx committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    d4588ee View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Merge pull request kubernetes-sigs#1044 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/onsi/ginkgo/v2-2.13.0
    
    chore(deps): bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.13.0
    k8s-ci-robot committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    a9c9291 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    13aefef View commit details
    Browse the repository at this point in the history
  2. support arm

    cvvz committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    c8dc8b5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#1054 from andyzhangx/fix-blob-log-…

    …error
    
    test: don't return error in blob_log.sh
    andyzhangx committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    39d6d04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2273955 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes-sigs#1055 from cvvz/support-arm

    fix: support arm in init.sh
    k8s-ci-robot committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    bd3ac82 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanag…

    …er/keyvault/armkeyvault
    
    Bumps [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/keyvault/armkeyvault](https://github.com/Azure/azure-sdk-for-go) from 1.0.0 to 1.2.0.
    - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
    - [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
    - [Commits](Azure/azure-sdk-for-go@v1.0...v1.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/keyvault/armkeyvault
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    cd5ab9e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Merge pull request kubernetes-sigs#1059 from andyzhangx/fix-global-en…

    …dpoint
    
    fix: nfs volume creation failure due to Microsoft.Storage.Global Service endpoint enabled
    andyzhangx committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    f7eadb3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#1062 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/keyvault/armkeyvault-1.2.0
    
    chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/keyvault/armkeyvault from 1.0.0 to 1.2.0
    andyzhangx committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    c84d27d View commit details
    Browse the repository at this point in the history
  3. feat: add node metrics

    fix test
    andyzhangx committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a74154b View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump github.com/jongio/azidext/go/azidext

    Bumps [github.com/jongio/azidext/go/azidext](https://github.com/jongio/azidext) from 0.4.0 to 0.5.0.
    - [Release notes](https://github.com/jongio/azidext/releases)
    - [Commits](jongio/azidext@go/azidext/v0.4.0...go/azidext/v0.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/jongio/azidext/go/azidext
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7c9fdd9 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. use azcopy for volume cloning

    umagnus committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    fec2d23 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#1069 from andyzhangx/add-node-metrics

    feat: add node metrics
    andyzhangx committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    87a48b6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#1071 from kubernetes-sigs/dependab…

    …ot/go_modules/github.com/jongio/azidext/go/azidext-0.5.0
    
    chore(deps): bump github.com/jongio/azidext/go/azidext from 0.4.0 to 0.5.0
    andyzhangx committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    b99e1cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe6ef9b View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes-sigs#914 from umagnus/add_volume_cloning

    feat: support volume cloning
    k8s-ci-robot committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    fde2ca6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes-sigs#1072 from umagnus/fix_helm_doc

    doc: correct check blob csi pod status doc
    k8s-ci-robot committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    645ae25 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e22ec21 View commit details
    Browse the repository at this point in the history
  8. Merge pull request kubernetes-sigs#1073 from andyzhangx/provisioner-t…

    …imeout-1200s
    
    fix: increase provisioner timeout as 20min
    andyzhangx committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    3fc2fed View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

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

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    b8fca17 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#1081 from andyzhangx/upgrade-sidec…

    …ar-images5
    
    chore: upgrade sidecar image versions
    andyzhangx committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    d570e04 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Merge remote-tracking branch 'upstream/master' into mkandawires/sync-…

    …upstream-fix-CVE-2023-39325
    Stephen Mkandawire committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    8cd3840 View commit details
    Browse the repository at this point in the history
  2. Sync to "upstream/master" to fix CVE-2023-39325/CVE-2023-3978

    - Sync's to "upstream/master" to fix (golang.org/x/net) CVE-2023-39325/CVE-2023-3978
    Stephen Mkandawire committed Oct 23, 2023
    1 Configuration menu
    Copy the full SHA
    45dd0ab View commit details
    Browse the repository at this point in the history