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

Merge Main to Release 1.0 #80

Merged
merged 14 commits into from
May 3, 2024
Merged

Commits on Dec 5, 2023

  1. Update mocks

    jayanthvn committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    8ff74d0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request aws#69 from jayanthvn/main

    Update mocks for new API
    achevuru authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    de654b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Fix: nil pointer exception on utils.IsfileExists (aws#72)

    * fix: nil pointer exception
    
    * return an error from IsfileExists
    
    * fix: use error.Is
    cainelli authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    9389292 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Bump golang.org/x/sys from 0.15.0 to 0.16.0 (aws#73)

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.15.0 to 0.16.0.
    - [Commits](golang/sys@v0.15.0...v0.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    0457a07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    369f7d9 View commit details
    Browse the repository at this point in the history
  3. fix go mod tidy

    jayanthvn committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    a46c467 View commit details
    Browse the repository at this point in the history
  4. fix go mod tidy

    jayanthvn committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    b7244c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (aws#75)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.4...v1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b5a377f View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/sys from 0.16.0 to 0.17.0 (aws#76)

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.16.0 to 0.17.0.
    - [Commits](golang/sys@v0.16.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f26ac4d View commit details
    Browse the repository at this point in the history
  3. Bump go.uber.org/zap from 1.26.0 to 1.27.0 (aws#77)

    Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.26.0 to 1.27.0.
    - [Release notes](https://github.com/uber-go/zap/releases)
    - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
    - [Commits](uber-go/zap@v1.26.0...v1.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.uber.org/zap
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    11e64b2 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Bump golang.org/x/sys from 0.17.0 to 0.19.0 (aws#79)

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.17.0 to 0.19.0.
    - [Commits](golang/sys@v0.17.0...v0.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 1, 2024
    Configuration menu
    Copy the full SHA
    0ed5fa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcd0004 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06bef4b View commit details
    Browse the repository at this point in the history
  4. Test mod file

    jayanthvn committed May 1, 2024
    Configuration menu
    Copy the full SHA
    aa978dc View commit details
    Browse the repository at this point in the history