-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2019 09 30 #162
Release 2019 09 30 #162
Conversation
* Make the update.sh script take a _path_ instead of a _name_ This means I can do: ./bin/update.sh charts/wire-se<TAB> and it auto-completes to the right chart name, which saves me 10 seconds per day and makes me not have to know a chart name apriori. I think the UX is a lot better, as we get free completion of what charts are available
…atest production versions (#152)
* Configure nginx-controller to run on each node, so that we preserve source IP addresses * Add a heavily commented example of values.yaml for nginx ingress * Add example of how to set up inventory file * Make our suggested nginx ingress config the default config
* Configure brig and galley to produce JSON logs * also configure fluent-bit to ingest these JSON logs * Make nginz log format more consistent 1. Get rid of - as separator (it's also used to signal empty value in nginx) 2. Strings containing spaces are escaped with "" instead of "" and [] 3. All fields that don't contain spaces are not escaped with "" anymore 4. Fields are separated by space, always * Parse nginz logs with fluent-bit * Bump fluent-bit helm chart * Leave some doc breadcrumbs Other people should be able to figure out the fluent-bit magic sauce
* Minio playbook create multiple buckets (use 'public' for static files) * default to using 'assets' as bucket name in prod scenario * fake-aws-s3: create 3 buckets for consistency
* english, and real machine stuff. * add dependency in make rule. * a little more detail, including a poetry prompt, and a permissions dependency of our makefile.
* Create deeplink files upon minio installation * blacklisting * move static file logic to own role
…m the admin node. (#159)
Bootstrap kubernetes to an ubuntu server 1-liner
I named this PR with an "old" release date to keep them in sync with the other releases (the latest commit, besides the CHANGELOG, is anyway from 2019_09_30) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
release itself and changelog are fine; we should think of a better / more automated "upgrade" test however for the next releases.
b3d2e28
to
a856f39
Compare
Somehow I missed this... |
2019-09-30 #162
Features
Helm charts:
Ansible:
Other updates
Breaking changes / known issues when upgrading
Bug fixes
Internal Changes