Skip to content

v2.1.0

Compare
Choose a tag to compare
@luobily luobily released this 13 May 08:30
· 11 commits to release/2.1 since this release
0388577

Erda v2.1.0 has been released.🎉
Welcome to use and feedback.

New Features

  • [Collaboration] Automate the workflow of collaboration issues
    • The task automatically turns to in progress when an MR is associated
    • The requirement automatically turns to in progress when any issue in its todo list is in progress
  • [Collaboration] Improve the operational experience and information synchronization of issues
    • Support quick editing of status and other attributes in the todo list, with iteration information revealed
    • Synchronize changes to issues in the todo list in a semi-automated way after the requirement iteration or label changes, by giving a prompt to users
      image
  • [Collaboration] Support issue statistics on the iteration details page
    image
  • [Collaboration] The deadline of all issues in the iteration cannot be empty, otherwise, the system will automatically assign a value
    • Rule: If the start date of the iteration is later than the current date, the system will automatically set the start date as the issue deadline, otherwise, the current date is the deadline
    • Purpose: To let members make plans at an earlier stage of the iteration or of the current day, and to arrange issues reasonably
  • [Collaboration] Support new interaction of issue details
    image
  • [Artifact] Enhance project artifact capabilities with one project artifact adapting to multiple deployment scenarios
  • [Artifact] Support viewing addon information in the project artifact details
    image
  • [Artifact] Support label management for artifacts
  • [Pipeline] Support classification management of pipelines (the platform provides built-in classification configuration now and custom configuration is coming soon), allowing pipeline creation with one click if a pipeline file is found in the code repository
    image
  • [Pipeline] Enhance the configuration capacity of project-level pipelines with pipeline parameter configuration and management supported
    image
  • [Deployment] Support job types in project artifacts
  • [Deployment] Support addon addition or reuse according to the environment, reducing the maintenance cost of addons
  • [Microservice observation and governance] Support cross-environment migration of custom dashboards by importing and exporting
  • [Stability] Support configuration of container emptyDir and temporary storage available capacity in dice.yml
    image

Improvements

  • [Collaboration] Support quick switching to other iterations on the iteration details page
  • [Collaboration] Optimize the categorization and sorting of filter criteria, to put commonly used fields on the left and person and date on the right
  • [Collaboration] Remove the milestone
  • [Artifact] Enhance the application filtering features when creating project artifacts
  • [Pipeline] Optimize the pipeline details page to show the latest execution record after clicking
  • [Pipeline] Optimize the default compensation mechanism for pipeline periodic scheduling, which is to stop according to the final status
  • [Pipeline] Optimize the project pipeline page performance
  • [Personal workbench] Improve the page loading performance
  • [Microservice observation and governance] Connect the whole link from error calls in topology to traces and logs