Skip to content

Commit

Permalink
Updating brew docs for Telepresence
Browse files Browse the repository at this point in the history
Signed-off-by: Donny Yung <donaldyung@datawire.io>
  • Loading branch information
Donny Yung committed Jun 15, 2021
1 parent 925295e commit 4657164
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install/upgrade-tabs.js
Expand Up @@ -70,7 +70,7 @@ export default function SimpleTabs() {
{
'# Upgrade via brew:' +
'\n' +
'brew upgrade datawire/blackbird/telepresence2' +
'brew upgrade datawire/blackbird/telepresence' +
'\n \n' +
'# OR upgrade manually:' +
'\n' +
Expand Down
2 changes: 1 addition & 1 deletion quick-start/qs-tabs.js
Expand Up @@ -73,7 +73,7 @@ export default function SimpleTabs() {
{
'# Install via brew:' +
'\n' +
'brew install datawire/blackbird/telepresence2' +
'brew install datawire/blackbird/telepresence' +
'\n \n' +
'# OR install manually:' +
'\n' +
Expand Down
10 changes: 9 additions & 1 deletion releaseNotes.yml
Expand Up @@ -30,8 +30,16 @@ docDescription: >-
changelog: https://github.com/telepresenceio/telepresence/blob/$branch$/CHANGELOG.md

items:
- version: 2.3.1
- version: 2.3.2
date: 'TBD'
notes:
- title: Brew Formula Changed
body: "Now that the Telepresence rewrite is the main version of Telepresence, you can install it via Brew like so: <code>brew install datawire/blackbird/telepresence</code>."
image: <todo>
docs: install/
type: change
- version: 2.3.1
date: '2021-06-14'
notes:
- title: DNS Resolver Configuration
body: "Telepresence now supports per-cluster configuration for custom dns behavior, which will enable users to determine which local + remote resolver to use and which suffixes should be ignored + included. These can be configured on a per-cluster basis."
Expand Down

0 comments on commit 4657164

Please sign in to comment.