Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

v0.1.0

Compare
Choose a tag to compare
@projectcontour-bot projectcontour-bot released this 10 Dec 04:25

ir2proxy allows you to translate IngressRoute objects to HTTPProxy ones.

Known issues

  • #18 IngressRoute prefix rewrites are not currently handled.
  • #19 nonroot IngressRoutes are not translated at all.

Changelog

57f5f67 Add basic include functionality
a23acbf Add code of conduct and update README
f2e0086 Add goreleaser for releasing
f0e4e52 Add lots of translate functionality, with tests.
37dffbc Add yamllint and fix issues
d98c954 Fix TravisCI link.
cb0d9fc Fix broken README link
1ca4d16 Fix missed PR feedback
1ec2fe5 Initial commit
afda097 Initial commit
ebe6a60 Makefile: remove build -tags
5dc0eab Refactor and add tests
dbef126 Remove createdTimestamp field from all output
67102a2 Rename translate to translator
e782e90 Small main.go update
67fdca5 Update README
c573fe7 Update translate tests to clarify logic
9c63c67 Update with initial test of HTTPProxy conversion
35327a3 translate: Add more functions and tests