Difference between revisions of "VALT 6.7.1-2"

From IVS Wiki
Jump to: navigation, search
 
Line 9: Line 9:
 
* Added SITE_VERSION to valt_web's Docker compose environment, overriding the default build argument set at image build time
 
* Added SITE_VERSION to valt_web's Docker compose environment, overriding the default build argument set at image build time
 
* Updated valt_ca's Docker compose configuration to source its Docker image from the IVS Docker registry
 
* Updated valt_ca's Docker compose configuration to source its Docker image from the IVS Docker registry
 +
* Updated valt_ca's Docker compose configuration to only allow localhost communication to its mapped port

Latest revision as of 11:18, 20 August 2026

August 20th, 2026

Application

  • Updated Admin > General so Site Version now shows the full software version, including Debian revision (e.g 6.7.1-2 instead of 6.7.1)

Technical

  • Added SITE_VERSION variable to .env file
  • Added logic to set SITE_VERSION variable based on the ivs-valt Debian package version post installation
  • Added SITE_VERSION to valt_web's Docker compose environment, overriding the default build argument set at image build time
  • Updated valt_ca's Docker compose configuration to source its Docker image from the IVS Docker registry
  • Updated valt_ca's Docker compose configuration to only allow localhost communication to its mapped port