This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
v0.4.0-alpha1
Pre-release
Pre-release
Changelog
- a2679dd: Add .vscode launch configurations for Visual Studio Code's debugger (@tylerslaton)
- e8dd884: Add debug flag to CLI (@ibuildthecloud)
- 8a1259c: Add git info to build (@ibuildthecloud)
- c042efb: Add routers docs, drop nested acorn reference (@ibuildthecloud)
- 172dfa2: Add support for
acorn logs CONTAINER_NAME
(@ibuildthecloud) - 6ded642: Automatic Let's Encrypt certificates for user-provided domains (#836) (@iwilltry42)
- 192f450: Consolidate to one docker image (@ibuildthecloud)
- c8e4717: Cross reference lets encrypt docs from cert docs (#750) (@cjellick)
- 21f39b3: Default probe for router should be tcp (@ibuildthecloud)
- 9cc0ff4: Document required k8s version (@cjellick)
- 75155c5: Don't leak idle connections (@ibuildthecloud)
- e4b5c4a: Don't require API lookup for restmapping acorn resources (@ibuildthecloud)
- 4b53357: Don't set transitioning as error conditions (@ibuildthecloud)
- 123b0ab: Drop dashboard subcommand (@ibuildthecloud)
- f44abfb: Drop nested acorns (@ibuildthecloud)
- 05722c7: Ensure last in build is always printed (@ibuildthecloud)
- 6728238: Fix LE test hashes (@ibuildthecloud)
- c84cf94: Fix broken exec --containers arg (@ibuildthecloud)
- 234a564: Fix file sync on windows (@ibuildthecloud)
- b5aa09b: Fix gorelease build (@ibuildthecloud)
- 2eaada5: Fix invalid names in cli status and bad progress (@ibuildthecloud)
- d60cd7a: Fix messaging in docs around publishing/exposing ports via the CLI (#636) (#853) (@tylerslaton)
- 4fcd945: Fix regression in build not prompting for install (@ibuildthecloud)
- f8ee081: Fix regression in permission adding (@ibuildthecloud)
- 6912f42: Fix several typos, code snippets etc. in docs (@mocdaniel)
- c538772: Fix slack link (@cjellick)
- d3a1237: Ignored job failed count if success count is greater than 0 (@ibuildthecloud)
- 8ae67af: Merge client side and server side configs when installing (#790) (@tylerslaton)
- a4d9e2b: Point potential contributors in the right direction (@cjellick)
- 21d57f4: Prompt for data to encrypt when none provided. (@cloudnautique)
- 2db691f: Refactor API to be based on mink (@ibuildthecloud)
- 602d026: Remove repeated step for install instructions. (@rachfop)
- e52600f: Set secret type to corev1 so that users won't see it from acorn api (@ibuildthecloud)
- f8f60ec: Switch install to using baaah apply (@ibuildthecloud)
- 68050ef: Switch logs, pull, push to websocket response (@ibuildthecloud)
- 9170b2e: Switch router pod to deployment and not daemonset (@ibuildthecloud)
- a31f6b7: Switch to watcher package to handle watch corner cases (@ibuildthecloud)
- 483a1d7: Update Node.js to v16.18.0 (@renovate[bot])
- e4ce3a6: Update Node.js to v16.18.1 (@renovate[bot])
- 119230e: Update Node.js to v19 (@renovate[bot])
- ad301bb: Update baaah (@cjellick)
- cfa2fb6: Update docs to document volume subpaths (#559) (@tylerslaton)
- 9e6ad4a: Update docs/docs/30-installation/01-installing.md (@jsilverio22)
- b57958d: Update docs/docs/30-installation/01-installing.md (@jsilverio22)
- 800a844: Update docusaurus monorepo to v2.2.0 (@renovate[bot])
- bf0f351: Update github.com/acorn-io/baaah digest to 2c03477 (@renovate[bot])
- dd96054: Update github.com/google/go-containerregistry/pkg/authn/kubernetes digest to a0f6687 (@renovate[bot])
- 21b00b7: Update golang (@renovate[bot])
- 2c2e3a7: Update golang to 56aed06 (@renovate[bot])
- 7eb1c4a: Update golang.org/x/exp digest to 8509921 (@renovate[bot])
- 52ff27f: Update golang.org/x/exp digest to c99f073 (@renovate[bot])
- 5ba3c6e: Update mink (@ibuildthecloud)
- d532846: Update module github.com/AlecAivazis/survey/v2 to v2.3.6 (@renovate[bot])
- 498700c: Update module github.com/containerd/containerd to v1.6.10 (@renovate[bot])
- e066b59: Update module github.com/containerd/containerd to v1.6.9 (@renovate[bot])
- fb27090: Update module github.com/go-acme/lego/v4 to v4.9.0 (@renovate[bot])
- 33bff96: Update module github.com/google/go-containerregistry to v0.12.0 (@renovate[bot])
- a826231: Update module github.com/google/go-containerregistry to v0.12.1 (@renovate[bot])
- 05dca7d: Update module github.com/moby/buildkit to v0.10.5 (@renovate[bot])
- 85aa291: Update module github.com/pterm/pterm to v0.12.49 (@renovate[bot])
- 5008d3a: Update module github.com/spf13/cobra to v1.6.1 (@renovate[bot])
- e90cdd7: Update module github.com/stretchr/testify to v1.8.1 (@renovate[bot])
- 765d2c3: Update module golang.org/x/sync to v0.1.0 (@renovate[bot])
- 8429de6: Update module k8s.io/klog/v2 to v2.80.1 (@renovate[bot])
- 24ce8ff: Update nginx Docker tag to v1.23.2 (@renovate[bot])
- 1cc734b: Update rancher/klipper-lb Docker tag to v0.3.5 (@renovate[bot])
- 13457d3: Update registry Docker tag to v2.8.1 (@renovate[bot])
- 7ca2c57: Update to buildkit 0.10.6 (@ibuildthecloud)
- f282ae6: Update to github.com/spf13/cobra 1.6.0 (@ibuildthecloud)
- f7f824c: Validate credentials when performing a login (#824) (@tylerslaton)
- cac1887: add GH action to run acorn tests on AWS EKS (@meldafrawi)
- e6d97a9: feat: Add "-n --tail" and "-s --since" to acorn logs (@jsilverio22)
- 4214611: fix: Allow multi app Acornfiles to use Let's Encrypt (#844) (@jsilverio22)
- fbb5af9: fix: Make Get logic use existing Exist logic (@ibuildthecloud)
- 40d53bd: fix: add namespace to generated hash host prefix (@jsilverio22)
- 85872b8: fix: change docs and error message for pre-created namespace deployment (#785) (@jsilverio22)
- f250adc: fix: distinguish between tcp and http before printing (@jsilverio22)
- b565e0c: fix: if http otherwise default (@jsilverio22)
- 3ab6fb4: fix: refactor generated name to be consistent after restart of app (#821) (@jsilverio22)
- 29184b8: fix: remove pending ingress log statement for tcp port (@jsilverio22)
- 875e126: kubeconfig for actions-setup (@vincent99)
- b77d307: retry connect for flakey port-forward connections (@ibuildthecloud)
- c3c2a61: updated docs to show new flag (@cloudnautique)
- c66eb2b: updating to go1.19 (@luthermonson)