Skip to content

Releases: updatecli/updatecli-action

v2.5.0 🌈

27 Aug 13:01
a22928c
Compare
Choose a tag to compare
v2.5.0 🌈 Pre-release
Pre-release

Changes

  • Bump updatecli version to v0.31.0 @github-actions (#126)

Contributors

@github-actions and @github-actions[bot]

v2.4.0 🌈

24 Aug 14:44
717fb9c
Compare
Choose a tag to compare
v2.4.0 🌈 Pre-release
Pre-release

Changes

  • Bump updatecli version to v0.30.0 @github-actions (#125)
  • add rebuild and push of dist for dependabot
    @jetersen (#124)
  • chore(deps-dev): Bump eslint from 8.21.0 to 8.22.0 @dependabot (#119)
  • chore(deps-dev): Bump eslint-plugin-jest from 26.8.0 to 26.8.3 @dependabot (#121)
  • chore(deps-dev): Bump eslint-plugin-jest from 26.7.0 to 26.8.0 @dependabot (#118)
  • chore(deps-dev): Bump eslint from 8.20.0 to 8.21.0 @dependabot (#115)
  • chore(deps-dev): Bump eslint-plugin-jest from 26.6.0 to 26.7.0 @dependabot (#114)
  • chore(deps): Bump updatecli/updatecli-action from 2.2.0 to 2.3.0 @dependabot (#113)
  • fix(tests): read version from action.yaml @jetersen (#112)

Contributors

@dependabot, @dependabot[bot], @github-actions, @github-actions[bot] and @jetersen

v2.3.0 🌈

26 Jul 10:40
773e71f
Compare
Choose a tag to compare

Changes

  • Bump updatecli version to v0.29.0 @github-actions (#111)
  • chore(deps): Bump @actions/core from 1.8.2 to 1.9.0 @dependabot (#105)
  • chore(deps-dev): Bump eslint-plugin-jest from 26.2.2 to 26.6.0 @dependabot (#110)
  • chore(deps-dev): Bump @vercel/ncc from 0.33.4 to 0.34.0 @dependabot (#104)
  • chore(deps-dev): Bump eslint-plugin-github from 4.3.6 to 4.3.7 @dependabot (#103)
  • chore(deps-dev): Bump jest from 28.1.0 to 28.1.3 @dependabot (#102)
  • chore(deps): Bump updatecli/updatecli-action from 2.1.0 to 2.2.0 @dependabot (#108)
  • chore(deps-dev): Bump @types/node from 17.0.34 to 18.6.1 @dependabot (#109)
  • fix updatecli tests target @jetersen (#107)

Contributors

@dependabot, @dependabot[bot], @github-actions, @github-actions[bot] and @jetersen

v2.2.0 🌈

22 Jul 17:53
9838f71
Compare
Choose a tag to compare

Changes

Contributors

@dependabot, @dependabot[bot], @jetersen and @olblak

v2.1.0 🌈

20 Jul 16:54
1de72da
Compare
Choose a tag to compare

Changes

Contributors

@olblak

v2.0.0 🌈

23 May 07:30
6348984
Compare
Choose a tag to compare
v2.0.0 🌈 Pre-release
Pre-release

Changes

From V1 to v2

The Updatecli action v1 was a "GitHub Action" of type docker. While It was easier to start with, that type of GitHub Action runs in a docker container and so in a fully isolated environment.
We noticed that in many situations, Updatecli was used with other tools hence the need to switch to a JavaScript GitHub action. That second type of GitHub action can install Updatecli directly on the Github Action runner.
Now, the goal of this GitHub action evolved from running to installing Updatecli.

      - name: Run Updatecli
        uses: updatecli/updatecli-action@v1
        with:
          command: apply
          flags: "--config ./updatecli/updatecli.d"

becomes

      - name: Install Updatecli Binary
        uses: updatecli/updatecli-action@v2

      - name: Run Updatecli in DryRun
        run: "updatecli diff --config ./updatecli/updatecli.d"

🚀 Features

  • Migrate to GitHub Action of type javascript to install updatecli on runners @olblak (#85)

Contributors

@olblak

v1.33.0 🌈

09 May 07:16
e8d9dfd
Compare
Choose a tag to compare

Changes

Contributors

@dependabot, @dependabot[bot] and @updatecli-bot

v1.32.0 🌈

25 Apr 13:42
092f041
Compare
Choose a tag to compare

Changes

Contributors

@dependabot, @dependabot[bot] and @updatecli-bot

v1.31.0 🌈

14 Apr 07:06
d213556
Compare
Choose a tag to compare

Changes

Contributors

@dependabot, @dependabot[bot] and @updatecli-bot

v1.30.0 🌈

07 Apr 11:19
ad9e3c2
Compare
Choose a tag to compare

Changes

Contributors

@updatecli-bot