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: bodgit/tsig
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: bodgit/tsig
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.2
Choose a head ref
  • 10 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 2, 2023

  1. Fix release workflow

    bodgit committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    2c120d6 View commit details
    Browse the repository at this point in the history
  2. Pin to testing on Ubuntu 20.04

    Latest/22.04 seems to be breaking builds.
    bodgit committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    5cdd3e2 View commit details
    Browse the repository at this point in the history
  3. Fix build badge

    bodgit committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    b5f91eb View commit details
    Browse the repository at this point in the history
  4. Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0

    Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3.2.0 to 4.1.0.
    - [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
    - [Commits](goreleaser/goreleaser-action@v3.2.0...v4.1.0)
    
    ---
    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 Jan 2, 2023
    Configuration menu
    Copy the full SHA
    e0839b0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #88 from bodgit/dependabot/github_actions/goreleas…

    …er/goreleaser-action-4.1.0
    
    Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0
    bodgit authored Jan 2, 2023
    Configuration menu
    Copy the full SHA
    9473131 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Bump goreleaser/goreleaser-action from 4.1.0 to 4.2.0

    Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4.1.0 to 4.2.0.
    - [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
    - [Commits](goreleaser/goreleaser-action@v4.1.0...v4.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: goreleaser/goreleaser-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    465e051 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Merge pull request #90 from bodgit/dependabot/github_actions/goreleas…

    …er/goreleaser-action-4.2.0
    
    Bump goreleaser/goreleaser-action from 4.1.0 to 4.2.0
    bodgit authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    10b91d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Error if no krb5.conf is found.

    Should mean `config.Load()` is never called with an empty string.
    bodgit committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    a2d9455 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Initialise multierror with env is not found

    Also wrap `os.Stat()` error when checking env value.
    bodgit committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    45db94c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Merge pull request #92 from bodgit/issue91

    Error if no `krb5.conf` is found.
    bodgit authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    e486e05 View commit details
    Browse the repository at this point in the history
Loading