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

build(deps): bump grafana/k6-extension-workflows from 0.1.0 to 0.2.0 #107

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps grafana/k6-extension-workflows from 0.1.0 to 0.2.0.

Release notes

Sourced from grafana/k6-extension-workflows's releases.

v0.2.0

Added Release workflow for creating and attaching release artifacts.

Changelog

Sourced from grafana/k6-extension-workflows's changelog.

Release

Workflow for creating and attaching release artifacts.

Visualization Visualization

Usage

name: Release
on:
push:
tags: ["v*.."]
jobs:
release:
name: Release
uses: grafana/k6-extension-workflows/.github/workflows/[email protected]

Inputs

Name Default Description
k6-version latest The version of k6 to be used
go-version 1.22.x The Go version to be used
os '["linux", "windows"]' Target GOOS values
arch '["amd64", "arm64"]' Target GOARCH values
with Additional extension modules
cgo false Enable CGO

Jobs

Build

Build k6 for the operating systems and processor architectures specified as input parameters by embedding the extension. Additional extensions can be added using the with input parameter.

Release artifacts are created per platform from the k6 executable and the LICENSE and README.md files.

Publish

Attach the created release artifacts to the release. If the release does not yet exist (only the tag), it will be created.

Config

Generate configuration output variables for other jobs.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [grafana/k6-extension-workflows](https://github.com/grafana/k6-extension-workflows) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/grafana/k6-extension-workflows/releases)
- [Changelog](https://github.com/grafana/k6-extension-workflows/blob/main/docs/release.md)
- [Commits](grafana/k6-extension-workflows@v0.1.0...v0.2.0)

---
updated-dependencies:
- dependency-name: grafana/k6-extension-workflows
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2024
@dependabot dependabot bot requested a review from a team as a code owner December 1, 2024 16:14
@dependabot dependabot bot added the github_actions Pull requests that update GitHub Actions code label Dec 1, 2024
@dependabot dependabot bot requested review from szkiba and removed request for a team December 1, 2024 16:14
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 8, 2024

Superseded by #109.

@dependabot dependabot bot closed this Dec 8, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/grafana/k6-extension-workflows-0.2.0 branch December 8, 2024 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants