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: simplesurance/baur
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.1.0
Choose a base ref
...
head repository: simplesurance/baur
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.1
Choose a head ref
  • 19 commits
  • 306 files changed
  • 2 contributors

Commits on Dec 2, 2024

  1. vendor(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#…

    …620)
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.9.0...v1.10.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 Dec 2, 2024
    Configuration menu
    Copy the full SHA
    eac1260 View commit details
    Browse the repository at this point in the history
  2. vendor(deps): bump the aws-sdk group with 5 updates (#618)

    Bumps the aws-sdk group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.32.3` | `1.32.5` |
    | [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.28.1` | `1.28.5` |
    | [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.17.35` | `1.17.41` |
    | [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.66.2` | `1.69.0` |
    | [github.com/aws/smithy-go](https://github.com/aws/smithy-go) | `1.22.0` | `1.22.1` |
    
    
    Updates `github.com/aws/aws-sdk-go-v2` from 1.32.3 to 1.32.5
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@v1.32.3...v1.32.5)
    
    Updates `github.com/aws/aws-sdk-go-v2/config` from 1.28.1 to 1.28.5
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@config/v1.28.1...config/v1.28.5)
    
    Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.17.35 to 1.17.41
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@credentials/v1.17.35...credentials/v1.17.41)
    
    Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.66.2 to 1.69.0
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@service/s3/v1.66.2...service/s3/v1.69.0)
    
    Updates `github.com/aws/smithy-go` from 1.22.0 to 1.22.1
    - [Release notes](https://github.com/aws/smithy-go/releases)
    - [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
    - [Commits](aws/smithy-go@v1.22.0...v1.22.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws-sdk
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws-sdk
    - dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws-sdk
    - 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
    - dependency-name: github.com/aws/smithy-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws-sdk
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    ac44a39 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. vendor(deps): bump golang.org/x/crypto from 0.20.0 to 0.31.0 (#621)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.20.0 to 0.31.0.
    - [Commits](golang/crypto@v0.20.0...v0.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    0830be0 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. vendor(deps): bump the aws-sdk group with 4 updates (#623)

    Bumps the aws-sdk group with 4 updates: [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) and [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2).
    
    
    Updates `github.com/aws/aws-sdk-go-v2` from 1.32.5 to 1.32.7
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@v1.32.5...v1.32.7)
    
    Updates `github.com/aws/aws-sdk-go-v2/config` from 1.28.5 to 1.28.7
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@config/v1.28.5...config/v1.28.7)
    
    Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.17.41 to 1.17.44
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@credentials/v1.17.41...credentials/v1.17.44)
    
    Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.69.0 to 1.71.1
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@service/s3/v1.69.0...service/s3/v1.71.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws-sdk
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws-sdk
    - dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws-sdk
    - 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
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    2e754a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. vendor(deps): bump the aws-sdk group with 5 updates (#625)

    Bumps the aws-sdk group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.32.7` | `1.36.0` |
    | [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.28.7` | `1.29.4` |
    | [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.17.44` | `1.17.57` |
    | [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.71.1` | `1.75.2` |
    | [github.com/aws/smithy-go](https://github.com/aws/smithy-go) | `1.22.1` | `1.22.2` |
    
    
    Updates `github.com/aws/aws-sdk-go-v2` from 1.32.7 to 1.36.0
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](aws/aws-sdk-go-v2@v1.32.7...v1.36.0)
    
    Updates `github.com/aws/aws-sdk-go-v2/config` from 1.28.7 to 1.29.4
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](aws/aws-sdk-go-v2@config/v1.28.7...config/v1.29.4)
    
    Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.17.44 to 1.17.57
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](aws/aws-sdk-go-v2@credentials/v1.17.44...credentials/v1.17.57)
    
    Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.71.1 to 1.75.2
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](aws/aws-sdk-go-v2@service/s3/v1.71.1...service/s3/v1.75.2)
    
    Updates `github.com/aws/smithy-go` from 1.22.1 to 1.22.2
    - [Release notes](https://github.com/aws/smithy-go/releases)
    - [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
    - [Commits](aws/smithy-go@v1.22.1...v1.22.2)
    
    ---
    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
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: aws-sdk
    - dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws-sdk
    - 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
    - dependency-name: github.com/aws/smithy-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws-sdk
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    0125b83 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. go: set minimum version to 1.23.5

    Fabian Holler committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    278a732 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. go: set minimum version to 1.23.6

    Fabian Holler committed Feb 11, 2025
    Configuration menu
    Copy the full SHA
    7accc7e View commit details
    Browse the repository at this point in the history
  2. vendor(deps): bump golang.org/x/tools from 0.26.0 to 0.29.0 (#624)

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.26.0 to 0.29.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.26.0...v0.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      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 11, 2025
    Configuration menu
    Copy the full SHA
    3abc294 View commit details
    Browse the repository at this point in the history
  3. upgrade configs: succeed with a clear message when cfgs are up to date (

    #628)
    
    When "baur upgrade configs" is run for configuration files that are in the
    latest version, the command fails with an error message stating that configs can
    only be upgraded from version 5 or 6.
    Failing when everything is fine is confusing.
    
    Succeed instead and print that the configs are already up to date and
    nothings needs to be done.
    Fabian Holler authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    6cacf48 View commit details
    Browse the repository at this point in the history
  4. vendor(deps): bump github.com/bmatcuk/doublestar/v4 from 4.7.1 to 4.8…

    ….1 (#626)
    
    Bumps [github.com/bmatcuk/doublestar/v4](https://github.com/bmatcuk/doublestar) from 4.7.1 to 4.8.1.
    - [Release notes](https://github.com/bmatcuk/doublestar/releases)
    - [Commits](bmatcuk/doublestar@v4.7.1...v4.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/bmatcuk/doublestar/v4
      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 11, 2025
    Configuration menu
    Copy the full SHA
    b32579f View commit details
    Browse the repository at this point in the history
  5. README: rewrite and update some sections

    - remove "Key Features" section and move information into the following
      both sections,
    - mention "baur release" feature
    Fabian Holler committed Feb 11, 2025
    Configuration menu
    Copy the full SHA
    dff8e39 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. go: update to version 1.24

    Fabian Holler committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    5a7647f View commit details
    Browse the repository at this point in the history
  2. ci: update golangci-lint to version 1.64

    Fabian Holler committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    3666b13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    702c4c4 View commit details
    Browse the repository at this point in the history
  4. apply usetesting linter suggestions

    - create temporary files in tmpdir of the testcase
    - use contest from testing.T, introduced in Go 1.24, instead of
      context.Background
    Fabian Holler committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    6b85ed6 View commit details
    Browse the repository at this point in the history
  5. tests: replace ostest.Chdir with t.Chdir

    ostest.Chdir is obsolete, testing.T has since Go 1.24 a method that does
    the same, use it.
    Fabian Holler committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    5b38332 View commit details
    Browse the repository at this point in the history
  6. tests: ignore usetesting warning

    usetesting suggest to use t.TempDir(), but it can not be used because
    the test has custom logic that allows to keep the dir after the test
    when an option is set
    Fabian Holler committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    d65e01d View commit details
    Browse the repository at this point in the history
  7. cfg: fix: wrong casing of template var and func in example config

    The example configuration created by "baur init app" contained 2
    mentions with wrong casing of the ".AppName" variable and of the "env"
    function.
    
    Correct both, function names are all lowercase, variables are
    PascalCase.
    Fabian Holler committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    1c4d3ac View commit details
    Browse the repository at this point in the history
  8. scripts/ver-is-up2date: fix: misleading error message

    "v" is used as prefix, not as postfix in the tag
    Fabian Holler committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    95de472 View commit details
    Browse the repository at this point in the history
Loading