Skip to content

Commit

Permalink
[Fleet] Update Package Spec max version to 3.2 (elastic#192493)
Browse files Browse the repository at this point in the history
Kibana should already support packages with spec version 3.2, update the
max version in serverless.

Supersedes part of elastic#184792.

Co-authored-by: Jen Huang <its.jenetic@gmail.com>
  • Loading branch information
2 people authored and gergoabraham committed Sep 13, 2024
1 parent c2aec27 commit 4297d1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/serverless.oblt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ xpack.uptime.service.tls.key: /mnt/elastic-internal/http-certs/tls.key
# Fleet specific configuration
xpack.fleet.internal.registry.capabilities: ['apm', 'observability', 'uptime']
xpack.fleet.internal.registry.spec.min: '3.0'
xpack.fleet.internal.registry.spec.max: '3.1'
xpack.fleet.internal.registry.spec.max: '3.2'
xpack.fleet.internal.registry.kibanaVersionCheckEnabled: false
xpack.fleet.internal.registry.excludePackages: [
# Security integrations
Expand Down
2 changes: 1 addition & 1 deletion config/serverless.security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ telemetry.labels.serverless: security
# Fleet specific configuration
xpack.fleet.internal.registry.capabilities: ['security']
xpack.fleet.internal.registry.spec.min: '3.0'
xpack.fleet.internal.registry.spec.max: '3.1'
xpack.fleet.internal.registry.spec.max: '3.2'
xpack.fleet.internal.registry.kibanaVersionCheckEnabled: false
xpack.fleet.internal.registry.excludePackages: [
# Oblt integrations
Expand Down

0 comments on commit 4297d1a

Please sign in to comment.