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(dataplex): add aspect_type resource #660

Closed

Commits on Nov 27, 2024

  1. configure dataplex aspect type

    Signed-off-by: nilan3 <[email protected]>
    nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    a9d4a1b View commit details
    Browse the repository at this point in the history
  2. configure dataplex aspect type

    Signed-off-by: nilan3 <[email protected]>
    nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    2c8c25b View commit details
    Browse the repository at this point in the history
  3. Update Upjet to v1.4.1-0.20241007154751-5cdf36996e4a

    This includes PR 441 which fixes scraping of Refs which contains lists. See upjet v1.4.1-0.20241007154751-5cdf36996e4a
    
    Signed-off-by: Rickard von Essen <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    rickard-von-essen authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    33e98d8 View commit details
    Browse the repository at this point in the history
  4. Regenerated resources

    Signed-off-by: Rickard von Essen <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    rickard-von-essen authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    f9b9b06 View commit details
    Browse the repository at this point in the history
  5. Update examples

    Signed-off-by: Rickard von Essen <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    rickard-von-essen authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    76db83e View commit details
    Browse the repository at this point in the history
  6. Backport api changes from v1beta2 to v1beta1

    Signed-off-by: Fatih Türken <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    turkenf authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    b60ddd4 View commit details
    Browse the repository at this point in the history
  7. Fix changed example manifests

    Signed-off-by: Fatih Türken <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    turkenf authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    8f3d21a View commit details
    Browse the repository at this point in the history
  8. feat(networkconnectivity): add Service Connection Policy support

    This adds support for google_network_connectivity_service_connection_policy Terraform resource, see
    https://registry.terraform.io/providers/hashicorp/google/5.39.1/docs/resources/network_connectivity_service_connection_policy
    
    Signed-off-by: Rickard von Essen <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    rickard-von-essen authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    270e84e View commit details
    Browse the repository at this point in the history
  9. Correct required attribute region -> location

    Signed-off-by: Rickard von Essen <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    rickard-von-essen authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    1c05015 View commit details
    Browse the repository at this point in the history
  10. Fixed serviceconnectionpolicy example

    Signed-off-by: Rickard von Essen <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    rickard-von-essen authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    53eff3c View commit details
    Browse the repository at this point in the history
  11. Fixed subnetworkRef name in example

    Signed-off-by: Rickard von Essen <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    rickard-von-essen authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    61737f4 View commit details
    Browse the repository at this point in the history
  12. Fmt

    Signed-off-by: Rickard von Essen <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    rickard-von-essen authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    fe0ba39 View commit details
    Browse the repository at this point in the history
  13. Remove redudant MarkAsRequired on location

    Signed-off-by: Rickard von Essen <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    rickard-von-essen authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    29c6fad View commit details
    Browse the repository at this point in the history
  14. Update actions/setup-go digest to 41dfa10

    Signed-off-by: nilan3 <[email protected]>
    renovate[bot] authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    46e8b3f View commit details
    Browse the repository at this point in the history
  15. Update actions/checkout digest to 11bd719

    Signed-off-by: nilan3 <[email protected]>
    renovate[bot] authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    34cba92 View commit details
    Browse the repository at this point in the history
  16. feat(redis): add Redis Cluster support

    This adds support for google_redis_cluster Terraform resource, see
    https://registry.terraform.io/providers/hashicorp/google/5.39.1/docs/resources/redis_cluster
    
    Signed-off-by: Rickard von Essen <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    rickard-von-essen authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    d455bf1 View commit details
    Browse the repository at this point in the history
  17. Put all discovery endpoints in AdditionalConnectionDetails

    Signed-off-by: Rickard von Essen <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    rickard-von-essen authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    24bdc44 View commit details
    Browse the repository at this point in the history
  18. Increase timeout to 30 min

    Signed-off-by: Rickard von Essen <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    rickard-von-essen authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    acaa4a5 View commit details
    Browse the repository at this point in the history
  19. added reference for private endpoint subnetworks for gke cluster

    Signed-off-by: Brad Wadsworth <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    bradkwadsworth-mw authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    b286e7a View commit details
    Browse the repository at this point in the history
  20. build: Update submodule to d315554

    Signed-off-by: Rickard von Essen <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    rickard-von-essen authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    cee4301 View commit details
    Browse the repository at this point in the history
  21. golangci-lint: Migrated deprecated configs

    Signed-off-by: Rickard von Essen <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    rickard-von-essen authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    1f00876 View commit details
    Browse the repository at this point in the history
  22. golangci-lint: Remove archived/deprecated interfacer linter

    Signed-off-by: Rickard von Essen <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    rickard-von-essen authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    4cdda3a View commit details
    Browse the repository at this point in the history
  23. golangci-lint: megacheck has been replaced with gosimple, staticcheck…

    …, and unused
    
    Signed-off-by: Rickard von Essen <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    rickard-von-essen authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    a6dc390 View commit details
    Browse the repository at this point in the history
  24. Dockerfile: Updated deprecated syntax for ENV

    Signed-off-by: Rickard von Essen <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    rickard-von-essen authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    655f3ce View commit details
    Browse the repository at this point in the history
  25. Remove workflows no longer needed.

    Signed-off-by: Jean du Plessis <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    jeanduplessis authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    4430272 View commit details
    Browse the repository at this point in the history
  26. Use standalone crddiff tool

    Signed-off-by: Fatih Türken <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    turkenf authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    45efb38 View commit details
    Browse the repository at this point in the history
  27. update gitignore

    Signed-off-by: nilan3 <[email protected]>
    nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    504bedf View commit details
    Browse the repository at this point in the history
  28. enable taxonomy & policy tag

    Signed-off-by: nilan3 <[email protected]>
    nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    3fc7f58 View commit details
    Browse the repository at this point in the history
  29. make reviewable

    Signed-off-by: nilan3 <[email protected]>
    nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    951fae1 View commit details
    Browse the repository at this point in the history
  30. Bump Terraform provider version to v5.44.2

    Signed-off-by: Fatih Türken <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    turkenf authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    8a763f6 View commit details
    Browse the repository at this point in the history
  31. Run make generate

    Signed-off-by: Fatih Türken <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    turkenf authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    a864d45 View commit details
    Browse the repository at this point in the history
  32. Backport new fields in APIs.

    Signed-off-by: Cem Mergenci <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    mergenci authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    3dd441b View commit details
    Browse the repository at this point in the history
  33. Run make generate.

    Signed-off-by: Cem Mergenci <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    mergenci authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    d0c4dbd View commit details
    Browse the repository at this point in the history
  34. Backport omitempty tags in DNS RecordSet resource.

    Signed-off-by: Cem Mergenci <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    mergenci authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    8b1eba0 View commit details
    Browse the repository at this point in the history
  35. Stop using deprecated upbound/official-provider-ci workflows

    Signed-off-by: Jean du Plessis <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    jeanduplessis authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    3e00577 View commit details
    Browse the repository at this point in the history
  36. Set the go version compatible with the project version in workflows

    Signed-off-by: Fatih Türken <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    turkenf authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    15c01a8 View commit details
    Browse the repository at this point in the history
  37. add go.lint.analysiskey make target for caching linters

    Signed-off-by: Erhan Cagirici <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    erhancagirici authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    69e86bb View commit details
    Browse the repository at this point in the history
  38. Stop using deprecated upbound/official-provider-ci workflows

    Signed-off-by: Jean du Plessis <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    jeanduplessis authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    b4e41e9 View commit details
    Browse the repository at this point in the history
  39. Disable running the build tagger for linting.

    - Make scripts/tag.sh executable
    
    Signed-off-by: Alper Rifat Ulucinar <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    ulucinar authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    cbfcbea View commit details
    Browse the repository at this point in the history
  40. Enable linter analysis cache build phase and run the build tagger bef…

    …ore linting
    
    - Linting is now done in two phases: an initial analysis cache build phase,
      and then the actual linting phase, to decrease the memory footprint of
      linting.
    
    Signed-off-by: Alper Rifat Ulucinar <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    ulucinar authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    c3bef04 View commit details
    Browse the repository at this point in the history
  41. bump go version to 1.23

    Signed-off-by: Erhan Cagirici <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    erhancagirici authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    e2d462f View commit details
    Browse the repository at this point in the history
  42. Configure dns ResponsePolicy resource and add an example

    Signed-off-by: Fatih Türken <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    turkenf authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    029899e View commit details
    Browse the repository at this point in the history
  43. Configure dns ResponsePolicyRule resource and add an example

    Signed-off-by: Fatih Türken <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    turkenf authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    0a10c8b View commit details
    Browse the repository at this point in the history
  44. Configure certificatemanager TrustConfig resource and add an example

    Signed-off-by: Fatih Türken <[email protected]>
    Signed-off-by: nilan3 <[email protected]>
    turkenf authored and nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    621af7a View commit details
    Browse the repository at this point in the history
  45. clean up examples

    Signed-off-by: nilan3 <[email protected]>
    nilan3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    3912f68 View commit details
    Browse the repository at this point in the history