Skip to content

Tags: kubeshop/kusk-gen

Tags

v0.7.0

Unverified

No user is associated with the committer email.
use correct brew tap

0.6.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rewrite annotation value now correct when base path is set and trim p…

…refix isnt (#204)

* Fix issue where rewrite annotation wasn't received basePath when trim prefix wasn't defined - added regression test

0.6.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Lowercase name bug for ingress-nginx, documentation fix (#200)

0.6.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
distinguish between ambassador 1.x and 2.x in petstore example (#197)

0.6.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Ambassador and Traefik quick start examples (#195)

* Update Ambassador docs and example with correct cluster creation command and missing apply listener step

* Update Traefik example

0.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Docs and fix: path rewrite flag (#190)

* update docs with instructions on how to use the path rewrite option

* rename rewrite_base to rewrite

* remove trailing slash trimming when setting rewrite option as some users will need to specify it and keep it in the resulting manifest

0.6.0-rc1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Literal Rewrite Flag (#187)

0.5.0

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
ambassador 2: update mapping template to reflect 2.0.4 changes (#184)

* Ambassador2 removed AmbassadorMapping in exchange for Mapping as of Version 2.0.4

* ambassador: change API from x.getambassador.io/v3alpha1 to getambassador.io/v3alpha1

Co-authored-by: George Dobrovolsky <georgy.dobrovolsky@gmail.com>

0.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
rename all external references to nginx-ingress to ingress-nginx (#181)

* rename all external references to nginx-ingress to ingress-nginx
* add note that the ingress nginx generator refers to the community edition from Kubernetes

0.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Docs for Ambassador 2 + fixes for preview breakages (#174)

* Add docs for ambassador 2.0 generator usage

* make host option mandatory. Introduce template func for splitting a comma separated string into its components for the mapping template cors section as Ambassador 2.0 doesn't support comma separated strings as paramters for cors anymore.

* host option is now mandatory for Ambassador 2.0 as AmbassadorMappings must match an AmbassadorHost resource in order to work

* host option is now mandatory for Ambassador 2.0 as AmbassadorMappings must match an AmbassadorHost resource in order to work

* split CORS comma separated strings into array using template func and iterate over them creating a yaml array in the resulting AmbassadorMapping resource

* Add warnings to Ambassador 2.0 docs regarding unstability of the Developer Preview