Git Product home page Git Product logo

bitbucket-semantic-pull-requests's Introduction

Bitbucket Semantic Pull Requests

Bitbucket Cloud status check that ensures your pull requests follow the Conventional Commits spec.

Heavily inspired by zeke/semantic-pull-requests, if not a rewrite in Go for Bitbucket Cloud.

How it works

By default, only the PR title OR at least one commit message needs to have semantic prefix. If you wish to change this behavior, see configuration section below.

Scenario Status Status Check Message
PR title is semantic ๐Ÿ’š ready to be squashed
any commit is semantic ๐Ÿ’š ready to be merged or rebased
nothing is semantic ๐Ÿ’› add a semantic commit or PR title

Please see zeke/semantic-pull-requests for the full rational.

Installation

  1. Create a Bitbucket Cloud account for the bot and add it to your team (Recommended)

  2. Create an App password with pullrequest scope ("Pull request: Read")

  3. Grant read access on your repositories to the bot account

  4. Export the bot's Bitbucket credentials via environment variables (or use --help flag for more options):

    • BITBUCKET_USERNAME: Bitbucket username associated with the account used for renovate-approve-bot
    • BITBUCKET_PASSWORD: Bitbucket App password created in step 2
  5. Start the bot:

    • With Docker:

      docker run --rm \
        --env BITBUCKET_USERNAME \
        --env BITBUCKET_PASSWORD \
        --publish 8888:8888 \
        ghcr.io/maxbrunet/bitbucket-semantic-pull-requests:latest
    • With a binary (downloadable from the Releases page):

      ./bitbucket-semantic-pull-requests
  6. Add a webhook to your repository

    • Title: Semantic Pull Requests
    • URL: https://<bot-address>/
    • Status: Active
    • Triggers:
      • pullrequest:created
      • pullrequest:updated

Configuration

It is the same as zeke/semantic-pull-requests.

By default, no configuration is necessary.

If you wish to override some behaviors, you can add a semantic.yml file to your .bitbucket directory with the following optional settings:

# Disable validation, and skip status check creation
enabled: false
# Always validate the PR title, and ignore the commits
titleOnly: true
# Always validate all commits, and ignore the PR title
commitsOnly: true
# Always validate the PR title AND all the commits
titleAndCommits: true
# Require at least one commit to be valid
# this is only relevant when using commitsOnly: true or titleAndCommits: true,
# which validate all commits by default
anyCommit: true
# You can define a list of valid scopes
scopes:
  - scope1
  - scope2
  ...
# By default conventional types as definited by go-conventionalcommits are used.
# See "conventional": https://github.com/leodido/go-conventionalcommits#types
# You can override the valid types
types:
  - feat
  - fix
  - docs
  - style
  - refactor
  - perf
  - test
  - build
  - ci
  - chore
  - revert
# Allow use of Merge commits (e.g. "Merge branch 'master' into feature/ride-unicorns")
allowMergeCommits: true
# Allow use of Revert commits (e.g. "Revert "feat: ride unicorns"")
allowRevertCommits: true

License

Apache 2.0

bitbucket-semantic-pull-requests's People

Contributors

maronhatoum avatar maxbrunet avatar renovate[bot] avatar semantic-release-bot avatar

bitbucket-semantic-pull-requests's Issues

hjkfch gjxfcgjgxfjkmDependency Dashboard

This issue provides visibility into Renovate updates and their statuses. Learn more

Rate Limited

These updates are currently rate limited. Click on a checkbox below to force their creation now.

  • build(deps): update golang to v1.18.1
  • build(deps): update module github.com/ktrysmt/go-bitbucket to v0.9.40
  • chore(deps): update github/codeql-action action to v2.1.7

fgbgfbnfgnfgns

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Location: renovate.json
Error type: Invalid JSON (parsing failed)
Message: Syntax error near ", ],

dgfnhfgsmjngsfdmnsfgxnsfgxn

This issue provides visibility into Renovate updates and their statuses. Learn more

Rate Limited

These updates are currently rate limited. Click on a checkbox below to force their creation now.

  • build(deps): update golang to v1.18.1
  • build(deps): update module github.com/ktrysmt/go-bitbucket to v0.9.40
  • chore(deps): update github/codeql-action action to v2.1.7

ignooonnreee

This issue provides visibility into Renovate updates and their statuses. Learn more

Pending Status Checks

These updates await pending status checks. To force their creation now, click the checkbox below.

  • build(deps): update golang to v1.18.1

Other Branches

These updates are pending. To force PRs open, click the checkbox below.

  • chore(deps): update github/codeql-action action to v2.1.7

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

