Skip to content

Latest commit

 

History

History
182 lines (97 loc) · 6.12 KB

CHANGELOG.md

File metadata and controls

182 lines (97 loc) · 6.12 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

👮‍♂️ Security

  • #513 Security vulnerability in transient dependency @babel/traverse
  • #514 Security vulnerability in transient dependency semver
  • #515 Security vulnerability in transient dependency undici
  • #516 Security vulnerability in transient dependency debug

[3.0.2] - 2023-07-05

💉 Fixed

  • #360 Unable to import GPG private key

[3.0.1] - 2023-07-05

💉 Fixed

  • #359 Unable to import GPG private key

👮‍♂️ Security

  • Security vulnerability in transient dependency minimatch

[3.0.0] - 2023-03-29

💉 Fixed

  • #333 [BREAKING CHANGE] Update all licenses in a file, not only the first found (discovered by @glimchb).

    Migration guide

    Custom RegExp transforms where previously written to execute with the mi flags ("multiline" and "ignore case"). With this new major version the transform also needs to respect the g flag ("global"). I.e. please verify that your custom transform behaves as expected when used with the gmi flags.

[2.3.0] - 2023-01-06

⚡ Added

  • Support for the outputs currentYear, branchName, pullRequestNumber and pullRequestUrl. See action.yml for more information.

[2.2.2] - 2022-08-23

👮‍♂️ Security

  • Security vulnerability in transient dependency @actions/core

[2.2.1] - 2022-01-24

💫 Changed

  • Migrate into running on Node.js v16

👮‍♂️ Security

  • Security vulnerability in transient dependency node-fetch

[2.2.0] - 2022-01-20

⚡ Added

[2.1.1] - 2021-12-20

💫 Changed

[2.1.0] - 2021-01-12

⚡ Added

[2.0.0] - 2020-12-31

⚡ Added

  • #43 [BREAKING CHANGE] Support for updating one or more arbitrary files. This is a breaking change since actions/checkout now has to precede this action. Please see README.md for more information. (proposed by @spl)

[1.4.2] - 2020-11-24

💉 Fixed

  • #97 License file is incorrectly updated using ASCII encoding instead of UTF8 (contributed by @mondeja)

[1.4.1] - 2020-09-22

👮‍♂️ Security

  • Security vulnerability in transient dependency node-fetch

[1.4.0] - 2020-08-02

⚡ Added

  • Support for substituting variable currentYear in configuration commitTitle, commitBody, prTitle and prBody

[1.3.2] - 2020-07-28

💉 Fixed

  • Variable currentYear in branch name is not substituted correctly

[1.3.1] - 2020-07-28

💉 Fixed

  • Action fails when assignees are configured
  • Action fails when labels are configured

[1.3.0] - 2020-07-28

⚡ Added

  • #57 Support for configuring pull request

[1.2.2] - 2020-07-22

💉 Fixed

  • #59 Single year in license is updated into a range of years even though year hasn't changed (discovered by @tenshiAMD)

[1.2.1] - 2020-07-19

💉 Fixed

  • GitHub Actions tries to interpolate ${{ secrets.GITHUB_TOKEN }} in the metadata description

[1.2.0] - 2020-07-18

⚡ Added

  • Support for GNU Affero General Public License v3.0 only (AGPL-3.0-only) licenses

👮‍♂️ Security

  • Security vulnerability in transient dependency lodash

[1.1.3] - 2020-07-14

💉 Fixed

  • Update action metadata with required token input
  • #42 Improve error message displayed when license file doesn't exist in repository
  • #40 Only create pull request if license is updated (discovered by @spl)

[1.1.2] - 2020-05-01

👮‍♂️ Security

  • Security vulnerability in transient dependency @actions/http-client

[1.1.1] - 2020-03-14

👮‍♂️ Security

  • Security vulnerability in transient dependency acorn
  • Security vulnerability in transient dependency minimist

[1.1.0] - 2020-01-01

⚡ Added

  • Support for BSD 2-clause "Simplified" (BSD-2-Clause) licenses
  • Support for BSD 3-clause "New" or "Revised" (BSD-3-Clause) licenses
  • Support for MIT (MIT) licenses

[1.0.0] - 2020-01-01

⚡ Added

  • Support for Apache 2.0 (Apache-2.0) licenses