mock-server / mockserver

MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS with clients written in Java, JavaScript and Ruby. MockServer also includes a proxy that introspects all proxied traffic including encrypted SSL traffic and supports Port Forwarding, Web Proxying (i.e. HTTP proxy), HTTPS Tunneling Proxying (using HTTP CONNECT) and SOCKS Proxying (i.e. dynamic port forwarding).
http://mock-server.com
Apache License 2.0
4.58k stars 1.07k forks source link

Create Tar for 5.14.1 #1594

Closed cdestefano-777 closed 1 year ago

cdestefano-777 commented 1 year ago

Describe the issue In mockserver/helm/charts, changes were pushed to 5.14.0 to upgrade to 5.14.1, which includes changes to the ingress. The most recent changes cannot be pull ed from the repository without the tar. 5.14.1 is not an available version for helm installation.

MockServer version Installation of 5.14.1

KerchumA222 commented 1 year ago

I would like this too. The new version contains a small change to runAsUser which is currently blocking some of my work.

jamesdbloom commented 1 year ago

ok this must have been released for that release or more like the tar wasn't pushed to S3 I'll take a look

KerchumA222 commented 1 year ago

Any update on this? Anything I can help with?

jamesdbloom commented 1 year ago

I now see this the helm chart version was increased as part of the commit you refer to. That was invalid and that change never should have been commit as the helm chart version can't just be increased separating from the other 10 release artefacts such as docker, nexus (numerous), node (numerous), etc.

The code change to the helm chart will be release when the next release is made which will be in the next week. At that point the fix will be released under version 5.14.0 as now support for HTTP2 has been implement there are some very minor backward compatible changes to some APIs requiring a new minor version to be released.