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

Fix consul-telemetry-collector deployment when enableConsulNamespaces #3192

Closed
wants to merge 23 commits into from

Commits on Nov 8, 2023

  1. Add tests

    Add test for v2
    
    Fix bats tests
    
    Fix CONSUL_NAMESPACE to be default
    
    Fix consul telemetry collector login namespace
    
    Finish namespace/partition logic changes
    
    Update v2 too
    
    Remove more $roots
    jjti committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    b2f7f00 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Add changelog

    jjti committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    29430f4 View commit details
    Browse the repository at this point in the history
  2. Fix component name

    jjti committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    f7d62aa View commit details
    Browse the repository at this point in the history
  3. Partition is set for us already

    jjti committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    a20bcf0 View commit details
    Browse the repository at this point in the history
  4. Fix auth method

    jjti committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    7b71216 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    jjti committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    85b3f45 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    12ba216 View commit details
    Browse the repository at this point in the history
  2. NET-6303 Add 1.3.0 notes to changelog (#3193)

    Add 1.3.0 notes to changelog
    nathancoleman authored and jjti committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e73ef2b View commit details
    Browse the repository at this point in the history
  3. Add replace directive in Go mod for Control Plane so that we pull in …

    …the latest Consul submodules (#3194)
    
    * Add replace directive in Go mod for Control Plane so that we pull in the latest Consul submodules
    
    * Add a comment to explain why we need a replace directive
    Thomas Eckert authored and jjti committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    cb9db90 View commit details
    Browse the repository at this point in the history
  4. NET-6331 Create MeshGateway CRD (#3195)

    Add MeshGateway to `mesh.consul.hashicorp.com/v2beta1`
    Thomas Eckert authored and jjti committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    81ed4fe View commit details
    Browse the repository at this point in the history
  5. Add validation to account for type change (#3202)

    add validation to account for type change
    sarahalsmiller authored and jjti committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1bf8378 View commit details
    Browse the repository at this point in the history
  6. NET-4992- Kitchen sink gateway test (#3196)

    * checkpoint
    
    * checkpoint, passing test
    
    * kitchen sink, NET-4992
    
    * lint issue
    
    * clean up unneeded calls
    
    ---------
    
    Co-authored-by: Sarah Alsmiller <sarah.alsmiller@sarah.alsmiller-RQQ26PQ2L5>
    2 people authored and jjti committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4218a8d View commit details
    Browse the repository at this point in the history
  7. NET-6406 Adds GatewayClassConfig and MeshGateway resources to the gat…

    …eway-reso… (#3200)
    
    * Adds GatewayClassConfig and MeshGateway resources to the gateway-resources-configmap.yaml in the Helm chart
    
    * Updates the configmap to include more fields for the gatewayClassConfig for mesh gateways
    missylbytes authored and jjti committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c69f47b View commit details
    Browse the repository at this point in the history
  8. chore: skaffold build experiment (#3179)

    * chore: skaffold build experiment
    
    * feedback: add experiment comments
    DanStough authored and jjti committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    499072a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    273785b View commit details
    Browse the repository at this point in the history
  10. NET-6401 Stub MeshGateway controller (#3204)

    * NET-6401 Stub MeshGateway controller
    
    * Add MeshGateways resource to connect-inject-clusterrole
    
    * Setup v2controller for MeshGateway
    
    * Add bats test assertion for connect-inject-clusterrole
    
    * Regenerate control-plane/config/rbac/role.yaml
    nathancoleman authored and jjti committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    a4104b8 View commit details
    Browse the repository at this point in the history
  11. Fix deployment label comma

    jjti committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    83ca25c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    40cf350 View commit details
    Browse the repository at this point in the history
  13. Fix a comment

    jjti committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0ba55ce View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    990cd7a View commit details
    Browse the repository at this point in the history
  15. Add telemetry-collector flag

    jjti committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4d0d40a View commit details
    Browse the repository at this point in the history
  16. Fix flag

    jjti committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    29f57ea View commit details
    Browse the repository at this point in the history
  17. Use default explicitly

    jjti committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0c566cc View commit details
    Browse the repository at this point in the history