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

[HPR-859] Add HCP Packer bucket channel resource #435

Merged
merged 5 commits into from
Feb 9, 2023

Commits on Feb 9, 2023

  1. Add working create/delete resource

    * Add ability to update channel assignment
    * Add validation for channel and bucket names
    nywilken committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    76bb4d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22508b3 View commit details
    Browse the repository at this point in the history
  3. Add other computed properties

    * Add author_id to output
    * Add updated_at computed property
    nywilken committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    34e2d38 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    nywilken committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    76b872b View commit details
    Browse the repository at this point in the history
  5. Update resource schema to use a single iteration block

    The current implementation relies on the use of an extra
    iteration_assignment block to denote what iteration to assign to a
    channel. Instead of defining a separate block this change uses the
    single iteration block to denote the state of a channel. Modifying the
    iteration block will trigger the respective updates to the state of a
    channel. Removing the iteration block will remove the assigned iteration
    from the channel.
    nywilken committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    f559ad4 View commit details
    Browse the repository at this point in the history