Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

chore(deps): update dependency suzuki-shunsuke/github-comment to v5.2.1 #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
suzuki-shunsuke/github-comment minor v5.0.0 -> v5.2.1

Release Notes

suzuki-shunsuke/github-comment (suzuki-shunsuke/github-comment)

v5.2.1

Compare Source

Pull Requests | Issues | suzuki-shunsuke/github-comment@v5.1.1...v5.2.1

Features

#​895 #​896 Support passing some command line arguments via environment variables

  • -org: GH_COMMENT_REPO_ORG
  • -repo: GH_COMMENT_REPO_NAME
  • -sha: GH_COMMENT_SHA1
  • -config: GH_COMMENT_CONFIG
  • -pr: GH_COMMENT_PR_NUMBER
  • -log-level: GH_COMMENT_LOG_LEVEL
  • -var: GH_COMMENT_VAR_*

v5.2.0

Compare Source

Pull Requests | Issues | suzuki-shunsuke/github-comment@v5.1.1...v5.2.0

Changelog

  • 882e936 Merge pull request #​895 from suzuki-shunsuke/feat/support-env
  • cf68d9b feat: support passing some command line arguments via environment variables
  • 0d223d2 Merge pull request #​893 from suzuki-shunsuke/revert-865-fix/remove-env-func
  • 38d8cc0 Revert "fix: remove Env template function for security"
  • 9e682f7 Merge pull request #​865 from suzuki-shunsuke/fix/remove-env-func
  • 77fe048 Merge pull request #​892 from suzuki-shunsuke/renovate/aquaproj-aqua-2.x
  • b5dab94 chore(deps): update dependency aquaproj/aqua to v2.3.6
  • 95b8d7b Merge pull request #​891 from suzuki-shunsuke/renovate/aquaproj-aqua-registry-3.x
  • 49edc64 chore(aqua): update aqua/aqua-checksums.json
  • 14810e5 chore(deps): update dependency aquaproj/aqua-registry to v3.157.0
  • 9a1c2f1 Merge pull request #​890 from suzuki-shunsuke/renovate/aquaproj-aqua-registry-3.x
  • f1492e2 chore(aqua): update aqua/aqua-checksums.json
  • a38e1b0 chore(deps): update dependency aquaproj/aqua-registry to v3.156.0
  • 3a0d590 Merge pull request #​889 from suzuki-shunsuke/renovate/aquaproj-aqua-registry-3.x
  • e7cf44a Merge pull request #​888 from suzuki-shunsuke/renovate/aquaproj-aqua-2.x
  • 7f8ca4b chore(aqua): update aqua/aqua-checksums.json
  • 5fa45ed chore(deps): update dependency aquaproj/aqua-registry to v3.155.0
  • dd9dc6f chore(deps): update dependency aquaproj/aqua to v2.3.5
  • a5e8d8c Merge pull request #​887 from suzuki-shunsuke/renovate/goreleaser-goreleaser-1.x
  • 1c6cfe9 chore(aqua): update aqua/aqua-checksums.json
  • e95cf83 chore(deps): update dependency goreleaser/goreleaser to v1.17.1
  • a6ef9a5 Merge pull request #​886 from suzuki-shunsuke/renovate/aquaproj-aqua-registry-3.x
  • 05318e8 chore(aqua): update aqua/aqua-checksums.json
  • 91571b7 chore(deps): update dependency aquaproj/aqua-registry to v3.154.0
  • 07ad4b1 Merge pull request #​885 from suzuki-shunsuke/renovate/actions-checkout-3.x
  • bfc0464 chore(deps): update actions/checkout action to v3.5.2
  • bb4b13f Merge pull request #​884 from suzuki-shunsuke/renovate/actions-checkout-3.x
  • e4c61e3 chore(deps): update actions/checkout action to v3.5.1
  • 5425260 Merge pull request #​883 from suzuki-shunsuke/renovate/aquaproj-aqua-2.x
  • cad6fe1 chore(deps): update dependency aquaproj/aqua to v2.3.4
  • 5cf6304 Merge branch 'main' into fix/remove-env-func
  • ff030d2 fix: remove Env template function for security

v5.1.1

Compare Source

Pull Requests | Issues | suzuki-shunsuke/github-comment@v5.1.0...v5.1.1

Bug Fixes

#​882 Remove double quotes from the template join_command

This bug affected the following versions.

  • v5.1.0

v5.1.0

Compare Source

Pull Requests | Issues | suzuki-shunsuke/github-comment@v5.0.3...v5.1.0

Features

#​864 #​867 Add the template function WrapCode
#​864 #​867 Omit the template hidden_combined_output if hidden_combined_output is too long

Same as tfcmt's feature.

WrapCode wraps a given text with <pre><code> or "```".
WrapCode omits the text if the text is too long.

It fails to post a comment if the comment is too long because the maximum length of GitHub Comment is 65536.

To prevent the error, the template function WrapCode checks the length of the text and if the length is over 60000, the text is omitted as the following.

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:
### null_resource.foo will be created
  + resource "null_resource" "foo" {
      + id = (known after apply)
    }

Plan: 1 to add, 0 to change, 0 to destroy.
null_resource.foo: Creating...
null_resource.foo: Creation complete after 0s [id=8966706083595703589]
### ...
### ... The maximum length of GitHub Comment is 65536, so the content is omitted by github-comment.
### ...

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.

v5.0.3

Compare Source

Pull Requests | Issues | suzuki-shunsuke/github-comment@v5.0.2...v5.0.3

Bug Fixes

#​794 Get repository owner and repository name from configuration file before getting associated pull requests

github-comment.yaml

base:
  org: suzuki-shunsuke
  repo: github-comment

e.g.

$ github-comment hide
WARN[0000] list associated prs                           error="list associated pull requests: GET https://api.github.com/repos///commits/cc0932be26d0dc94ff42cdbd15c98214836aebef/pulls?per_page=1&sort=updated&state=all: 404 Not Found []" org= repo= sha=cc0932be26d0dc94ff42cdbd15c98214836aebef
opts is invalid: pull request or issue number is required

Due to this bug, the following errors occured in Google Cloud Build.

  • post, exec: Post a comment to not a pull request but a commit
  • hide: Fail to hide comments

v5.0.2

Compare Source

Pull Requests | Issues | suzuki-shunsuke/github-comment@v5.0.1...v5.0.2

Others

#​700 Sign a checksum file by Cosign

v5.0.1

Compare Source

Pull Requests | Issues | suzuki-shunsuke/github-comment@v5.0.0...v5.0.1

Bug Fixes

#​684 #​685 #​687 hide: Pass command line arguments -var and -var-file to condition properly

Others

#​688 Release SLSA Provenance 🎉

From this release, SLSA Provenance multiple.intoto.jsonl is released in GitHub Releases.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency suzuki-shunsuke/github-comment to v5.0.2 chore(deps): update dependency suzuki-shunsuke/github-comment to v5.0.3 Apr 3, 2023
@renovate renovate bot force-pushed the renovate/suzuki-shunsuke-github-comment-5.x branch from 97282a8 to c24e6af Compare April 17, 2023 13:48
@renovate renovate bot changed the title chore(deps): update dependency suzuki-shunsuke/github-comment to v5.0.3 chore(deps): update dependency suzuki-shunsuke/github-comment to v5.1.1 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/suzuki-shunsuke-github-comment-5.x branch from c24e6af to ed553bf Compare May 28, 2023 09:50
@renovate renovate bot changed the title chore(deps): update dependency suzuki-shunsuke/github-comment to v5.1.1 chore(deps): update dependency suzuki-shunsuke/github-comment to v5.2.1 May 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants