Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.10.0 #99

Merged
merged 18 commits into from
Aug 6, 2023
Merged

Release 0.10.0 #99

merged 18 commits into from
Aug 6, 2023

Commits on May 11, 2022

  1. chore(deps): bump golang from 1.18.1-buster to 1.18.2-buster

    Bumps golang from 1.18.1-buster to 1.18.2-buster.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 11, 2022
    Configuration menu
    Copy the full SHA
    e7eb801 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #81 from gliderlabs/dependabot/docker/golang-1.18.…

    …2-buster
    
    chore(deps): bump golang from 1.18.1-buster to 1.18.2-buster
    josegonzalez authored May 11, 2022
    Configuration menu
    Copy the full SHA
    0ea1b90 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. Configuration menu
    Copy the full SHA
    6ef7905 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #82 from gliderlabs/5185-raspbian-bullseye-arm64

    Add support for raspbian/bullseye on arm64 architectures
    josegonzalez authored May 21, 2022
    Configuration menu
    Copy the full SHA
    e441068 View commit details
    Browse the repository at this point in the history
  3. fix: publish arm64 packages for debian instead of raspbian

    Raspbian 64-bit is actually based on Debian, so we need to use the correct OS Identifier or packages won't be detected.
    
    Closes #5185
    josegonzalez authored May 21, 2022
    Configuration menu
    Copy the full SHA
    031d720 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #83 from gliderlabs/5185-debian-arm64

    Publish arm64 packages for debian instead of raspbian
    josegonzalez authored May 21, 2022
    Configuration menu
    Copy the full SHA
    171e8aa View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. chore(deps): bump golang from 1.18.2-buster to 1.20.1-buster

    Bumps golang from 1.18.2-buster to 1.20.1-buster.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    a26c859 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Merge pull request #94 from gliderlabs/dependabot/docker/golang-1.20.…

    …1-buster
    
    chore(deps): bump golang from 1.18.2-buster to 1.20.1-buster
    josegonzalez authored May 25, 2023
    Configuration menu
    Copy the full SHA
    78e7468 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Configuration menu
    Copy the full SHA
    4eed816 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #96 from gliderlabs/josegonzalez-patch-1

    chore: update riunner to use ubuntu 20.04
    josegonzalez authored May 27, 2023
    Configuration menu
    Copy the full SHA
    3ac50f1 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump golang from 1.20.1-buster to 1.20.4-buster

    Bumps golang from 1.20.1-buster to 1.20.4-buster.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 27, 2023
    Configuration menu
    Copy the full SHA
    1238229 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #95 from gliderlabs/dependabot/docker/golang-1.20.…

    …4-buster
    
    chore(deps): bump golang from 1.20.1-buster to 1.20.4-buster
    josegonzalez authored May 27, 2023
    Configuration menu
    Copy the full SHA
    a93be81 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. chore(deps): bump golang from 1.20.4-buster to 1.20.5-buster

    Bumps golang from 1.20.4-buster to 1.20.5-buster.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    e1ff533 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Merge pull request #97 from gliderlabs/dependabot/docker/golang-1.20.…

    …5-buster
    
    chore(deps): bump golang from 1.20.4-buster to 1.20.5-buster
    josegonzalez authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    16243e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Add Bookworm Support

    Coffee2CodeNL authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    98ebe52 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #98 from Coffee2CodeNL/add_bookworm_support

    Add Bookworm Support
    josegonzalez authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    0f75b41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54c14eb View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Release 0.10.0

    ### Added
    
    - #82 @josegonzalez Add support for raspbian/bullseye on arm64 architectures
    - #98 @Coffee2CodeNL: Add Bookworm Support
    
    ### Changed
    
    - #81 @dependabot: chore(deps): bump golang from 1.18.1-buster to 1.18.2-buster
    - #83 @josegonzalez Publish arm64 packages for debian instead of raspbian
    - #94 @dependabot: chore(deps): bump golang from 1.18.2-buster to 1.20.1-buster
    - #95 @dependabot: chore(deps): bump golang from 1.20.1-buster to 1.20.4-buster
    - #96 @josegonzalez chore: update runner to use ubuntu 20.04
    - #97 @dependabot: chore(deps): bump golang from 1.20.4-buster to 1.20.5-buster
    josegonzalez committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    7fa8ef9 View commit details
    Browse the repository at this point in the history