Azure / aks-app-routing-operator

Kubernetes operator that implements AKS Application Routing
https://learn.microsoft.com/en-us/azure/aks/app-routing
MIT License
32 stars 23 forks source link

bump nginx to 1.3.0, osm to v2, and go to 20 #42

Closed OliverMKing closed 1 year ago

OliverMKing commented 1 year ago

Description

Bumps outdated versions of nginx, osm, and go.

Nginx needs to be bumped so we have full support for 1.25 clusters (we are way behind). Before we can bump to higher versions we need to bump to 1.3.0. 1.3.0 is required to run and is the only safe upgrade target for higher versions. We are following the upgrade process.

Osm needs to be bumped because MeshConfig v1 is deprecated. Go is bumped to gain the advantages of newer Go versions (generics, etc.)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Tested locally. Tested with unit tests.

Tested with both public and private e2e.

Checklist: