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 v1.5.0 #225

Merged
merged 9 commits into from
Apr 24, 2024
Merged

Release v1.5.0 #225

merged 9 commits into from
Apr 24, 2024

Commits on Mar 27, 2024

  1. build(deps): bump github.com/hashicorp/hcl/v2 from 2.20.0 to 2.20.1 (#…

    …213)
    
    Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) from 2.20.0 to 2.20.1.
    - [Release notes](https://github.com/hashicorp/hcl/releases)
    - [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/hcl@v2.20.0...v2.20.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/hcl/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e679b69 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    1320847 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. build(deps): bump github.com/linode/linodego from 1.31.0 to 1.32.0 (#216

    )
    
    Bumps [github.com/linode/linodego](https://github.com/linode/linodego) from 1.31.0 to 1.32.0.
    - [Release notes](https://github.com/linode/linodego/releases)
    - [Commits](linode/linodego@v1.31.0...v1.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/linode/linodego
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    37cac4c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. build(deps): bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 (#214)

    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.18.0 to 0.19.0.
    - [Commits](golang/oauth2@v0.18.0...v0.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/oauth2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    9dfb4d5 View commit details
    Browse the repository at this point in the history
  2. update labels/release (#217)

    ## 📝 Description
    
    **What does this PR do and why is this change necessary?**
    
    Updates to use githubs built in release notes and using the following labels.
    
    `**NOTE**: The labeler job is dry running on the PR to show what it will do, doesn't execute until we merge.`
    
    ### ⚠️  Breaking Change
    breaking-change: any changes that break end users or downstream workflows
    ### 🐛 Bug Fixes
    bugfix: changes that fix a existing bug
    ### 🚀 New Features
    new-feature: changes that add new features such as endpoints or tools
    ### 💡 Improvements
    improvement: changes that improve existing features or reflect small API changes
    ### 🧪 Testing Improvements
    testing: improvements to the testing workflows
    ### ⚙️  Repo/CI Improvements
    repo-ci-improvement: improvements to the CI workflow, like this PR!
    ### 📖 Documentation
    documentation: updates to the package/repo documentation or wiki
    ### 📦 Dependency Updates
    dependencies: Used by dependabot mostly
    ### Ignore For Release
    ignore-for-release: for PRs you dont want rendered in the changelog, usually the release merge to main
    jriddle-linode authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    e818152 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump golang.org/x/crypto from 0.21.0 to 0.22.0 (#215)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.22.0.
    - [Commits](golang/crypto@v0.21.0...v0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d1ea778 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. build(deps): bump github.com/hashicorp/packer-plugin-sdk (#218)

    Bumps [github.com/hashicorp/packer-plugin-sdk](https://github.com/hashicorp/packer-plugin-sdk) from 0.5.2 to 0.5.3.
    - [Release notes](https://github.com/hashicorp/packer-plugin-sdk/releases)
    - [Changelog](https://github.com/hashicorp/packer-plugin-sdk/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/packer-plugin-sdk@v0.5.2...v0.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/packer-plugin-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3e6e322 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. build(deps): bump github.com/linode/linodego from 1.32.0 to 1.33.0 (#224

    )
    
    Bumps [github.com/linode/linodego](https://github.com/linode/linodego) from 1.32.0 to 1.33.0.
    - [Release notes](https://github.com/linode/linodego/releases)
    - [Commits](linode/linodego@v1.32.0...v1.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/linode/linodego
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8ed6e49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43aa1d6 View commit details
    Browse the repository at this point in the history