Features 🌈
- implement proxy and init iptables (#12)
- implement mutating webhook (#15)
- add support for arc clusters (#25)
- add example with msal go (#33)
- make audience configurable (#35)
- add jwks generator tool (#36)
Documentation 📘
Testing 💚
- e2e test framework backbone (#18)
- enable linting and fix issues (#23)
- enable e2e on kind clusters and shellcheck (#24)
- add an e2e job for arc scenario (#34)
- add an e2e job for windows cluster (#39)
- always remove resource groups after e2e (#44)
- add an e2e job for windows containerd cluster (#46)
Code Refactoring 💎
- use pkg/errors instead of fmt (#26)
Maintenance 🔧
- Makefile improvement and add e2e test case (#19)
- use
configMapGenerator
for creating configmap (#31) - setup image publishing pipeline & remove the use of personal registry (#30)
- bump golang.org/x/crypto to v0.0.0-20201216223049-8b5274cf687f (#37)
- upgrade kind to v0.11.0 (#38)
- change webhook controller manager image name to webhook (#41)
- generate deploy manifest and add manifest_staging (#40)
- change proxy image name to to proxy (#45)