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

Verified merge fixed release v1.4.2 #479

Merged
merged 23 commits into from
Feb 19, 2024

Commits on Jan 23, 2024

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

Commits on Jan 24, 2024

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

Commits on Jan 25, 2024

  1. Patch version support (#433)

    * Adding support of v2.9.1 for Pmax, Pscale, PFlex and unity
    
    * Updating module config version for Pmax, Pscale, PFlex and unity
    
    * Update storage_csm_powerflex.yaml
    
    * version changed to 2.9.1
    
    * version changed to 2.9.1
    
    * Enabling github actions for all branch
    
    * updated version to 2.9.1 for unity, powerflex, powerscale and powermax
    
    * Adding the support of PStore v2.9.1
    
    * Adding the support of PFlex v2.9.1
    
    * Version bumpup replication 1.7.1
    
    * Bump up version for authorization, resiliency
    
    * update csi-metadata-retriever version to 1.6.1
    
    * update reverseproxy version to 2.8.1
    
    ---------
    
    Co-authored-by: KshitijaKakde <[email protected]>
    Co-authored-by: Kshitija Kakde <[email protected]>
    Co-authored-by: HarishH-DELL <[email protected]>
    Co-authored-by: panigs7 <[email protected]>
    5 people authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    1de997b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49aa3eb View commit details
    Browse the repository at this point in the history
  3. go-yaml version update (#438)

    * go-yaml version update
    
    * update go-yaml package to latest
    
    * remove extra verbs
    
    * remove duplicate verbs and add correct test files for resiliency UT
    
    ---------
    
    Co-authored-by: Shayna Finocchiaro <[email protected]>
    2 people authored and KerryKovacevic committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    2839e5c View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. [bug-1120]: Update Authorization sidecar to use insecure flag (#442)

    * fix auth cert
    
    * remove constant
    
    * remove duplicate verbs
    atye authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d76a67d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

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

Commits on Jan 31, 2024

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

Commits on Feb 1, 2024

  1. KRV-20573/csm status (#446)

    * add module status
    
    * Adding CSM Module status
    
    * Addressing the comments for PR
    
    * Making code reusable
    
    * Fix formatting issue
    
    * Resolving gosec issue
    abhi16394 authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    bb7055e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    104044b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6648e59 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Merged CSM Module Status

    abhi16394 authored and KerryKovacevic committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    86ed5a2 View commit details
    Browse the repository at this point in the history
  2. Fix App-Mob node error (#457)

    Co-authored-by: abhi16394 <[email protected]>
    2 people authored and KerryKovacevic committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e91a0ee View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Bump up CSM Operator version to 1.4.2 (#458)

    * update csm operator version to 1.4.2
    
    * bump-up-op-version-1.4.2
    
    * updated version in operator.yaml
    
    * adding missing arg to fix e2e
    panigs7 authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    380bf98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2b0240 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5697e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Fixing FSGroupPolicy issue (#463)

    * Fixing FSGroupPolicy issue
    
    * Add unit test
    
    ---------
    
    Co-authored-by: Akshay Saini <[email protected]>
    adarsh-dell and AkshaySainiDell authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5752d87 View commit details
    Browse the repository at this point in the history
  2. Fix for controller race, daemon status, and obs namespace (#464)

    * test controller state calc
    
    * add debug logs
    
    * check for driver
    
    * add daemonnset update
    
    * adds ns fix for when pod ns dis not csm ns
    
    * add ns check for daemon and deployment as well
    
    * fix typo
    
    * fix typo
    
    * explicitly return nil
    
    * add missing replace statements
    
    ---------
    
    Co-authored-by: grosnj1 <[email protected]>
    JacobGros and grosnj1 authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    180c746 View commit details
    Browse the repository at this point in the history
  3. Auth proxy status fix (#465)

    * actions
    
    * working on auth proxy status check
    
    * finished status check
    
    * fix 1
    
    * fix or
    
    * code compiles
    
    * keep auth proxy out of daemonset check
    
    * trying to figure out deployment name
    
    * formatting
    
    * fix auth name in if condition
    
    * no daemonset
    
    * fix
    
    * added log statements
    
    * added another log statement
    
    * fix log statement
    
    * logs logs logs
    
    * compile
    
    * more logs
    
    * add logs and try updating status from handlesuccess
    
    * remove UpdateStatus call for now
    
    * adding csm label to auth
    
    * remove extraneous string replacement
    
    * removing commented code
    
    * Update actions.yml
    
    * fix merge issue
    
    * fix fmt
    jooseppi-luna authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    d57f869 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. fix pscale + obs issue (#467)

    * fix some issues
    
    * fiix label issue, add debug logs
    
    * add more debug
    
    * more  debugg lines
    
    * fix pscale issue
    
    * remmove debug logs
    
    * gofmt
    
    * set available to 0 en deployment is not checked
    
    * fix if check
    
    ---------
    
    Co-authored-by: grosnj1 <[email protected]>
    JacobGros and grosnj1 authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    8354a45 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

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

Commits on Feb 19, 2024

  1. fix conflicts

    grosnj1 authored and grosnj1 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    3140092 View commit details
    Browse the repository at this point in the history
  2. fix vetting issues (#477)

    Co-authored-by: grosnj1 <[email protected]>
    JacobGros and grosnj1 authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c1f2062 View commit details
    Browse the repository at this point in the history