chihaya / chihaya

A customizable, multi-protocol BitTorrent Tracker
https://chihaya.io
Other
1.44k stars 190 forks source link

build(deps): bump engineerd/configurator from 0.0.5 to 0.0.10 #609

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps engineerd/configurator from 0.0.5 to 0.0.10.

Release notes

Sourced from engineerd/configurator's releases.

Release v0.0.10

  • Cut the release from the default main branch

Release v0.0.9

  • use node.js 16 #41
  • fix issue with mv #44

v0.0.8

This release adds support for .tgz and .tar.xz archives.

Pull artifacts in unique temp directory and automatic cleanup for self-hosted runners

This release adds support for running this action in self-hosted runners by creating a new unique temporary directory for each run, then cleaning it up.

Thanks a lot to @​thomastaylor312 for his contribution!

Add new rawVersion variable in urlTemplate

This release adds the {{rawVersion}} variable in urlTemplate when building the download URL. This is useful when the URL contains both the version with a leading v, and without.

For example: https://github.com/cuelang/cue/releases/download/v0.3.0-beta.5/cue_0.3.0-beta.5_Linux_x86_64.tar.gz

This tool can now be easily configured using the following template:

    steps:
      - uses: engineerd/configurator@v0.0.6
        with:
          name: "cue"
          fromGitHubReleases: "true"
          pathInArchive: "cue"
          repo: "cuelang/cue"
          urlTemplate: "https://github.com/cuelang/cue/releases/download/{{version}}/cue_{{rawVersion}}_Linux_x86_64.tar.gz"
          version: "^v0.3.0-beta"
          token: ${{ secrets.GITHUB_TOKEN }}

Thanks to @​jzelinskie for adding this feature!

Commits
  • dc6b312 Merge pull request #47 from rajatjindal/new-releases
  • 63f3321 use dist/index.js for running
  • 3e2caac prepare for v0.0.10
  • 32e630b update types/node
  • 78b23be use ncc for building
  • 0d52a03 Merge pull request #45 from rajatjindal/prepare-v0.0.9
  • fcf28a3 prepare for v0.0.9 release
  • 1a8f425 Merge pull request #44 from rajatjindal/fix-mv
  • bb81d54 Merge pull request #41 from rajatjindal/update-node-js
  • acb450e use fs-extra.moveSync
  • Additional commits viewable in compare view


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 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)