Skip to content

Fix bug on creating alias for kind with major version

Zhibin Mai requested to merge create_alias_for_kind_with_major into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

Does this introduce a change in the core logic?

  • [NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • Google Cloud
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

The alias for kind with major version (e.g.osdu:wks:wellbore:1.*.*) can't be created

What is the new/expected behavior?

The alias for kind with major version (e.g.osdu:wks:wellbore:1.*.*) should be created on demand

Have you added/updated Unit Tests and Integration Tests?

Yes

Any other useful information

This is a minor fix for MR Use alias to shorten the index names in multi-kind searchMulti kind alias

Edited by Zhibin Mai

Merge request reports