Skip to content

Release Date: 17.10.2025

Summary

This release contains new functionalities and bug fixes.

See the full list here: v251017.1 - Boards  

Package version: 2.2.19

Deployment and test instructions

N/A

Manual pre-deployment steps

Review release pipeline variables

It's important to apply any changes to pipeline variables before a release created, because every release creates a snapshot of pipeline variables on the moment of creation, and the only way to re-deploy the application with updated variables - creating a new release

  1. Go to Azure DevOps, open Brief Connect project
  2. In left panel navigation go to Pipelines - Library - Variable groups
  3. Review variables for all environments included in this release and update the values where required.
  4. Save the changes

Create release for 'Deploy Brief Connect Application' release pipeline

  1. Go to Azure DevOps, open Brief Connect project, go to Pipelines - Releases page
  2. Find Deploy Brief Connect Application release pipeline, click on it to open
  3. If there is no release with a version specified in Package version section above, then execute the instruction below to create a new release. Release name should have the next pattern: v[Package Version] (n), where (n) just a counter, in case multiple releases created for the same package version.
Create new Brief Connect Application release (click to expand) 1. Go to Azure DevOps, open Brief Connect project, go to **Pipelines - Releases** page 1. Find **Deploy Brief Connect Application** release pipeline, click on it to open 1. Click on **Create Release** button on the right 1. Specify the **Package Version** variable with value from **Package version** section above. For example `2.0.0`. 1. Add a description (it's optional). 1. Click on **Create** button 1. Release with version `v[Package Version] (0)` will be created and will be available in the list of releases, after you refresh the page. ![image.png](/.attachments/new-application-release.png)

Pipeline deployment steps (in order)

  1. Deploy release v[Package Version] (n) (where (n) is latest number available, and Package version from the section above) for Deploy Brief Connect Application release pipeline in Azure DevOps to the target environment.

Manual post-deployment steps

Import config

Config file to import: DTP Configuration_251017-config.zip

Role required: Brief Connect Administrator

  1. Log into the target Brief Connect environment as Brief Connect Admin user. Open the Admin Panel (the /adminPanel page, for example, https://dev-cabx.transport.vic.gov.au/#/adminPanel)
  2. Select "Import from Zip" and apply new config via AdminPanel.
  3. Ensure latest config is selected from the dropdown and click Apply.
  4. In AdminPanel in your target environment, select Update SharePoint Content Types button from the menu bar. Ensure that uploaded configuration is selected from dropdown first.

Clear the Server cache

Role required: Brief Connect Administrator

  1. Log into the target Brief Connect environment as Brief Connect Admin user. Open the Admin Panel (the /adminPanel page, for examplehttps://dev-cabx.transport.vic.gov.au/#/adminPanel )
  2. Open browsers Developer Tools, open Console tab and run the command window.clearCache() there. After successful execution, you should see Cache cleared. Server Result: true message in the console.

Rollback steps to previous version

Execute all deployment steps for the target release from related Release Notes.