-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[Release] RC-0.2 #2109
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
Merged
Merged
[Release] RC-0.2 #2109
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
linode#2042) * Added note for using ssl or starttls * Copy edit fixes
* Initial Commit * Spelling corrections. * More spelling corrections. * edited salt CLI reference
* [NEW] Migrating from Tokyo 1 to Tokyo 2 * Fix for early migration sequence description * Copy Edits * Adding CloudFlare to list of DNS update doc links * Fixing links * Fixed description front matter
* changed LetsEncrypt link (linode#2054) Changed the LetsEncrypt link from pointing to their homepage to pointing to Linode's guide on Let's Encrypt. * Revert "changed LetsEncrypt link (linode#2054)" (linode#2057) This reverts commit e5478aa. * Updated to include Tokyo 2 (linode#2067) * remove sentence Removed a bad sentence
[Release] RC-0.1
…2085) * Added a link to the images guide promoting our image feature * Travis
* [UPDATE] salt cloud v3 API note and size names [UPDATE] salt cloud v3 API note and curl test [UPDATE] salt cloud use size Nanode 1GB not Linode 1024 [UPDATE] salt cloud modified date * [UPDATE] salt cloud fixup linode.map file location
sshd should be used instead of ssh in centos (I don't know about other distros
Alpine dropped support for grsec's hardened linux kernel. It is no longer part of the distribution. see: https://git.alpinelinux.org/cgit/aports/commit/?id=94a65a421705eb0152c2a6cdeb0bffd269c58e97
When following this guide, I ran into an issue where running the following command in "Backup & Restore" zeroed the entire block device: > dd if=/dev/zero of=/dev/sdX bs=128 count=1 I updated the command to: > dd conv=notrunc if=/dev/zero of=/dev/sdX bs=128 count=1 Using the updated command, only the header portion of the device is zeroed out and can be successfully restored from backup in the rest of the example.
* Update index.md * Update index.md
[Update] Terraform Linode Provider Update
…inode#2089) * Draft complete * Tech Edit * Blueberry fixes * Copy Edits
* Initial Commit * Spelling Corrections * Added Another Resource * Tech Edit * Copy edit
* Initial Commit * Spelling corrections and YAML corrections Added 'highstate' to dictionary 'modified' YAML * Fixed opening sentence * Tech edits * Copy edit
* Fix link in billing and payments * Add links to network quota guide * Remove unwanted carriage return
* Beginner guide to salt * Tech Edit * Tech Edit 2 * Copy edit finished * Blueberry fixes and some last copy edits * Accidentally deleted some of my original copy edits in last commit, reverting that * Small wording change * Bolding the definition of configuration management * Clarifying wording * Clarifying wording 2 * Fix trailing whitespace * Fix links and spelling * Small copy edits
[New] Introduction to Jinja Templates for Salt
nmelehan
approved these changes
Nov 2, 2018
nmelehan
approved these changes
Nov 2, 2018
cwlinode
approved these changes
Nov 2, 2018
leslitagordita
added a commit
to leslitagordita/docs
that referenced
this pull request
Nov 6, 2018
This reverts commit 8dbf06f. Commits in this release broke css for docs site.
leslitagordita
added a commit
that referenced
this pull request
Nov 6, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.