Merge pull request #11429 from owncloud/fix_undefined_versions_for_new_envvars

Replace new envvars introduction version %%NEXT%% with 7.2.0
This commit is contained in:
Martin
2025-06-13 11:31:45 +02:00
committed by GitHub
4 changed files with 8 additions and 8 deletions

View File

@@ -157,5 +157,5 @@ type ServiceAccount struct {
}
type Validation struct {
MaxTagLength int `yaml:"max_tag_length" env:"OCIS_MAX_TAG_LENGTH" desc:"Define the maximum tag length. Defaults to 100 if not set. Set to 0 to not limit the tag length. Changes only impact the validation of new tags." introductionVersion:"%%NEXT%%"`
MaxTagLength int `yaml:"max_tag_length" env:"OCIS_MAX_TAG_LENGTH" desc:"Define the maximum tag length. Defaults to 100 if not set. Set to 0 to not limit the tag length. Changes only impact the validation of new tags." introductionVersion:"7.2.0"`
}