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.
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[x] This change requires a documentation update
How Has This Been Tested?
Tested locally. Tested with unit tests.
Tested with both public and private e2e.
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[X] My changes generate no new warnings
[X] I have added tests that prove my fix is effective or that my feature works
[X] New and existing unit tests pass locally with my changes
[X] Any dependent changes have been merged and published in downstream modules
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: