-
-
Notifications
You must be signed in to change notification settings - Fork 3
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.8.0 #55
Merged
Merged
Release 0.8.0 #55
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
josegonzalez
commented
Mar 31, 2024
- chore(deps): bump actions/checkout from 3 to 4 #44 @dependabot: chore(deps): bump actions/checkout from 3 to 4
- Remove support for Ubuntu Bionic, and Debian Buster #45 @josegonzalez: Remove support for Ubuntu Bionic, and Debian Buster
- chore(deps): bump golang from 1.20.5-bookworm to 1.21.3-bookworm #46 @dependabot: chore(deps): bump golang from 1.20.5-bookworm to 1.21.3-bookworm
- chore(deps): bump luizm/action-sh-checker from 0.7.0 to 0.8.0 #47 @dependabot: chore(deps): bump luizm/action-sh-checker from 0.7.0 to 0.8.0
- chore(deps): bump golang from 1.21.3-bookworm to 1.21.4-bookworm #48 @dependabot: chore(deps): bump golang from 1.21.3-bookworm to 1.21.4-bookworm
- chore(deps): bump golang from 1.21.4-bookworm to 1.21.5-bookworm #49 @dependabot: chore(deps): bump golang from 1.21.4-bookworm to 1.21.5-bookworm
- chore(deps): bump actions/upload-artifact from 3 to 4 #50 @dependabot: chore(deps): bump actions/upload-artifact from 3 to 4
- chore(deps): bump golang from 1.21.5-bookworm to 1.21.6-bookworm #51 @dependabot: chore(deps): bump golang from 1.21.5-bookworm to 1.21.6-bookworm
- chore(deps): bump golang from 1.22.0-bookworm to 1.22.1-bookworm #53 @dependabot: chore(deps): bump golang from 1.22.0-bookworm to 1.22.1-bookworm
- chore: run plugin:update once #54 @josegonzalez: chore: run plugin:update once
fix: ensure lintian always passes checks before making a release (#41)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…heckout-4 chore(deps): bump actions/checkout from 3 to 4
These platforms are no longer supported. Also update the github actions runner.
Remove support for Ubuntu Bionic, and Debian Buster
Bumps golang from 1.20.5-bookworm to 1.21.3-bookworm. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…kworm chore(deps): bump golang from 1.20.5-bookworm to 1.21.3-bookworm
Bumps [luizm/action-sh-checker](https://github.com/luizm/action-sh-checker) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/luizm/action-sh-checker/releases) - [Commits](luizm/action-sh-checker@76ab0b2...c6edb3d) --- updated-dependencies: - dependency-name: luizm/action-sh-checker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ion-sh-checker-0.8.0 chore(deps): bump luizm/action-sh-checker from 0.7.0 to 0.8.0
Bumps golang from 1.21.3-bookworm to 1.21.4-bookworm. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…kworm chore(deps): bump golang from 1.21.3-bookworm to 1.21.4-bookworm
Bumps golang from 1.21.4-bookworm to 1.21.5-bookworm. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…pload-artifact-4 chore(deps): bump actions/upload-artifact from 3 to 4
…kworm chore(deps): bump golang from 1.21.4-bookworm to 1.21.5-bookworm
Bumps golang from 1.21.5-bookworm to 1.21.6-bookworm. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…kworm chore(deps): bump golang from 1.21.5-bookworm to 1.21.6-bookworm
Bumps golang from 1.21.6-bookworm to 1.22.0-bookworm. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…kworm chore(deps): bump golang from 1.21.6-bookworm to 1.22.0-bookworm
Bumps golang from 1.22.0-bookworm to 1.22.1-bookworm. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…kworm chore(deps): bump golang from 1.22.0-bookworm to 1.22.1-bookworm
By running it once, we avoid needing to prime the bash-completion cache for every plugin.
chore: run plugin:update once
- #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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.