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/ecsta
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.3
Choose a base ref
...
head repository: fujiwara/ecsta
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.5
Choose a head ref
  • 13 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 14, 2024

  1. add dependabot

    fujiwara committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    4a725f5 View commit details
    Browse the repository at this point in the history
  2. Bump goreleaser/goreleaser-action from 4 to 5

    Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4 to 5.
    - [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
    - [Commits](goreleaser/goreleaser-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: goreleaser/goreleaser-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    08ddcd0 View commit details
    Browse the repository at this point in the history
  3. Bump actions/setup-go from 4 to 5

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c2763bb View commit details
    Browse the repository at this point in the history
  4. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    5f5bfc4 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. add -L flag

    short expression of local-port:remote-host:remote-port
    fujiwara committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    5a86ac8 View commit details
    Browse the repository at this point in the history
  2. add portforward -L readme.

    fujiwara committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    178cac0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #44 from fujiwara/feature/portforward-opt

    Add portforward -L flag
    fujiwara authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d5ea085 View commit details
    Browse the repository at this point in the history
  4. groups aws-sdk-go-v2

    fujiwara committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b437a6d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #28 from fujiwara/dependabot/github_actions/action…

    …s/checkout-4
    
    Bump actions/checkout from 3 to 4
    fujiwara authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    15f1e27 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #26 from fujiwara/dependabot/github_actions/gorele…

    …aser/goreleaser-action-5
    
    Bump goreleaser/goreleaser-action from 4 to 5
    fujiwara authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    41cae73 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #27 from fujiwara/dependabot/github_actions/action…

    …s/setup-go-5
    
    Bump actions/setup-go from 4 to 5
    fujiwara authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    8fd7f83 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b31760b View commit details
    Browse the repository at this point in the history
  9. Merge pull request #48 from fujiwara/fix/port-forward-ephemeral

    a local port allows "" or 0. use ephemeral port.
    fujiwara authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    6a4abf8 View commit details
    Browse the repository at this point in the history
Loading