Releases: FriendsOfREDAXO/installer-action
v1.2.0
What's Changed
- Runs with
node20
instead ofnode16
Internals
- actions: fix deprecation for git retag workflow by @bloep in #158
- Update README.md by @danspringer in #25
- dependabot: run weekly by @bloep in #184
- Observer composer by @marcohanke in #210
- dependabot: group updates for actions by @bloep in #225
- dependabot: group npm updates by @bloep in #229
- fix dependabot config by @bloep in #230
- Move from
node16
tonode20
by @bloep in #233 - fix example workflow by @bloep in #245
- node-version 16 -> 20 in release.yml by @alxndr-w in #298
- bump packages & rebuild by @bloep in #300
- bump to v1.2.0 by @bloep in #301
New Contributors
- @danspringer made their first contribution in #25
- @marcohanke made their first contribution in #210
Full Changelog: 1.1.0...1.2.0
v1.1.0
What's Changed
- Bump @types/node from 18.6.1 to 18.6.2 by @dependabot in #53
- Table Code fix by @skerbis in #54
- Bump @types/node from 18.6.2 to 18.6.3 by @dependabot in #55
- Bump @types/node from 18.6.3 to 18.7.18 by @dependabot in #76
- Bump @actions/core from 1.9.0 to 1.9.1 by @dependabot in #57
- Bump typescript from 4.7.4 to 4.8.3 by @dependabot in #74
- use release body as default description by @bloep in #77
- check github release version against package.yml version by @bloep in #78
- Bump typescript from 4.8.3 to 4.8.4 by @dependabot in #81
- Bump @types/node from 18.7.18 to 18.7.23 by @dependabot in #80
- update dependecies by @bloep in #86
- rebuild by @bloep in #87
- add dependabot for actions by @bloep in #88
- Bump actions/checkout from 2 to 3 by @dependabot in #89
- update axios to v1 by @bloep in #91
- Bump axios from 1.0.0 to 1.1.2 by @dependabot in #94
- Bump @types/node from 18.8.2 to 18.8.3 by @dependabot in #93
- Bump yaml from 2.1.2 to 2.1.3 by @dependabot in #92
- Bump @types/node from 18.8.3 to 18.11.7 by @dependabot in #105
- Bump axios from 1.1.2 to 1.1.3 by @dependabot in #99
- Bump @types/node from 18.11.7 to 18.11.9 by @dependabot in #107
- use
actions/checkout@v3
in example workflow by @bloep in #109 - Bump typescript from 4.8.4 to 4.9.3 by @dependabot in #110
- Bump @types/node from 18.11.9 to 18.11.10 by @dependabot in #112
- Bump axios from 1.1.3 to 1.2.1 by @dependabot in #115
- Bump @types/node from 18.11.10 to 18.11.11 by @dependabot in #114
- Bump @vercel/ncc from 0.34.0 to 0.36.0 by @dependabot in #113
- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #126
- Bump @types/node from 18.11.11 to 18.15.5 by @dependabot in #150
- Bump axios from 1.2.1 to 1.3.4 by @dependabot in #140
- Bump yaml from 2.1.3 to 2.2.1 by @dependabot in #125
- Bump adm-zip from 0.5.9 to 0.5.10 by @dependabot in #121
- Bump typescript from 4.9.3 to 5.0.2 by @dependabot in #149
- try github codeql codescan by @bloep in #151
- Bump @types/archiver from 5.3.1 to 5.3.2 by @dependabot in #152
- Bump @vercel/ncc from 0.36.0 to 0.36.1 by @dependabot in #153
- Check for duplicate version before uploading by @bloep in #154
- Bump @types/node from 18.15.5 to 18.15.7 by @dependabot in #156
- bump version to 1.1.0 by @bloep in #157
Full Changelog: 1.0.6...1.1.0
v1.0.6
What's Changed
- use more stable retag workflow by @bloep in #46
- fix quotes in release workflow by @bloep in #47
- Bump @types/node from 16.11.45 to 18.6.1 by @dependabot in #48
- Bump axios from 0.21.4 to 0.27.2 by @dependabot in #33
- Bump yaml from 1.10.2 to 2.1.1 by @dependabot in #35
- enable zlib compression by @bloep in #49
- build release bundle by @bloep in #50
- fix action branding by @bloep in #51
- bump to 1.0.6 by @bloep in #52
New Contributors
- @dependabot made their first contribution in #48
Full Changelog: 1.0.5...1.0.6
v1.0.5
Note
the installer action now automatically ignores the same folders/files as REDAXO does by default.
e.g. .github
, .gitignore
, .idea
, .vscode
What's Changed
- Update README.md by @alxndr-w in #21
- branding entfernt by @alxndr-w in #23
- Update README.md by @skerbis in #24
- add color & icon to metadata for GithubAction Marketplace by @bloep in #29
- add build ci workflow by @bloep in #30
- CI: only look at root level package-lock.json by @bloep in #31
- setup testing by @bloep in #32
- ensure zip file was successfully written by @bloep in #36
- setup zip file creation tests by @bloep in #38
- re-tag major version on release by @bloep in #39
- add workflow for simpler release creation & validation by @bloep in #40
- Optimize release workflow by @bloep in #41
- fix workflow indent by @bloep in #42
- increase package version to 1.0.5 by @bloep in #43
- build release bundle by @bloep in #44
- fix line endings for build compare by @bloep in #45
New Contributors
Full Changelog: 1.0.4...1.0.5
v1.0.4
What's Changed
Full Changelog: 1.0.3...1.0.4
Note
The yaml parser used by this action is more strict than the php-based yaml parser in REDAXO.
A common schema validation error when using this action is perm: foo[bar]
vs. perm: 'foo[bar]'
.
The parser in REDAXO can handle both values, but the parser in this action can only handle the encapsulated value.
Now the installer action will try to correct this automatically for perm
values.
This happens only inside the action, the uploaded package.yml is not changed!
v1.0.3
v1.0.2
v1.0.1
What's Changed
- Create LICENSE by @bloep in #3
- Create basic README.md by @bloep in #2
- Readme: Etwas ausführlicher formuliert by @skerbis in #6
- readme: use version v1 by @bloep in #7
- setup dependabot by @bloep in #8
- include dot files & rebuild by @bloep in #10
- setup kodiak by @bloep in #12
- Ignore git folder by default by @bloep in #11
New Contributors
Full Changelog: 1.0.0...1.0.1