Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pluralsh/plural-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.11
Choose a base ref
...
head repository: pluralsh/plural-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.12
Choose a head ref
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on Jul 10, 2025

  1. feat: Add DNS domain checks for AWS and Azure (#651)

    * validate aws
    
    * add region to fix the api call
    
    * use actual region
    
    * validate azure
    
    * fix azure args
    
    * refactor
    maciaszczykm authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    90f9462 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2025

  1. fix: Fix managed zones issues (#654)

    * remove redundant scope
    
    * ensure a trailing dot is added
    maciaszczykm authored Jul 12, 2025
    Configuration menu
    Copy the full SHA
    f24097b View commit details
    Browse the repository at this point in the history
  2. feat: Add in original IAM session to AWS templating context (#653)

    * add func to retrieve caller identity
    
    * add iam session to aws context
    
    * use terraform-provider-aws RoleNameSessionFromARN func
    maciaszczykm authored Jul 12, 2025
    Configuration menu
    Copy the full SHA
    a4e89dc View commit details
    Browse the repository at this point in the history
Loading