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

feat(provisioning): add cloudformation templates and related GHA #42

Merged
merged 4 commits into from
Apr 22, 2024

Commits on Apr 19, 2024

  1. feat(provisioning): add cloudformation templates to deploy the orches…

    …trator-agent and the instrumentation stack
    
    Signed-off-by: francesco-racciatti <[email protected]>
    francesco-racciatti committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    91afa73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb5599c View commit details
    Browse the repository at this point in the history
  3. build(release): make release candidate

    The release action will be used to make rc tags and prereleases that will be eventually promoted.
    The rc distributes two attachments:
     - cloudformation.zip containing the cloudformation templates versioned by the prerelease action
     - checksum.txt containing the checksum of the resources attached to the prerelease
    
    The agent-kilt golang executable is no longer distributed. It will be replaced by a docker image.
    
    Signed-off-by: francesco-racciatti <[email protected]>
    francesco-racciatti committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e03a6c9 View commit details
    Browse the repository at this point in the history
  4. build(promote): add promote action

    This action promotes the target RC tag and creates a release (marked as latest) based on it.
    
    Signed-off-by: francesco-racciatti <[email protected]>
    francesco-racciatti committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    26738d6 View commit details
    Browse the repository at this point in the history