Releases: updatecli/updatecli-action
v2.5.0 🌈
Changes
- Bump updatecli version to v0.31.0 @github-actions (#126)
Contributors
@github-actions and @github-actions[bot]
v2.4.0 🌈
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 🌈
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 🌈
Changes
- code cleanup, add unit tests, hook up eslint and prettier @jetersen (#100)
- clean dependencies @jetersen (#99)
- chore(deps): Bump actions/upload-artifact from 2 to 3 @dependabot (#98)
- chore(deps): Bump github/codeql-action from 1 to 2 @dependabot (#96)
- chore(deps): Bump actions/setup-node from 2.5.1 to 3.4.1 @dependabot (#97)
Contributors
@dependabot, @dependabot[bot], @jetersen and @olblak
v2.1.0 🌈
v2.0.0 🌈
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
Contributors
v1.33.0 🌈
Changes
- chore(deps): Bump docker/build-push-action from 2 to 3 @dependabot (#81)
- Bump updatecli version to v0.25.0 @updatecli-bot (#82)
Contributors
@dependabot, @dependabot[bot] and @updatecli-bot
v1.32.0 🌈
Changes
- Bump updatecli version to v0.24.0 @updatecli-bot (#77)
Contributors
@dependabot, @dependabot[bot] and @updatecli-bot
v1.31.0 🌈
Changes
- Bump updatecli version to v0.23.2 @updatecli-bot (#74)
- chore(deps): Bump updatecli/updatecli-action from 1.28.0 to 1.30.0 @dependabot (#73)
Contributors
@dependabot, @dependabot[bot] and @updatecli-bot