Skip to content

Releases: kubevela/velaux

v1.8.0-rc.1

14 Apr 14:25
118ea99
Compare
Choose a tag to compare
v1.8.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.8.0-beta.1...v1.8.0-rc.1

v1.8.0-beta.1

12 Apr 12:41
c0bdfa4
Compare
Choose a tag to compare
v1.8.0-beta.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.8.0-alpha.4...v1.8.0-beta.1

v1.8.0-alpha.4

30 Mar 14:10
d2582ed
Compare
Choose a tag to compare
v1.8.0-alpha.4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.8.0-alpha.3...v1.8.0-alpha.4

v1.8.0-alpha.3

29 Mar 05:44
3eff82c
Compare
Choose a tag to compare
v1.8.0-alpha.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.8.0-alpha.2...v1.8.0-alpha.3

v1.8.0-alpha.2

18 Mar 06:17
7ed1897
Compare
Choose a tag to compare
v1.8.0-alpha.2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.8.0-alpha.1...v1.8.0-alpha.2

v1.8.0-alpha.1

16 Mar 03:44
757e727
Compare
Choose a tag to compare
v1.8.0-alpha.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.7.4...v1.8.0-alpha.1

v1.7.4

15 Feb 09:22
51e71f1
Compare
Choose a tag to compare

What's Changed

  • [Backport release-1.7] Feat: support to guide the chart configuration from the OCI registry by @github-actions in #684

Full Changelog: v1.7.2...v1.7.4

v1.7.2

31 Jan 13:04
c894356
Compare
Choose a tag to compare

What's Changed

  • [Backport release-1.7] Fix: can not bind the environment by @github-actions in #670
  • [Backport release-1.7] Fix: optimize some application page display by @github-actions in #671
  • [Backport release-1.7] Feat: optimize the style and support to delete the group step by @github-actions in #674
  • [Backport release-1.7] Feat: support to update, clone, and edit the pipeline context by @github-actions in #676
  • [Backport release-1.7] Feat: support for updating the trigger by @github-actions in #679
  • [Backport release-1.7] Fix: Step repetition rendering by @github-actions in #681
  • [Backport release-1.7] Feat: support for deleting the workflow by @github-actions in #682

Full Changelog: v1.7.0...v1.7.2

v1.7.0

13 Jan 07:53
5ef1a13
Compare
Choose a tag to compare

We're so excited to announce that VelaUX v1.7 has finally been released!! 🎉 🎉

In this release, we make the application workflow a key feature.

What's Changed

New Features

Application Workflow

Now, VelaUX could provide a better experience for users editing the application workflow. You could edit the workflow via the visual studio or YAML editor.

image

Some new workflow features are available. Includes:

  • Step group.
  • Step inputs and outputs.
  • Step timeout.
  • Step condition.
  • Step dependence.
  • The workflow execute mode.

In addition to editing, the shown of the application workflow running status is better. You could view the historical workflow records and query every step's details, including the outputs, inputs, and logs.

image

Application Rollback

VelaUX saved every published version. You could check the difference between the history version with the deployed config. Then base the version to rollback the application if it is necessary.

image

Multiple tenants

Now, VelaUX support enables strict permission mode. It means every project only could deploy the application to the target belonging to this project. VelaUX will generate the RBAC role and role binding in the target namespace. Every request to the Kubernetes API will impersonate the login User to check the permission.

PR List:

Bug Fixed

Full Changelog: v1.6.5...v1.7.0

v1.7.0-beta.2

11 Jan 06:51
af2cfe3
Compare
Choose a tag to compare
v1.7.0-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.7.0-beta.1...v1.7.0-beta.2