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

Document breaking changes for 0.11.0 #3057

Closed
danail-branekov opened this issue Jan 12, 2024 · 1 comment
Closed

Document breaking changes for 0.11.0 #3057

danail-branekov opened this issue Jan 12, 2024 · 1 comment
Labels
Milestone

Comments

@danail-branekov
Copy link
Member

danail-branekov commented Jan 12, 2024

  • the new required networking.GatewayClass helm value is introduces
  • api.expose helm value is removed (deployment will succeed but behaviour will be different)
  • contourRouter.include is removed (deployment will succeed but behaviour will be different)
  • Short downtime due to Contour restart. Downtime mitigation ideas
    • Enable Contour dynamic provisioning
    • Manually create a new TLSCertificateDelegation object before upgrading in order to keep existing HTTPProxies work:
apiVersion: projectcontour.io/v1
kind: TLSCertificateDelegation
metadata:
  name: korifi-controllers-workloads-fallback-delegation
  namespace: {{ .Release.Namespace }}
spec:
  delegations:
  - secretName: korifi-workloads-ingress-cert
    targetNamespaces:
    - '*'
@danail-branekov
Copy link
Member Author

0.11.0 is out, braking changes have been documented in the release notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

1 participant