Releases: cnoe-io/idpbuilder
Releases · cnoe-io/idpbuilder
v0.4.1
Changelog
- 8094f56 Bug Fix on KEYCLOAK_URLTypo. (#217)
- 0d546b2 Improve doc: container engine (#215)
- f883470 Updating ReadMedocumentation for Backstage Terraform Integrations (#220)
- 64660b3 add argocd admin username (#230)
- 6dfe2d8 add feature GH template (#228)
- d08aed5 adds the argo workflow to run terraform templates (#203)
- d5802b6 fix: print correct argocd url after cluster bringup (#223)
- 918f565 fix: rename gitea secret for better description (#224)
- f5f3bd9 update readme and contribute docs (#212)
v0.4.0
Changelog
- 0cdb311 Add metric-server to ref-implementation (#201)
- 990c137 Allow other KinD providers to work (#182)
- 1f9697b Do not allocate memory for system in kind (#200)
- 11eccd5 Fix Backstage labels for basic backstage template (#209)
- 54cd46a Persist restarts (#176)
- b5709eb Render external-secrets template to yaml (#181)
- 1767887 add bash-completion for devcontainer (#202)
- 8b1549b add get secrets command (#193)
- f60a780 add git client timeouts (#206)
- bfd3cd6 add labels to expose keycloak secrets (#194)
- 74dd98d add one default tag to avoid issues with Ready status (#190)
- d70e3b7 bump argocd version -> 2.10.7 (#207)
- fd4bd17 custom core packages (#180)
- 25aaed2 fix check for existing port check. bad nesting (#178)
- b84386b fix eso ns (#196)
- cec4153 fix readme (#172)
- a822dbd generate gitea password (#195)
- 47a2788 ref-impl: specify content type (#208)
- 11ac1d5 udpate spark operator url (#173)
- cfd151c update readme (#171)
v0.3.0
Changelog
- d6b8a8f (feat): Add codespaces/devpod support (#148)
- 6b704e6 Add reference implementation example (#138)
- d3a24e2 Fix #108: Add version command (#146)
- bf9be66 Fix #84: remove GitConfig from API spec (#141)
- 72fd623 We no longer install backstage by default so remove this from README (#149)
- 538e3b2 add velero and minio examples (#129)
- dd8abfb allow for logging customization (#130)
- 4806dd3 dont update localbuild resource status when shutting down (#140)
- df4305b ensure error is returned (#132)
- 69443ce fail if the idpBuilder is launched on a different port (#163)
- ea9c56e fix: Update backstage gitea location for catalog-info (#160)
- 5194086 generate ingress-nginx manifests (#133)
- 8385118 ignore unspecified packaegs when shutting down (#154)
- c7a8afa make the serving port for idpBuilder configurable (#155)
- 52783df re-work ref impl to use path based routing instead (#169)
- db35227 reduce log messages (#158)
- bc35d46 remove direct argocd package dependency (#145)
- 914ab02 set ingress-nginx buffer size to 32k (#151)
- 988756c support path based routing in core packages (#164)
- 92a7440 update default cluster version to 1.27 (#131)
- 95ca015 upgrade controller-gen v0.12.0 -> v0.14.0 (#170)
- e72ea96 upgrade controller-runtime and sync k8s package versions (#147)
v0.2.0
Changelog
- 8636e08 Add WIP notice and use cases to README
- 954b7bf Add contributing doc (#112)
- cc1465d Added architecture info (#8)
- cfe5799 Allow for custom packages (#100)
- 7e4ece0 Change the reference of the backstage image to use the one released on public.ecr.aws by cnoe-io. #12 (#26)
- 1a9acbb Dont try to create argo apps when embedded argo apps disabled (#35)
- 06fb155 Fix #23: add resources directory and .yaml files. (#24)
- 59570de Fix Quickstart > Run command (#44)
- 5e87a01 Fix name of root command (#10)
- 1859b59 Fix xwrong project name from idpbuilder-embedded-gitserver to idpbuilder-local-gitserver (#43)
- ca8f132 Implement git repository controller (#82)
- 56089e4 Initial commit
- cec784e Log the kind config file generated by our IDP builder (#63)
- 84dc746 Merge pull request #6 from cnoe-io/remove-adsk-private-domains
- 4b0f8ec Merge pull request #7 from cnoe-io/remove-adskeng-domain
- cc92335 Merge pull request #9 from cnoe-io/readme-notice-and-value
- a65a996 Print Argo Information After Creation (#106)
- b6ba752 Remove adsk internal domains
- dccc602 Remove adskeng as well
- 1285ccd Remove adskeng as well
- 2923d6c Remove non needed 2nd kubernetes node (#56)
- 519f693 Shorten base hostnames
- 243ba5f Standardize CLI flags (#118)
- a9b2378 Update to GoLang 1.21 (#105)
- a697580 add a flag to specify if the cli should exit once packages are synced (#115)
- e4da9e7 add go releaser (#57)
- ff13799 add issue template (#61)
- 7b8a7cf add workflow for PR (#18)
- 2b4662a correct endpoints and use correct api version (#88)
- 6b32abf create kind network (#67)
- 9b25a0c enable docker client API version negotiation (#99)
- 82ba464 ensure controllers have a chance to run at least once (#128)
- 0d25f39 ensure multi source spec is handled (#124)
- ad688d4 feat(localbuild): scale down dex and notifications pods for argo cd (#122)
- 10c5e45 fix argocd controller tests (#66)
- 353407a fix backstage manifests (#27)
- b13a151 fix doc image (#77)
- 23e6f99 fix git controller test (#53)
- 9cf1434 fix: use https for gitea (#121)
- eae6d24 fixes #22 (#46)
- ab6d14d handle localbuild creation error and look for cluster scoped object (#96)
- 11a9914 install gitea (#39)
- 1fb23f0 install nginx out of band (#83)
- 458852c move ingress (#91)
- f6a3d8b pluggable pakcages (#31)
- 9084ef8 prevent git server from running (#97)
- 6f9f0a8 remove git server (#117)
- 92be6f9 run go vet (#70)
- 3ddb5dd update readme and add example (#120)
- 0d2c8fc use annotation tracking by default (#125)
- aba2510 use argocd default project (#64)
- e4d72bc use known namespace (#87)
- fd507f5 use localtest.me suffix to resolve localhost (#29)
- e34cf08 use the right reference when deleting the image (#38)
v0.1.0
Changelog
- 8636e08 Add WIP notice and use cases to README
- cc1465d Added architecture info (#8)
- 7e4ece0 Change the reference of the backstage image to use the one released on public.ecr.aws by cnoe-io. #12 (#26)
- 1a9acbb Dont try to create argo apps when embedded argo apps disabled (#35)
- 06fb155 Fix #23: add resources directory and .yaml files. (#24)
- 59570de Fix Quickstart > Run command (#44)
- 5e87a01 Fix name of root command (#10)
- 1859b59 Fix xwrong project name from idpbuilder-embedded-gitserver to idpbuilder-local-gitserver (#43)
- 56089e4 Initial commit
- 84dc746 Merge pull request #6 from cnoe-io/remove-adsk-private-domains
- 4b0f8ec Merge pull request #7 from cnoe-io/remove-adskeng-domain
- cc92335 Merge pull request #9 from cnoe-io/readme-notice-and-value
- b6ba752 Remove adsk internal domains
- 1285ccd Remove adskeng as well
- dccc602 Remove adskeng as well
- 2923d6c Remove non needed 2nd kubernetes node (#56)
- 519f693 Shorten base hostnames
- e4da9e7 add go releaser (#57)
- ff13799 add issue template (#61)
- 7b8a7cf add workflow for PR (#18)
- 6b32abf create kind network (#67)
- 10c5e45 fix argocd controller tests (#66)
- 353407a fix backstage manifests (#27)
- 23e6f99 fix git controller test (#53)
- eae6d24 fixes #22 (#46)
- f6a3d8b pluggable pakcages (#31)
- 4346d73 run go vet
- 5731a45 run tests one at a time
- aba2510 use argocd default project (#64)
- fd507f5 use localtest.me suffix to resolve localhost (#29)
- e34cf08 use the right reference when deleting the image (#38)