Skip to content

v0.15.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 23:00
· 24 commits to develop since this release

Nexploy 0.15.0

Features

  • pipeline: add "view" mode to NodeContextMenu and update translations — fef790c
  • i18n: add support for Spanish and Italian translations in pipelines — 3f18199
  • repository: add support for custom Git repositories — cd012ec
  • docker: enhance volume management and add support for network exposure APIs — 6e2947f
  • ai/settings: add "allowPipelineGroup" permission and pipeline analysis support — e61b112

Refactoring

  • pipeline: centralize pipeline template application logic — d8e5744

Other Changes

  • [Release] Update version to 0.15.0 — 6218617

Docker images

docker pull nexploy/nexploy:0.15.0
docker pull nexploy/docker-api:0.15.0

Install

curl -fsSL https://nexploy.app/install.sh | sh

Or pin this exact version:

NEXPLOY_VERSION=v0.15.0 \
  sh -c "$(curl -fsSL https://nexploy.app/install.sh)"

Already running Nexploy?

curl -fsSL https://nexploy.app/install.sh | sh -s update

Contributors

Thanks to everyone who contributed to this release:

@nathacks

Full changelog: v0.14.2...v0.15.0