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

Enhance Restarts for Fix Packs #187

Open
wants to merge 24 commits into
base: main
Choose a base branch
from

Commits on Sep 20, 2024

  1. Add missing k8s_builder config to v25 core.yaml (hyperledger-labs#184)

    Related to hyperledger-labs#28
    
    Signed-off-by: James Taylor <jamest@uk.ibm.com>
    Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    jt-nti authored and Shoaeb Jindani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6cb9a2d View commit details
    Browse the repository at this point in the history
  2. Address CVE-2024-24786 in google.golang.org/protobuf. (hyperledger-la…

    …bs#186)
    
    Signed-off-by: Ben Smith <benjsmi@us.ibm.com>
    Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    benjsmi authored and Shoaeb Jindani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    446ea7b View commit details
    Browse the repository at this point in the history
  3. Adding logs with uber/zap (hyperledger-labs#185)

    Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    shoaebjindani authored and Shoaeb Jindani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2c67e3c View commit details
    Browse the repository at this point in the history
  4. Adding logic to check fixpacks

    Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    Shoaeb Jindani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0906416 View commit details
    Browse the repository at this point in the history
  5. removed unnecessary method

    Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    Shoaeb Jindani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1e4a162 View commit details
    Browse the repository at this point in the history
  6. Do not use Mustgather here

    Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    Shoaeb Jindani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3dd4291 View commit details
    Browse the repository at this point in the history
  7. Updated the logic comment

    Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    Shoaeb Jindani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    76840e6 View commit details
    Browse the repository at this point in the history
  8. Updated the comments about logic

    Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    Shoaeb Jindani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4567cea View commit details
    Browse the repository at this point in the history
  9. Move to golang.org/x/net v0.24.0 for CVE-2023-45288. (hyperledger-lab…

    …s#191)
    
    Signed-off-by: Ben Smith <benjsmi@us.ibm.com>
    Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    benjsmi authored and Shoaeb Jindani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c9b62ae View commit details
    Browse the repository at this point in the history
  10. Upgrade github.com/docker/docker to v25.0.5 to address CVE-2024-29018. (

    hyperledger-labs#192)
    
    Address newest docker/docker vulnerability.
    
    Signed-off-by: Ben Smith <benjsmi@us.ibm.com>
    Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    benjsmi authored and Shoaeb Jindani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a2fc85d View commit details
    Browse the repository at this point in the history
  11. Fixed HSM Library Upgrade Path for 2.5.x Scenario (hyperledger-labs#195)

    Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    Co-authored-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    shoaebjindani and Shoaeb Jindani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e1c2176 View commit details
    Browse the repository at this point in the history
  12. update latest version in deployer config map template (hyperledger-la…

    …bs#193)
    
    Signed-off-by: MuthuSundaravadivel <muthu.infoavc@gmail.com>
    Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    MuthuSundaravadivel authored and Shoaeb Jindani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d8014b2 View commit details
    Browse the repository at this point in the history
  13. Bump Go to 1.21.11 (hyperledger-labs#197)

    Bump Go to 1.21.11.
    Note that starting with Go 1.21, the version in go.mod should be 3
    digits.
    
    ---------
    
    Signed-off-by: David Enyeart <enyeart@us.ibm.com>
    Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    denyeart authored and Shoaeb Jindani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4a42c08 View commit details
    Browse the repository at this point in the history
  14. Use ubi-minimal image instead of ubi go-toolset (hyperledger-labs#198)

    go-toolset doesn't have the latest versions of Go.
    Therefore use the ubi minimal image and install our preferred version of
    Go when building operator.
    
    ---------
    
    Signed-off-by: David Enyeart <enyeart@us.ibm.com>
    Co-authored-by: shoaebjindani <40020259+shoaebjindani@users.noreply.github.com>
    Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    2 people authored and Shoaeb Jindani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e724c8a View commit details
    Browse the repository at this point in the history
  15. Bump Go to 1.22.5 (hyperledger-labs#199)

    Bump Go to 1.22.5.
    Latest Go also requires an update to controller-gen (otherwise it panics
    with a nil pointer).
    The controller-gen update in turn improves formatting of the generated
    CRD yaml files.
    
    Signed-off-by: David Enyeart <enyeart@us.ibm.com>
    Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    denyeart authored and Shoaeb Jindani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d1d365f View commit details
    Browse the repository at this point in the history
  16. Bump fabric, fabric-ca, fabric-lib-go (hyperledger-labs#200)

    Update to the latest fabric (v2.5.9), fabric-ca, and fabric-lib-go.
    These versions all depend on the same version of github.com/IBM/idemix
    and
    resolves issues related to breaking changes in github.com/IBM/idemix.
    
    Note that the fabric dependency is now on the release-2.5 branch rather
    than main branch,
    which is why one of the function calls needed to be updated.
    
    ---------
    
    Signed-off-by: David Enyeart <enyeart@us.ibm.com>
    Co-authored-by: shoaebjindani <40020259+shoaebjindani@users.noreply.github.com>
    Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    2 people authored and Shoaeb Jindani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0170c61 View commit details
    Browse the repository at this point in the history
  17. fix for CVE-2024-41110 (hyperledger-labs#203)

    updated dockerR to v26.1.5 as part of fix for CVE-2024-41110
    
    Signed-off-by: Ketul Shah <shah.ketul@ibm.com>
    Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    ketulsha authored and Shoaeb Jindani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    22d57c5 View commit details
    Browse the repository at this point in the history
  18. Fix gosec failures on integer conversion (hyperledger-labs#206)

    New versions of gosec implemented stricter type conversion and bounds
    checks. This conversion is not vulnerable so we can suppress the
    warning.
    
    Signed-off-by: David Enyeart <enyeart@us.ibm.com>
    Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    denyeart authored and Shoaeb Jindani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c622da6 View commit details
    Browse the repository at this point in the history
  19. Bump github.com/DataDog/zstd to v1.5.6 (hyperledger-labs#205)

    Bump github.com/DataDog/zstd to v1.5.6.
    
    Signed-off-by: David Enyeart <enyeart@us.ibm.com>
    Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    denyeart authored and Shoaeb Jindani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6a44f97 View commit details
    Browse the repository at this point in the history
  20. Updating maintainers list to add and remove maintainers (hyperledger-…

    …labs#207)
    
    Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    Co-authored-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    shoaebjindani and Shoaeb Jindani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    60230ab View commit details
    Browse the repository at this point in the history
  21. Bump go to 1.23.1

    Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    Shoaeb Jindani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7c4cb82 View commit details
    Browse the repository at this point in the history
  22. Merge branch 'main' into FixPacksEnhancement_1

    Signed-off-by: shoaebjindani <40020259+shoaebjindani@users.noreply.github.com>
    shoaebjindani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e4cda26 View commit details
    Browse the repository at this point in the history
  23. Supress G104

    Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
    Shoaeb Jindani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1f6c54b View commit details
    Browse the repository at this point in the history
  24. Merge branch 'FixPacksEnhancement_1' of https://github.com/shoaebjind…

    …ani/fabric-operator into FixPacksEnhancement_1
    Shoaeb Jindani committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    cad433f View commit details
    Browse the repository at this point in the history