avasvasvsacasc

This issue provides visibility into Renovate updates and their statuses. Learn more

Pending Status Checks

These updates await pending status checks. To force their creation now, click the checkbox below.

  • build(deps): update golang to v1.18.1

Other Branches

These updates are pending. To force PRs open, click the checkbox below.

  • chore(deps): update github/codeql-action action to v2.1.7

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

ignoree111

This issue provides visibility into Renovate updates and their statuses. Learn more

Repository problems

These problems occurred while renovating this repository.

  • ERROR: {
  • ERROR: Date: Date{2022, 4, 7}, Version: Version{1, 18, 1},
  • ERROR: Future: true,
  • ERROR: Security: &FixSummary{Quantifier: "a", Components: []template.HTML{"the standard library"}},
  • ERROR: },
  • ERROR: Date: Date{2022, 4, 7}, Version: Version{1, 17, 9},
  • ERROR: Date: Date{2022, 3, 15}, Version: Version{1, 18, 0},
  • ERROR: Date: Date{2022, 3, 3}, Version: Version{1, 17, 8},
  • ERROR: Security: &FixSummary{Quantifier: "a", Packages: []string{"regexp/syntax"}},
  • ERROR: Bug: &FixSummary{
  • ERROR: Components: []template.HTML{"the compiler", "runtime", "the go command"},
  • ERROR: Packages: []string{"crypto/x509", "net"},
  • ERROR: Date: Date{2022, 3, 3}, Version: Version{1, 16, 15},
  • ERROR: Packages: []string{"net"},
  • ERROR: Date: Date{2022, 2, 10}, Version: Version{1, 17, 7},
  • ERROR: Security: &FixSummary{
  • ERROR: Components: []template.HTML{"the go command"},
  • ERROR: Packages: []string{"crypto/elliptic", "math/big"},
  • ERROR: Components: []template.HTML{"the compiler", "linker", "runtime", "the go command"},
  • ERROR: Packages: []string{"debug/macho", "debug/pe", "net/http/httptest"},
  • ERROR: Date: Date{2022, 2, 10}, Version: Version{1, 16, 14},
  • ERROR: Packages: []string{"debug/macho", "debug/pe", "net/http/httptest", "testing"},
  • ERROR: Date: Date{2022, 1, 6}, Version: Version{1, 17, 6},
  • ERROR: Components: []template.HTML{"the compiler", "linker", "runtime"},
  • ERROR: Packages: []string{"crypto/x509", "net/http", "reflect"},
  • ERROR: Date: Date{2022, 1, 6}, Version: Version{1, 16, 13},
  • ERROR: Packages: []string{"net/http"},
  • ERROR: Date: Date{2021, 12, 9}, Version: Version{1, 17, 5},
  • ERROR: Security: &FixSummary{Packages: []string{"net/http", "syscall"}},
  • ERROR: Date: Date{2021, 12, 9}, Version: Version{1, 16, 12},
  • ERROR: Date: Date{2021, 12, 2}, Version: Version{1, 17, 4},
  • ERROR: Packages: []string{"go/types", "net/http", "time"},
  • ERROR: Date: Date{2021, 12, 2}, Version: Version{1, 16, 11},
  • ERROR: Components: []template.HTML{"the compiler", "runtime"},
  • ERROR: Packages: []string{"net/http", "net/http/httptest", "time"},
  • ERROR: Date: Date{2021, 11, 4}, Version: Version{1, 17, 3},
  • ERROR: Security: &FixSummary{Packages: []string{"archive/zip", "debug/macho"}},
  • ERROR: Components: []template.HTML{"the compiler", "linker", "runtime", "the go command", "the misc/wasm directory"},
  • ERROR: Packages: []string{"net/http", "syscall"},
  • ERROR: Date: Date{2021, 11, 4}, Version: Version{1, 16, 10},
  • ERROR: Components: []template.HTML{"the compiler", "linker", "runtime", "the misc/wasm directory"},
  • ERROR: Date: Date{2021, 10, 7}, Version: Version{1, 17, 2},
  • ERROR: Security: &FixSummary{Components: []template.HTML{"linker", "the misc/wasm directory"}},
  • ERROR: Packages: []string{"text/template", "time"},
  • ERROR: Date: Date{2021, 10, 7}, Version: Version{1, 16, 9},
  • ERROR: Components: []template.HTML{"runtime"},
  • ERROR: Packages: []string{"text/template"},
  • ERROR: Date: Date{2021, 9, 9}, Version: Version{1, 17, 1},
  • ERROR: Security: &FixSummary{Quantifier: "a", Packages: []string{"archive/zip"}},
  • ERROR: Components: []template.HTML{"the compiler", "linker", "the go command"},
  • ERROR: Packages: []string{"crypto/rand", "embed", "go/types", "html/template", "net/http"},
  • ERROR: Date: Date{2021, 9, 9}, Version: Version{1, 16, 8},
  • ERROR: Packages: []string{"archive/zip, go/internal/gccgoimporter", "html/template", "net/http", "runtime/pprof"},
  • ERROR: Date: Date{2021, 8, 16}, Version: Version{1, 17, 0},
  • ERROR: Date: Date{2021, 8, 5}, Version: Version{1, 16, 7},
  • ERROR: Security: &FixSummary{Quantifier: "a", Packages: []string{"net/http/httputil"}},
  • ERROR: Date: Date{2021, 8, 5}, Version: Version{1, 15, 15},
  • ERROR: Date: Date{2021, 7, 12}, Version: Version{1, 16, 6},
  • ERROR: Security: &FixSummary{Quantifier: "a", Packages: []string{"crypto/tls"}},
  • ERROR: Components: []template.HTML{"the compiler"},
  • ERROR: Packages: []string{"net", "net/http"},
  • ERROR: Date: Date{2021, 7, 12}, Version: Version{1, 15, 14},
  • ERROR: Components: []template.HTML{"the linker"},
  • ERROR: Date: Date{2021, 6, 3}, Version: Version{1, 16, 5},
  • ERROR: Security: &FixSummary{Packages: []string{"archive/zip", "math/big", "net", "net/http/httputil"}},
  • ERROR: Components: []template.HTML{"the linker", "the go command"},
  • ERROR: Date: Date{2021, 6, 3}, Version: Version{1, 15, 13},
  • ERROR: Packages: []string{"math/big", "net/http"},
  • ERROR: Date: Date{2021, 5, 6}, Version: Version{1, 16, 4},
  • ERROR: Security: &FixSummary{Quantifier: "a", Packages: []string{"net/http"}},
  • ERROR: Packages: []string{"archive/zip", "syscall", "time"},
  • ERROR: Date: Date{2021, 5, 6}, Version: Version{1, 15, 12},
  • ERROR: Date: Date{2021, 4, 1}, Version: Version{1, 16, 3},
  • ERROR: Packages: []string{"testing", "time"},
  • ERROR: Date: Date{2021, 4, 1}, Version: Version{1, 15, 11},
  • ERROR: Components: []template.HTML{"cgo", "the compiler", "linker", "runtime", "the go command"},
  • ERROR: Packages: []string{"database/sql", "net/http"},
  • ERROR: Date: Date{2021, 3, 11}, Version: Version{1, 16, 2},
  • ERROR: Components: []template.HTML{"cgo", "the compiler", "linker", "the go command"},
  • ERROR: Packages: []string{"syscall", "time"},
  • ERROR: Date: Date{2021, 3, 11}, Version: Version{1, 15, 10},
  • ERROR: Components: []template.HTML{"the compiler", "the go command"},
  • ERROR: Packages: []string{"net/http", "os", "syscall", "time"},
  • ERROR: Date: Date{2021, 3, 10}, Version: Version{1, 16, 1},
  • ERROR: Security: &FixSummary{Packages: []string{"archive/zip", "encoding/xml"}},
  • ERROR: Date: Date{2021, 3, 10}, Version: Version{1, 15, 9},
  • ERROR: Security: &FixSummary{Packages: []string{"encoding/xml"}},
  • ERROR: Date: Date{2021, 2, 16}, Version: Version{1, 16, 0},
  • ERROR: Date: Date{2021, 2, 4}, Version: Version{1, 15, 8},
  • ERROR: Date: Date{2021, 2, 4}, Version: Version{1, 14, 15},
  • ERROR: Date: Date{2021, 1, 19}, Version: Version{1, 15, 7},
  • ERROR: Packages: []string{"crypto/elliptic"},
  • ERROR: Date: Date{2021, 1, 19}, Version: Version{1, 14, 14},
  • ERROR: Date: Date{2020, 12, 3}, Version: Version{1, 15, 6},
  • ERROR: Packages: []string{"io"},
  • ERROR: Date: Date{2020, 12, 3}, Version: Version{1, 14, 13},
  • ERROR: Date: Date{2020, 11, 12}, Version: Version{1, 15, 5},
  • ERROR: Packages: []string{"math/big"},
  • ERROR: Date: Date{2020, 11, 12}, Version: Version{1, 14, 12},
  • ERROR: Date: Date{2020, 11, 5}, Version: Version{1, 15, 4},
  • ERROR: Components: []template.HTML{"cgo", "the compiler", "linker", "runtime"},
  • ERROR: Packages: []string{"compress/flate", "net/http", "reflect", "time"},
  • ERROR: Date: Date{2020, 11, 5}, Version: Version{1, 14, 11},
  • ERROR: Components: []template.HTML{"the runtime"},
  • ERROR: Packages: []string{"net/http", "time"},
  • ERROR: Date: Date{2020, 10, 14}, Version: Version{1, 15, 3},
  • ERROR: Components: []template.HTML{"cgo", "the compiler", "runtime", "the go command"},
  • ERROR: Packages: []string{"bytes", "plugin", "testing"},
  • ERROR: Date: Date{2020, 10, 14}, Version: Version{1, 14, 10},
  • ERROR: Packages: []string{"plugin", "testing"},
  • ERROR: Date: Date{2020, 9, 9}, Version: Version{1, 15, 2},
  • ERROR: Components: []template.HTML{"the compiler", "runtime", "documentation", "the go command"},
  • ERROR: Packages: []string{"net/mail", "os", "sync", "testing"},
  • ERROR: Date: Date{2020, 9, 9}, Version: Version{1, 14, 9},
  • ERROR: Components: []template.HTML{"the compiler", "linker", "runtime", "documentation"},
  • ERROR: Packages: []string{"net/http", "testing"},
  • ERROR: Date: Date{2020, 9, 1}, Version: Version{1, 15, 1},
  • ERROR: Security: &FixSummary{Packages: []string{"net/http/cgi", "net/http/fcgi"}},
  • ERROR: Date: Date{2020, 9, 1}, Version: Version{1, 14, 8},
  • ERROR: Date: Date{2020, 8, 11}, Version: Version{1, 15, 0},
  • ERROR: Date: Date{2020, 8, 6}, Version: Version{1, 14, 7},
  • ERROR: Security: &FixSummary{Packages: []string{"encoding/binary"}},
  • ERROR: Date: Date{2020, 8, 6}, Version: Version{1, 13, 15},
  • ERROR: Date: Date{2020, 7, 16}, Version: Version{1, 14, 6},
  • ERROR: Components: []template.HTML{"the go command", "the compiler", "the linker", "vet"},
  • ERROR: Packages: []string{"database/sql", "encoding/json", "net/http", "reflect", "testing"},
  • ERROR: Date: Date{2020, 7, 16}, Version: Version{1, 13, 14},
  • ERROR: Components: []template.HTML{"the compiler", "vet"},
  • ERROR: Packages: []string{"database/sql", "net/http", "reflect"},
  • ERROR: Date: Date{2020, 7, 14}, Version: Version{1, 14, 5},
  • ERROR: Security: &FixSummary{Packages: []string{"crypto/x509", "net/http"}},
  • ERROR: Date: Date{2020, 7, 14}, Version: Version{1, 13, 13},
  • ERROR: Date: Date{2020, 6, 1}, Version: Version{1, 14, 4},
  • ERROR: Components: []template.HTML{"the go doc command", "the runtime"},
  • ERROR: Packages: []string{"encoding/json", "os"},
  • ERROR: Date: Date{2020, 6, 1}, Version: Version{1, 13, 12},
  • ERROR: Packages: []string{"go/types", "math/big"},
  • ERROR: Date: Date{2020, 5, 14}, Version: Version{1, 14, 3},
  • ERROR: Components: []template.HTML{"cgo", "the compiler", "the runtime"},
  • ERROR: Packages: []string{"go/doc", "math/big"},
  • ERROR: Date: Date{2020, 5, 14}, Version: Version{1, 13, 11},
  • ERROR: Date: Date{2020, 4, 8}, Version: Version{1, 14, 2},
  • ERROR: Components: []template.HTML{"cgo", "the go command", "the runtime"},
  • ERROR: Packages: []string{"os/exec", "testing"},
  • ERROR: Date: Date{2020, 4, 8}, Version: Version{1, 13, 10},
  • ERROR: Components: []template.HTML{"the go command", "the runtime"},
  • ERROR: Packages: []string{"os/exec", "time"},
  • ERROR: Date: Date{2020, 3, 19}, Version: Version{1, 14, 1},
  • ERROR: Components: []template.HTML{"the go command", "tools", "the runtime"},
  • ERROR: Date: Date{2020, 3, 19}, Version: Version{1, 13, 9},
  • ERROR: Components: []template.HTML{"the go command", "tools", "the runtime", "the toolchain"},
  • ERROR: Packages: []string{"crypto/cypher"},
  • ERROR: Date: Date{2020, 2, 25}, Version: Version{1, 14, 0},
  • ERROR: Date: Date{2020, 2, 12}, Version: Version{1, 13, 8},
  • ERROR: Packages: []string{"crypto/x509", "net/http"},
  • ERROR: Date: Date{2020, 2, 12}, Version: Version{1, 12, 17},
  • ERROR: Quantifier: "a",
  • ERROR: Date: Date{2020, 1, 28}, Version: Version{1, 13, 7},
  • ERROR: Security: &FixSummary{Quantifier: "two", Packages: []string{"crypto/x509"}},
  • ERROR: Date: Date{2020, 1, 28}, Version: Version{1, 12, 16},
  • ERROR: Date: Date{2020, 1, 9}, Version: Version{1, 13, 6},
  • ERROR: Date: Date{2020, 1, 9}, Version: Version{1, 12, 15},
  • ERROR: Date: Date{2019, 12, 4}, Version: Version{1, 13, 5},
  • ERROR: Components: []template.HTML{"the go command", "the runtime", "the linker"},
  • ERROR: Date: Date{2019, 12, 4}, Version: Version{1, 12, 14},
  • ERROR: Date: Date{2019, 10, 31}, Version: Version{1, 13, 4},
  • ERROR: Packages: []string{"net/http", "syscall"},
  • ERROR: More: `It also fixes an issue on macOS 10.15 Catalina
  • ERROR: where the non-notarized installer and binaries were being
  • ERROR: rejected by Gatekeeper.`,
  • ERROR: Date: Date{2019, 10, 31}, Version: Version{1, 12, 13},
  • ERROR: CustomSummary: `fixes an issue on macOS 10.15 Catalina
  • ERROR: rejected by Gatekeeper.
  • ERROR: Only macOS users who hit this issue need to update.`,
  • ERROR: Date: Date{2019, 10, 17}, Version: Version{1, 13, 3},
  • ERROR: Components: []template.HTML{"the go command", "the toolchain", "the runtime"},
  • ERROR: Packages: []string{"crypto/ecdsa", "net", "net/http", "syscall"},
  • ERROR: Date: Date{2019, 10, 17}, Version: Version{1, 12, 12},
  • ERROR: Components: []template.HTML{"the go command", "runtime"},
  • ERROR: Packages: []string{"net", "syscall"},
  • ERROR: Date: Date{2019, 10, 17}, Version: Version{1, 13, 2},
  • ERROR: Packages: []string{"crypto/dsa"},
  • ERROR: Date: Date{2019, 10, 17}, Version: Version{1, 12, 11},
  • ERROR: Security: &FixSummary{Packages: []string{"crypto/dsa"}},
  • ERROR: Date: Date{2019, 9, 25}, Version: Version{1, 13, 1},
  • ERROR: Security: &FixSummary{Packages: []string{"net/http", "net/textproto"}},
  • ERROR: Date: Date{2019, 9, 25}, Version: Version{1, 12, 10},
  • ERROR: Date: Date{2019, 9, 3}, Version: Version{1, 13, 0},
  • ERROR: Date: Date{2019, 8, 15}, Version: Version{1, 12, 9},
  • ERROR: Packages: []string{"math/big", "os"},
  • ERROR: Date: Date{2019, 8, 13}, Version: Version{1, 12, 8},
  • ERROR: Security: &FixSummary{Packages: []string{"net/http", "net/url"}},
  • ERROR: Date: Date{2019, 8, 13}, Version: Version{1, 11, 13},
  • ERROR: Date: Date{2019, 7, 8}, Version: Version{1, 12, 7},
  • ERROR: Components: []template.HTML{"cgo", "the compiler", "the linker"},
  • ERROR: Date: Date{2019, 7, 8}, Version: Version{1, 11, 12},
  • ERROR: Components: []template.HTML{"the compiler", "the linker"},
  • ERROR: Date: Date{2019, 6, 11}, Version: Version{1, 12, 6},
  • ERROR: Components: []template.HTML{"the compiler", "the linker", "the go command"},
  • ERROR: Packages: []string{"crypto/x509", "net/http", "os"},
  • ERROR: Date: Date{2019, 6, 11}, Version: Version{1, 11, 11},
  • ERROR: Packages: []string{"crypto/x509"},
  • ERROR: Date: Date{2019, 5, 6}, Version: Version{1, 12, 5},
  • ERROR: Components: []template.HTML{"the compiler", "the linker", "the go command", "the runtime"},
  • ERROR: Packages: []string{"os"},
  • ERROR: Date: Date{2019, 5, 6}, Version: Version{1, 11, 10},
  • ERROR: Components: []template.HTML{"the runtime", "the linker"},
  • ERROR: Date: Date{2019, 4, 11}, Version: Version{1, 12, 4},
  • ERROR: CustomSummary: `fixes an issue where using the prebuilt binary
  • ERROR: releases on older versions of GNU/Linux
  • ERROR: led to failures
  • ERROR: when linking programs that used cgo.
  • ERROR: Only Linux users who hit this issue need to update.`,
  • ERROR: Date: Date{2019, 4, 11}, Version: Version{1, 11, 9},
  • ERROR: Date: Date{2019, 4, 8}, Version: Version{1, 12, 3},
  • ERROR: CustomSummary: `was accidentally released without its
  • ERROR: intended fix. It is identical to go1.12.2, except for its version
  • ERROR: number. The intended fix is in go1.12.4.`,
  • ERROR: Date: Date{2019, 4, 8}, Version: Version{1, 11, 8},
  • ERROR: intended fix. It is identical to go1.11.7, except for its version
  • ERROR: number. The intended fix is in go1.11.9.`,
  • ERROR: Date: Date{2019, 4, 5}, Version: Version{1, 12, 2},
  • ERROR: Components: []template.HTML{"the compiler", "the go command", "the runtime"},
  • ERROR: Packages: []string{"doc", "net", "net/http/httputil", "os"},
  • ERROR: Date: Date{2019, 4, 5}, Version: Version{1, 11, 7},
  • ERROR: Date: Date{2019, 3, 14}, Version: Version{1, 12, 1},
  • ERROR: Components: []template.HTML{"cgo", "the compiler", "the go command"},
  • ERROR: Packages: []string{"fmt", "net/smtp", "os", "path/filepath", "sync", "text/template"},
  • ERROR: Date: Date{2019, 3, 14}, Version: Version{1, 11, 6},
  • ERROR: Components: []template.HTML{"cgo", "the compiler", "linker", "runtime", "go command"},
  • ERROR: Packages: []string{"crypto/x509", "encoding/json", "net", "net/url"},
  • ERROR: Date: Date{2019, 2, 25}, Version: Version{1, 12, 0},
  • ERROR: Date: Date{2019, 1, 23}, Version: Version{1, 11, 5},
  • ERROR: Security: &FixSummary{Quantifier: "a", Packages: []string{"crypto/elliptic"}},
  • ERROR: Date: Date{2019, 1, 23}, Version: Version{1, 10, 8},
  • ERROR: Date: Date{2018, 12, 14}, Version: Version{1, 11, 4},
  • ERROR: Components: []template.HTML{"cgo", "the compiler", "linker", "runtime", "documentation", "go command"},
  • ERROR: Packages: []string{"go/types", "net/http"},
  • ERROR: More: `It includes a fix to a bug introduced in Go 1.11.3 that broke go
  • ERROR: get for import path patterns containing "...".`,
  • ERROR: Date: Date{2018, 12, 14}, Version: Version{1, 10, 7},
  • ERROR: // TODO: Modify to follow usual pattern, say it includes a fix to the go command.
  • ERROR: CustomSummary: `includes a fix to a bug introduced in Go 1.10.6
  • ERROR: that broke go get for import path patterns containing
  • ERROR: "...".
  • ERROR: See the
  • ERROR: Go 1.10.7 milestone on our issue tracker for details.`,
  • ERROR: Date: Date{2018, 12, 12}, Version: Version{1, 11, 3},
  • ERROR: Quantifier: "three",
  • ERROR: Components: []template.HTML{"go get"},
  • ERROR: Date: Date{2018, 12, 12}, Version: Version{1, 10, 6},
  • ERROR: More: "It contains the same fixes as Go 1.11.3 and was released at the same time.",
  • ERROR: Date: Date{2018, 11, 2}, Version: Version{1, 11, 2},
  • ERROR: Components: []template.HTML{"the compiler", "linker", "documentation", "go command"},
  • ERROR: Packages: []string{"database/sql", "go/types"},
  • ERROR: Date: Date{2018, 11, 2}, Version: Version{1, 10, 5},
  • ERROR: Components: []template.HTML{"the go command", "linker", "runtime"},
  • ERROR: Packages: []string{"database/sql"},
  • ERROR: Date: Date{2018, 10, 1}, Version: Version{1, 11, 1},
  • ERROR: Components: []template.HTML{"the compiler", "documentation", "go command", "runtime"},
  • ERROR: Packages: []string{"crypto/x509", "encoding/json", "go/types", "net", "net/http", "reflect"},
  • ERROR: Date: Date{2018, 8, 24}, Version: Version{1, 11, 0},
  • ERROR: Date: Date{2018, 8, 24}, Version: Version{1, 10, 4},
  • ERROR: Components: []template.HTML{"the go command", "linker"},
  • ERROR: Packages: []string{"bytes", "mime/multipart", "net/http", "strings"},
  • ERROR: Date: Date{2018, 6, 5}, Version: Version{1, 10, 3},
  • ERROR: Components: []template.HTML{"the go command"},
  • ERROR: Packages: []string{"crypto/tls", "crypto/x509", "strings"},
  • ERROR: More: `In particular, it adds
  • ERROR: minimal support to the go command for the vgo transition.`,
  • ERROR: Date: Date{2018, 6, 5}, Version: Version{1, 9, 7},
  • ERROR: Packages: []string{"crypto/x509", "strings"},
  • ERROR: Date: Date{2018, 5, 1}, Version: Version{1, 10, 2},
  • ERROR: Components: []template.HTML{"the compiler", "linker", "go command"},
  • ERROR: Date: Date{2018, 5, 1}, Version: Version{1, 9, 6},
  • ERROR: Components: []template.HTML{"the compiler", "go command"},
  • ERROR: Date: Date{2018, 3, 28}, Version: Version{1, 10, 1},
  • ERROR: Packages: []string{"archive/zip", "crypto/tls", "crypto/x509", "encoding/json", "net", "net/http", "net/http/pprof"},
  • ERROR: Date: Date{2018, 3, 28}, Version: Version{1, 9, 5},
  • ERROR: Packages: []string{"net/http/pprof"},
  • ERROR: Date: Date{2018, 2, 16}, Version: Version{1, 10, 0},
  • ERROR: Date: Date{2018, 2, 7}, Version: Version{1, 9, 4},
  • ERROR: Security: &FixSummary{Quantifier: "a", Components: []template.HTML{"go get"}},
  • ERROR: Date: Date{2018, 1, 22}, Version: Version{1, 9, 3},
  • ERROR: Packages: []string{"database/sql", "math/big", "net/http", "net/url"},
  • ERROR: Date: Date{2017, 10, 25}, Version: Version{1, 9, 2},
  • ERROR: Components: []template.HTML{"the compiler", "linker", "runtime", "documentation", "go command"},
  • ERROR: Packages: []string{"crypto/x509", "database/sql", "log", "net/smtp"},
  • ERROR: More: `It includes a fix to a bug introduced in Go 1.9.1 that broke go get
  • ERROR: of non-Git repositories under certain conditions.`,
  • ERROR: Date: Date{2017, 10, 4}, Version: Version{1, 9, 1},
  • ERROR: Security: &FixSummary{Quantifier: "two"},
  • ERROR: Date: Date{2017, 8, 24}, Version: Version{1, 9, 0},
  • ERROR:
  • ERROR: // Older releases do not have point release information here.
  • ERROR: // See _content/doc/devel/release.html.
  • ERROR: Date: Date{2017, 2, 16}, Version: Version{1, 8, 0},
  • ERROR: Date: Date{2016, 8, 15}, Version: Version{1, 7, 0},
  • ERROR: Date: Date{2016, 2, 17}, Version: Version{1, 6, 0},
  • ERROR: Date: Date{2015, 8, 19}, Version: Version{1, 5, 0},
  • ERROR: Date: Date{2014, 12, 10}, Version: Version{1, 4, 0},
  • ERROR: Date: Date{2014, 6, 18}, Version: Version{1, 3, 0},
  • ERROR: Date: Date{2013, 12, 1}, Version: Version{1, 2, 0},
  • ERROR: Date: Date{2013, 5, 13}, Version: Version{1, 1, 0},
  • ERROR: Date: Date{2012, 3, 28}, Version: Version{1, 0, 0},
  • ERROR: }

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

  • build(deps): update module github.com/ktrysmt/go-bitbucket to v0.9.40

Pending Status Checks

These updates await pending status checks. To force their creation now, click the checkbox below.

  • build(deps): update golang to v1.18.1

igonreee

This issue provides visibility into Renovate updates and their statuses. Learn more

Pending Status Checks

These updates await pending status checks. To force their creation now, click the checkbox below.

  • build(deps): update golang to v1.18.1

Other Branches

These updates are pending. To force PRs open, click the checkbox below.

  • chore(deps): update github/codeql-action action to v2.1.7

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Dependency Dashboard

This issue provides visibility into Renovate updates and their statuses. Learn more

Pending Approval

These branches will be created by Renovate only once you click their checkbox below.

Rate Limited

These updates are currently rate limited. Click on a checkbox below to force their creation now.

Other Branches

These updates are pending. To force PRs open, click the checkbox below.

  • build(deps): update golang to v1.18.3
  • chore(deps): update actions/cache action to v3.0.4
  • chore(deps): update actions/checkout action to v3.0.2
  • chore(deps): update dependency semantic-release to v19.0.3
  • chore(deps): update github/codeql-action action to v2.1.12
  • chore(deps): update actions/setup-go action to v3.2.0
  • chore(deps): update dependency github.com/golangci/golangci-lint to v1.46.2
  • chore(deps): update dependency github.com/goreleaser/goreleaser to v1.9.2
  • chore(deps): update docker/setup-buildx-action action to v1.7.0
  • chore(deps): update golangci/golangci-lint-action action to v3.2.0
  • chore(deps): update dependency conventional-changelog-conventionalcommits to v5
  • chore(deps): update docker/build-push-action action to v3
  • chore(deps): update docker/login-action action to v2
  • chore(deps): update docker/setup-buildx-action action to v2
  • chore(deps): update goreleaser/goreleaser-action action to v3

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

dockerfile
Dockerfile
  • docker.io/library/busybox 1.35.0@sha256:59603d4d14e08e4a60643588af127f3c3dddf8417bf6b575dd93a3cbe3e48593
  • gcr.io/distroless/static nonroot@sha256:2556293984c5738fc75208cce52cf0a4762c709cf38e4bf8def65a61992da0ad
github-actions
.github/workflows/build.yml
  • actions/checkout v3.0.0@a12a3943b4bdde767164f792f33f40b04645d846
  • actions/setup-go v3.0.0@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
  • actions/cache v3.0.1@136d96b4aee02b1f0de3ba493b1d47135042d9c0
  • actions/checkout v3.0.0@a12a3943b4bdde767164f792f33f40b04645d846
  • golangci/golangci-lint-action v3.1.0@b517f99ae23d86ecc4c0dec08dcf48d2336abc29
  • actions/checkout v3.0.0@a12a3943b4bdde767164f792f33f40b04645d846
  • github/codeql-action v2.1.6@28eead240834b314f7def40f6fcba65d100d99b1
  • github/codeql-action v2.1.6@28eead240834b314f7def40f6fcba65d100d99b1
  • github/codeql-action v2.1.6@28eead240834b314f7def40f6fcba65d100d99b1
  • actions/checkout v3.0.0@a12a3943b4bdde767164f792f33f40b04645d846
  • actions/setup-go v3.0.0@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
  • actions/cache v3.0.1@136d96b4aee02b1f0de3ba493b1d47135042d9c0
  • docker/setup-buildx-action v1.6.0@94ab11c41e45d028884a99163086648e898eed25
  • goreleaser/goreleaser-action v2.9.1@b953231f81b8dfd023c58e0854a721e35037f28b
  • docker/build-push-action v2.10.0@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
  • actions/checkout v3.0.0@a12a3943b4bdde767164f792f33f40b04645d846
  • actions/setup-go v3.0.0@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
  • actions/cache v3.0.1@136d96b4aee02b1f0de3ba493b1d47135042d9c0
  • docker/setup-buildx-action v1.6.0@94ab11c41e45d028884a99163086648e898eed25
  • docker/login-action v1.14.1@dd4fa0671be5250ee6f50aedf4cb05514abda2c7
  • cycjimmy/semantic-release-action v3.0.0@3b88c82b34098e8b51e401c1082c9170b0a3ec3c
  • goreleaser/goreleaser-action v2.9.1@b953231f81b8dfd023c58e0854a721e35037f28b
  • docker/build-push-action v2.10.0@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
gomod
go.mod
  • github.com/go-playground/webhooks/v6 v6.0.0-rc.1
  • github.com/ktrysmt/go-bitbucket v0.9.36
  • github.com/leodido/go-conventionalcommits v0.9.0
  • github.com/spf13/pflag v1.0.5
  • github.com/stretchr/testify v1.7.1
  • go.uber.org/zap v1.21.0
  • gopkg.in/h2non/gock.v1 v1.1.2
  • gopkg.in/yaml.v2 v2.4.0
regex
.github/workflows/build.yml
  • golang 1.18.0
  • github.com/golangci/golangci-lint v1.45.2
  • golang 1.18.0
  • github.com/goreleaser/goreleaser v1.7.0
  • golang 1.18.0
  • semantic-release 19.0.2
  • github.com/goreleaser/goreleaser v1.7.0
go.mod
  • golang 1.18
.github/workflows/build.yml
  • conventional-changelog-conventionalcommits 4.6.3
  • @semantic-release/git 10.0.1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.