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

WIP: add support for Oberve Only resources #167

Closed

Commits on Jun 10, 2023

  1. feat: add management policy to workspace

    This adds the new ManagementPolicy field to the Workspace resource by way of updating the 'crossplane-runtime' package to the latest trunk branch version. This also resolves a dependency conflict if anyone imports both the API types from this module and the AWS provider, which was already using the newer version. Related dependencies were also updated.
    
    Signed-off-by: Josh Feierman <josh@sqljosh.com>
    yardbirdsax committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    06818aa View commit details
    Browse the repository at this point in the history
  2. chore: update golangci-lint version

    This updates the version of golangci-lint used. The previous version (1.50.0) had performance issues that prevented the lint command from completing on my local machine.
    
    Signed-off-by: Josh Feierman <josh@sqljosh.com>
    yardbirdsax committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    7bc276e View commit details
    Browse the repository at this point in the history
  3. oops: added missed file

    This adds the required changes to the internal/controller/config package due to changes in the upstream controller-runtime API.
    yardbirdsax committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    2236cb1 View commit details
    Browse the repository at this point in the history
  4. feat: pass management policy opt to reconciler

    If the flag to enable Management Policies is set, the Reconciler is now passed the equivalent option.
    yardbirdsax committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    2cc75ee View commit details
    Browse the repository at this point in the history