Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Elastic Agent non-fleet broken upgrade between 8.3.x releases #701

Merged
merged 9 commits into from
Jul 19, 2022

Commits on Jul 10, 2022

  1. Fix Elastic Agent non-fleet broken upgrade between 8.3.x releases

    * Migrates vault directory on linux and windows to the top directory of the
      agent, so it can be shared without needing the upgrade handler call,
      like for example with side-by-side install/upgrade from .rpm/.deb
    * Extended vault to allow read-only open, useful when the vault at particular location needs to be only read not created.
    aleksmaus committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    da44852 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    57025b3 View commit details
    Browse the repository at this point in the history
  2. Update lint flagged function comment with 'unused', was flagged with …

    …'deadcode' on the previous run
    aleksmaus committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    ed8393b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    5d89a4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    574395a View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Change vault path from Top() to Config(), this a better location, nex…

    …t to fleet.enc based on the install/upgrade testing with .rpm/.deb installs
    aleksmaus committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    a73437d View commit details
    Browse the repository at this point in the history
  2. Fix the missing state migration for .rpm/.deb upgrade. The post insta…

    …ll script now performs the migration and creates the symlink after that.
    aleksmaus committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    88157ca View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    56a5001 View commit details
    Browse the repository at this point in the history
  2. Update the vault migration code, add the agent configuration match ch…

    …eck with the agent secret
    aleksmaus committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    d797de1 View commit details
    Browse the repository at this point in the history