Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: IBM/go-sdk-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d033e12
Choose a base ref
...
head repository: IBM/go-sdk-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e140488
Choose a head ref
  • 4 commits
  • 9 files changed
  • 3 contributors

Commits on Apr 17, 2025

  1. build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.37.0 to 0.38.0.
    - [Commits](golang/net@v0.37.0...v0.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.38.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and padamstx committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    c3bb86e View commit details
    Browse the repository at this point in the history
  2. fix(build): migrate to new yaml package

    Fixes: #247
    
    This commit migrates the go core library from the gopkg.in/yaml.v2
    package to sigs.k8s.io/yaml/goyaml.v2.  The gopkg.in/yaml.v2 module
    is no longer maintained and this represents a high-severity
    vulnerability due to our recently announced policies.
    
    Signed-off-by: Phil Adams <[email protected]>
    padamstx committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    476dc47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63e7647 View commit details
    Browse the repository at this point in the history
  4. chore(release): 5.19.1 release notes [skip ci]

    ## [5.19.1](v5.19.0...v5.19.1) (2025-04-17)
    
    ### Bug Fixes
    
    * **build:** migrate to new yaml package ([476dc47](476dc47)), closes [#247](#247)
    semantic-release-bot committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    e140488 View commit details
    Browse the repository at this point in the history
Loading