Skip to content

The new product version check rejects oss distributions? #1519

@RTodorov

Description

@RTodorov

💬 Questions and Help

@delvedor Is there a reason why the new product version check introduced in 7.14.0 doesn't accept distributions with oss as flavor?

https://github.com/elastic/elasticsearch-js/blob/master/lib/Transport.js#L591-L595

          if (result.body.version.build_flavor !== 'default') {
            debug('Bad build_flavor')
            this[kProductCheck] = 4
            return productCheckEmitter.emit('product-check', null, false)
          }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions