这是indexloc提供的服务,不要输入任何密码
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: dokku/dokku-update
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: dokku/dokku-update
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 10 commits
  • 10 files changed
  • 2 contributors

Commits on Mar 31, 2024

  1. Release 0.8.0

    - #44 @dependabot: chore(deps): bump actions/checkout from 3 to 4
    - #45 @josegonzalez: Remove support for Ubuntu Bionic, and Debian Buster
    - #46 @dependabot: chore(deps): bump golang from 1.20.5-bookworm to 1.21.3-bookworm
    - #47 @dependabot: chore(deps): bump luizm/action-sh-checker from 0.7.0 to 0.8.0
    - #48 @dependabot: chore(deps): bump golang from 1.21.3-bookworm to 1.21.4-bookworm
    - #49 @dependabot: chore(deps): bump golang from 1.21.4-bookworm to 1.21.5-bookworm
    - #50 @dependabot: chore(deps): bump actions/upload-artifact from 3 to 4
    - #51 @dependabot: chore(deps): bump golang from 1.21.5-bookworm to 1.21.6-bookworm
    - #53 @dependabot: chore(deps): bump golang from 1.22.0-bookworm to 1.22.1-bookworm
    - #54 @josegonzalez: chore: run plugin:update once
    josegonzalez authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    1c93da8 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. chore(deps): bump golang from 1.22.1-bookworm to 1.22.2-bookworm

    Bumps golang from 1.22.1-bookworm to 1.22.2-bookworm.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5b39740 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Merge pull request #56 from dokku/dependabot/docker/golang-1.22.2-boo…

    …kworm
    
    chore(deps): bump golang from 1.22.1-bookworm to 1.22.2-bookworm
    josegonzalez authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9876bc5 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. chore(deps): bump golang from 1.22.2-bookworm to 1.22.3-bookworm

    Bumps golang from 1.22.2-bookworm to 1.22.3-bookworm.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 13, 2024
    Configuration menu
    Copy the full SHA
    bf60c3e View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Merge pull request #57 from dokku/dependabot/docker/golang-1.22.3-boo…

    …kworm
    
    chore(deps): bump golang from 1.22.2-bookworm to 1.22.3-bookworm
    josegonzalez authored May 18, 2024
    Configuration menu
    Copy the full SHA
    edee75c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #58 from dokku/release

    Release 0.8.0
    josegonzalez authored May 18, 2024
    Configuration menu
    Copy the full SHA
    db076ab View commit details
    Browse the repository at this point in the history
  3. feat: add ability to create releases from a github workflow

    This automates all the drudge-work necessary for creating a release, freeing up time to do actual development.
    josegonzalez committed May 18, 2024
    Configuration menu
    Copy the full SHA
    91b8428 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #59 from dokku/automate-releases

    feat: add ability to create releases from a github workflow
    josegonzalez authored May 18, 2024
    Configuration menu
    Copy the full SHA
    5e5d0ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2b02e1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #60 from dokku/remove-go

    chore: remove unnecessary setup-go from tagged-release workflow
    josegonzalez authored May 18, 2024
    Configuration menu
    Copy the full SHA
    11390a2 View commit details
    Browse the repository at this point in the history
Loading