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: fujiwara/lambroll
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: fujiwara/lambroll
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.2
Choose a head ref
  • 10 commits
  • 4 files changed
  • 4 contributors

Commits on Oct 1, 2024

  1. fix: Correct color configuration in CLI

    - Fixed the logic for `color.NoColor` by inverting the `opts.Color` flag to ensure color output behaves as expected.
    - Changed the default value for the `Color` option to `true`, as the behavior would change when the color flag is not specified. This ensures colored output by default unless explicitly disabled.
    soh335 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    fb704fd View commit details
    Browse the repository at this point in the history
  2. Bump the aws-sdk-go-v2 group with 5 updates

    Bumps the aws-sdk-go-v2 group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.30.4` | `1.31.0` |
    | [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.27.31` | `1.27.39` |
    | [github.com/aws/aws-sdk-go-v2/service/lambda](https://github.com/aws/aws-sdk-go-v2) | `1.58.1` | `1.62.1` |
    | [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.61.0` | `1.63.3` |
    | [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2) | `1.30.5` | `1.31.3` |
    
    
    Updates `github.com/aws/aws-sdk-go-v2` from 1.30.4 to 1.31.0
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@v1.30.4...v1.31.0)
    
    Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.31 to 1.27.39
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@config/v1.27.31...config/v1.27.39)
    
    Updates `github.com/aws/aws-sdk-go-v2/service/lambda` from 1.58.1 to 1.62.1
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@service/s3/v1.58.1...service/rds/v1.62.1)
    
    Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.61.0 to 1.63.3
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@service/s3/v1.61.0...service/s3/v1.63.3)
    
    Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.30.5 to 1.31.3
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@v1.30.5...service/s3/v1.31.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: aws-sdk-go-v2
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws-sdk-go-v2
    - dependency-name: github.com/aws/aws-sdk-go-v2/service/lambda
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: aws-sdk-go-v2
    - dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: aws-sdk-go-v2
    - dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: aws-sdk-go-v2
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b12683d View commit details
    Browse the repository at this point in the history
  3. Bump golang.org/x/sys from 0.24.0 to 0.25.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.24.0 to 0.25.0.
    - [Commits](golang/sys@v0.24.0...v0.25.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>
    dependabot[bot] authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    187833d View commit details
    Browse the repository at this point in the history
  4. Bump github.com/fujiwara/tfstate-lookup from 1.3.2 to 1.4.2

    Bumps [github.com/fujiwara/tfstate-lookup](https://github.com/fujiwara/tfstate-lookup) from 1.3.2 to 1.4.2.
    - [Release notes](https://github.com/fujiwara/tfstate-lookup/releases)
    - [Changelog](https://github.com/fujiwara/tfstate-lookup/blob/main/.goreleaser.yml)
    - [Commits](fujiwara/tfstate-lookup@v1.3.2...v1.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/fujiwara/tfstate-lookup
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    42ed875 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Merge pull request #439 from fujiwara/dependabot/go_modules/github.co…

    …m/fujiwara/tfstate-lookup-1.4.2
    
    Bump github.com/fujiwara/tfstate-lookup from 1.3.2 to 1.4.2
    fujiwara authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c3de0a6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #438 from fujiwara/dependabot/go_modules/golang.or…

    …g/x/sys-0.25.0
    
    Bump golang.org/x/sys from 0.24.0 to 0.25.0
    fujiwara authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1128abb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #437 from fujiwara/dependabot/go_modules/aws-sdk-g…

    …o-v2-3195de91a9
    
    Bump the aws-sdk-go-v2 group with 5 updates
    fujiwara authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8f40db7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #436 from soh335/fix-color-flag

    fix: Correct color configuration in CLI
    fujiwara authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    94aabe2 View commit details
    Browse the repository at this point in the history
  5. --no-color also works.

    the same with --color=false
    fujiwara committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    35d2010 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #441 from fujiwara/fix/color-negatable

    --no-color also works.
    fujiwara authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    edb98e5 View commit details
    Browse the repository at this point in the history
Loading