Releases: ExtensionEngine/pipeline-core-orb
Releases · ExtensionEngine/pipeline-core-orb
v3.0.1
What's Changed
- style: format
sh
files by @droguljic in #37 - style: format
yml
files by @droguljic in #38 - fix: use sudo from npm commands based on user permissions by @droguljic in #39
- fix: support running script with versioned package manager by @droguljic in #40
- fix: bypass env masking when ensuring package manager by @droguljic in #41
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- refactor: fix typo in
check_installation
function name by @MiroDojkic in #31 - feat: drop Node.js
v16
support by @droguljic in #34 - feat: uniform package manager default version logic by @droguljic in #35
- feat: add option to skip
install_dependencies
forrun_script
by @droguljic in #36
Full Changelog: v2.0.1...v3.0.0
v2.0.1
What's Changed
- docs: add secret management to the list of key features by @droguljic in #30
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- fix: correct syntax to reference
DEFAULT_PKG_MANAGER
env by @droguljic in #20 - feat: remove corepack from pnpm version management by @droguljic in #21
- feat: remove the checkout step from the script execution by @droguljic in #22
- fix: uniform
v16.20
as the minimum supported Node.js version by @droguljic in #23 - refactor: standardize env variable handling by @droguljic in #24
- refactor: update verbosity of commands by @droguljic in #25
- feat: validate installed package manager version by @droguljic in #26
- style: format
sh
files by @droguljic in #27 - feat: add
node_secrets
executor by @droguljic in #28 - docs: make executor descriptions more clear by @droguljic in #29
Full Changelog: v1.0.0...v2.0.0
v1.0.0
What's Changed
- chore: add orb info by @droguljic in #1
- feat: add default executor by @droguljic in #2
- feat: add
run_script
command by @droguljic in #4 - chore: add sample project by @droguljic in #6
- ci: add test jobs by @droguljic in #7
- refactor: rename default executor to node executor by @droguljic in #8
- feat: add ubuntu executor by @droguljic in #9
- chore: add examples by @droguljic in #10
- chore: remove template artifacts by @droguljic in #11
- feat: add
ensure_pkg_manager
command by @droguljic in #12 - feat: set
medium
as default resource class by @droguljic in #13 - docs: lint examples by @droguljic in #14
- chore: remove the
greet
script by @droguljic in #15 - style: remove empty lines from
check-pkg-json
output by @droguljic in #16 - feat: exit with error when a lockfile is not found by @droguljic in #17
- docs: fix typo in default executor description by @MiroDojkic in #5
- docs: add description and usage by @droguljic in #18
- chore: add organization to license by @droguljic in #19
New Contributors
- @MiroDojkic made their first contribution in #5
Full Changelog: https://github.com/ExtensionEngine/pipeline-core-orb/commits/v1.0.0