Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #166 from athai/version-string/1.9.6-tectonic.1
Browse files Browse the repository at this point in the history
Update version strings: 1.8.9-t.2 -> 1.9.6-t.1
  • Loading branch information
athai authored May 21, 2018
2 parents 5c75b16 + 1599c81 commit be9eba0
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion Documentation/hack/centos-workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is unofficial. The author does not update, maintain, or support this setup.

## CoreOS Tectonic

Provision a Tectonic `1.8.9-tectonic.2` bare-metal cluster (Container Linux, 1 controller, 2 workers) in the usual way with [matchbox](https://github.com/coreos/matchbox) and the Tectonic [Installer](https://coreos.com/tectonic/docs/latest/install/bare-metal/index.html).
Provision a Tectonic `1.9.6-tectonic.1` bare-metal cluster (Container Linux, 1 controller, 2 workers) in the usual way with [matchbox](https://github.com/coreos/matchbox) and the Tectonic [Installer](https://coreos.com/tectonic/docs/latest/install/bare-metal/index.html).

Locally, you may PXE boot QEMU/KVM nodes via Tectonic and matchbox on the `metal0` bridge.

Expand Down
10 changes: 5 additions & 5 deletions Documentation/install/aws/aws-terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,23 @@ Once the update has processed, the *Overview* window will refresh to include lin
Open a new terminal and run the following command to download Tectonic Installer.

```bash
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip.sig
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip.sig
```

Verify the release has been signed by the [CoreOS App Signing Key][verification-key].

```bash
$ gpg2 --keyserver pgp.mit.edu --recv-key 18AD5014C99EF7E3BA5F6CE950BDD3E0FC8A365E
$ gpg2 --verify tectonic_1.8.9-tectonic.2.zip.sig tectonic_1.8.9-tectonic.2.zip
$ gpg2 --verify tectonic_1.9.6-tectonic.1.zip.sig tectonic_1.9.6-tectonic.1.zip
# gpg2: Good signature from "CoreOS Application Signing Key <[email protected]>"
```

Unzip Tectonic Installer and navigate to the `tectonic` directory.

```bash
$ unzip tectonic_1.8.9-tectonic.2.zip
$ cd tectonic_1.8.9-tectonic.2
$ unzip tectonic_1.9.6-tectonic.1.zip
$ cd tectonic_1.9.6-tectonic.1
```

### Initialize and configure Terraform
Expand Down
8 changes: 4 additions & 4 deletions Documentation/install/aws/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Make sure a current version of either Google Chrome or Mozilla Firefox is set as
Download the [Tectonic installer][latest-tectonic-release].

```bash
wget https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip
unzip tectonic_1.8.9-tectonic.2.zip
cd tectonic_1.8.9-tectonic.2
wget https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip
unzip tectonic_1.9.6-tectonic.1.zip
cd tectonic_1.9.6-tectonic.1
```

Run the Tectonic Installer for your platform.
Expand Down Expand Up @@ -94,7 +94,7 @@ For those new to Tectonic and Kubernetes, the [Tectonic Tutorials][tutorials] pr
[install-aws-requirements-creds]: requirements.md#privileges
[install-aws-requirements-evpc]: requirements.md#using-an-existing-vpc
[tutorials]: ../../tutorials/index.md
[latest-tectonic-release]: https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip
[latest-tectonic-release]: https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip
[install-aws-troubleshooting]: ../../troubleshooting/faq.md
[tf-state]: https://www.terraform.io/docs/state/
[install-windows]: ../installer-windows.md
Expand Down
2 changes: 1 addition & 1 deletion Documentation/install/aws/uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Next, navigate to the cluster state directory written to the extracted `tectonic
```bash
# Replace <os> with darwin or linux
# Replace <CLUSTERNAME> with a string like mytectonic_2017-05-03_11-41-02
$ cd tectonic_1.8.9-tectonic.2/tectonic-installer/<os>/clusters/<CLUSTERNAME>
$ cd tectonic_1.9.6-tectonic.1/tectonic-installer/<os>/clusters/<CLUSTERNAME>
$ export PATH=$(pwd)/../..:$PATH # Add Installer's terraform binary to PATH
```

Expand Down
10 changes: 5 additions & 5 deletions Documentation/install/azure/azure-terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,23 +73,23 @@ Also ensure the SSH known_hosts file doesn't have old records for the API DNS na
Open a new terminal and run the following command to download Tectonic Installer.

```bash
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip.sig
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip.sig
```

Verify the release has been signed by the [CoreOS App Signing Key][verification-key].

```bash
$ gpg2 --keyserver pgp.mit.edu --recv-key 18AD5014C99EF7E3BA5F6CE950BDD3E0FC8A365E
$ gpg2 --verify tectonic_1.8.9-tectonic.2.zip.sig tectonic_1.8.9-tectonic.2.zip
$ gpg2 --verify tectonic_1.9.6-tectonic.1.zip.sig tectonic_1.9.6-tectonic.1.zip
# gpg2: Good signature from "CoreOS Application Signing Key <[email protected]>"
```

Unzip Tectonic Installer and navigate to the `tectonic` directory.

```bash
$ unzip tectonic_1.8.9-tectonic.2.zip
$ cd tectonic_1.8.9-tectonic.2
$ unzip tectonic_1.9.6-tectonic.1.zip
$ cd tectonic_1.9.6-tectonic.1
```

### Initialize and configure Terraform
Expand Down
8 changes: 4 additions & 4 deletions Documentation/install/bare-metal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ Make sure a current version of either the Google Chrome or Mozilla Firefox web b
Download [Tectonic Installer][latest-tectonic-release].

```sh
wget https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip
unzip tectonic_1.8.9-tectonic.2.zip
cd tectonic_1.8.9-tectonic.2/tectonic-installer
wget https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip
unzip tectonic_1.9.6-tectonic.1.zip
cd tectonic_1.9.6-tectonic.1/tectonic-installer
```

Run the Tectonic Installer for your platform:
Expand Down Expand Up @@ -225,7 +225,7 @@ After the installer is complete, you'll have a Tectonic cluster and be able to a
[copr-repo]: https://copr.fedorainfracloud.org/coprs/g/CoreOS/matchbox/
[coreos-release]: https://coreos.com/releases/
[daemonset]: http://kubernetes.io/docs/admin/daemons/
[latest-tectonic-release]: https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip
[latest-tectonic-release]: https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip
[matchbox-config]: https://coreos.com/matchbox/docs/latest/config.html
[matchbox-dnsmasq]: https://github.com/coreos/matchbox/tree/master/contrib/dnsmasq
[matchbox]: https://coreos.com/matchbox
Expand Down
10 changes: 5 additions & 5 deletions Documentation/install/bare-metal/metal-terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,23 @@ Once the update has processed, the *Overview* window will refresh to include lin
Open a new terminal and run the following command to download Tectonic Installer.

```bash
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip.sig
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip.sig
```

Verify the release has been signed by the [CoreOS App Signing Key][verification-key].

```bash
$ gpg2 --keyserver pgp.mit.edu --recv-key 18AD5014C99EF7E3BA5F6CE950BDD3E0FC8A365E
$ gpg2 --verify tectonic_1.8.9-tectonic.2.zip.sig tectonic_1.8.9-tectonic.2.zip
$ gpg2 --verify tectonic_1.9.6-tectonic.1.zip.sig tectonic_1.9.6-tectonic.1.zip
# gpg2: Good signature from "CoreOS Application Signing Key <[email protected]>"
```

Unzip Tectonic Installer and navigate to the `tectonic` directory.

```bash
$ unzip tectonic_1.8.9-tectonic.2.zip
$ cd tectonic_1.8.9-tectonic.2
$ unzip tectonic_1.9.6-tectonic.1.zip
$ cd tectonic_1.9.6-tectonic.1
```

### Initialize and configure Terraform
Expand Down
4 changes: 2 additions & 2 deletions Documentation/install/installer-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Type `cmd` in the Windows menu search box and press the Enter key. A new Windows
Issue the following command to fetch and run the Tectonic Installer container image from the Quay registry:

```sh
docker run --rm -p 4444:4444 -it quay.io/coreos/tectonic-installer:1.8.9-tectonic.2 /go/src/github.com/coreos/tectonic-installer/installer/bin/linux/installer -open-browser=false -address 0.0.0.0:4444
docker run --rm -p 4444:4444 -it quay.io/coreos/tectonic-installer:1.9.6-tectonic.1 /go/src/github.com/coreos/tectonic-installer/installer/bin/linux/installer -open-browser=false -address 0.0.0.0:4444
```

The status of the image download in progressively printed in the command window. Once Tectonic Installer is downloaded and running, `Starting Tectonic Installer on 0.0.0.0:4444` will be reported.
Expand Down Expand Up @@ -63,7 +63,7 @@ Type `cmd` into the Windows menu search box and press the Enter key. A new comma
At the Windows command prompt, issue the command:

```sh
docker run --rm -it -v %USERPROFILE%/Downloads:/Downloads quay.io/coreos/tectonic-installer:1.8.9-tectonic.2 bash
docker run --rm -it -v %USERPROFILE%/Downloads:/Downloads quay.io/coreos/tectonic-installer:1.9.6-tectonic.1 bash
```

The Installer container executes and presents a `bash` shell prompt within the container.
Expand Down
10 changes: 5 additions & 5 deletions Documentation/install/openstack/openstack-terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@ Once the update has processed, the *Overview* window will refresh to include lin
Open a new terminal and run the following command to download Tectonic Installer.

```bash
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip.sig
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip.sig
```

Verify the release has been signed by the [CoreOS App Signing Key][verification-key].

```bash
$ gpg2 --keyserver pgp.mit.edu --recv-key 18AD5014C99EF7E3BA5F6CE950BDD3E0FC8A365E
$ gpg2 --verify tectonic_1.8.9-tectonic.2.zip.sig tectonic_1.8.9-tectonic.2.zip
$ gpg2 --verify tectonic_1.9.6-tectonic.1.zip.sig tectonic_1.9.6-tectonic.1.zip
# gpg2: Good signature from "CoreOS Application Signing Key <[email protected]>"
```

Unzip Tectonic Installer and navigate to the `tectonic` directory.

```bash
$ unzip tectonic_1.8.9-tectonic.2.zip
$ cd tectonic_1.8.9-tectonic.2
$ unzip tectonic_1.9.6-tectonic.1.zip
$ cd tectonic_1.9.6-tectonic.1
```

### Initialize and configure Terraform
Expand Down
10 changes: 5 additions & 5 deletions Documentation/install/vmware/vmware-terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,23 +78,23 @@ The following steps must be executed on a machine that has network connectivity
Open a new terminal and run the following command to download Tectonic Installer.

```bash
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip.sig
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip.sig
```

Verify the release has been signed by the [CoreOS App Signing Key][verification-key].

```bash
$ gpg2 --keyserver pgp.mit.edu --recv-key 18AD5014C99EF7E3BA5F6CE950BDD3E0FC8A365E
$ gpg2 --verify tectonic_1.8.9-tectonic.2.zip.sig tectonic_1.8.9-tectonic.2.zip
$ gpg2 --verify tectonic_1.9.6-tectonic.1.zip.sig tectonic_1.9.6-tectonic.1.zip
# gpg2: Good signature from "CoreOS Application Signing Key <[email protected]>"
```

Unzip Tectonic Installer and navigate to the `tectonic` directory.

```bash
$ unzip tectonic_1.8.9-tectonic.2.zip
$ cd tectonic_1.8.9-tectonic.2
$ unzip tectonic_1.9.6-tectonic.1.zip
$ cd tectonic_1.9.6-tectonic.1
```

## Customize the deployment
Expand Down
2 changes: 1 addition & 1 deletion Documentation/troubleshooting/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The version number of a Tectonic release is a string in the format `W.X.Y-tectonic.z`, where `W.X.Y` stands for the Kubernetes version included with the release, and `z` is an incrementing number, starting at 1, for successive Tectonic releases including that Kubernetes version. When the version number of the included Kubernetes release changes, the incrementing value `z` resets to 1.

For example, if the Kubernetes version is 1.8.9, the first Tectonic production release including it is labeled `1.8.9-tectonic.1`. A second release including the same 1.8.9 version of Kubernetes would be `1.8.9-tectonic.2`. When the version number of the included Kubernetes advances to 1.8.10, the associated Tectonic version number would be `1.8.10-tectonic.1`.
For example, if the Kubernetes version is 1.9.6, the first Tectonic production release including it is labeled `1.9.6-tectonic.1`. A second release including the same 1.9.6 version of Kubernetes would be `1.9.6-tectonic.2`. When the version number of the included Kubernetes advances to 1.9.7, the associated Tectonic version number would be `1.9.7-tectonic.1`.

## License and pull-secret formats

Expand Down
10 changes: 5 additions & 5 deletions Documentation/tutorials/aws/installing-tectonic.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ Make sure a current version of either Google Chrome or Mozilla Firefox is set as
1. Download and run Tectonic Installer by opening a new terminal and running the following command:

```
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip.sig
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip.sig
```

2. Verify the release has been signed by the [CoreOS App Signing Key][verification-key].

```bash
$ gpg2 --keyserver pgp.mit.edu --recv-key 18AD5014C99EF7E3BA5F6CE950BDD3E0FC8A365E
$ gpg2 --verify tectonic_1.8.9-tectonic.2.zip.sig tectonic_1.8.9-tectonic.2.zip
$ gpg2 --verify tectonic_1.9.6-tectonic.1.zip.sig tectonic_1.9.6-tectonic.1.zip
# gpg2: Good signature from "CoreOS Application Signing Key <[email protected]>"
```

Expand All @@ -62,8 +62,8 @@ When prompted, log in to your CoreOS account to obtain the License and Pull Secr

If you prefer to work within the terminal, extract and launch the Installer using:
```bash
$ unzip tectonic_1.8.9-tectonic.2.zip
$ cd tectonic_1.8.9-tectonic.2/tectonic-installer # to change to the previously untarred directory
$ unzip tectonic_1.9.6-tectonic.1.zip
$ cd tectonic_1.9.6-tectonic.1/tectonic-installer # to change to the previously untarred directory
$ ./$PLATFORM/installer # to run Tectonic Installer
```
Where `$PLATFORM` is `linux` or `darwin`.
Expand Down
10 changes: 5 additions & 5 deletions Documentation/tutorials/azure/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,23 +131,23 @@ $ ssh-add -L
Open a new terminal and run the following command to download Tectonic Installer.

```bash
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip.sig
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip.sig
```

Verify the release has been signed by the [CoreOS App Signing Key][verification-key].

```bash
$ gpg2 --keyserver pgp.mit.edu --recv-key 18AD5014C99EF7E3BA5F6CE950BDD3E0FC8A365E
$ gpg2 --verify tectonic_1.8.9-tectonic.2.zip.sig tectonic_1.8.9-tectonic.2.zip
$ gpg2 --verify tectonic_1.9.6-tectonic.1.zip.sig tectonic_1.9.6-tectonic.1.zip
# gpg2: Good signature from "CoreOS Application Signing Key <[email protected]>"
```

Unzip Tectonic Installer and navigate to the `tectonic` directory.

```bash
$ unzip tectonic_1.8.9-tectonic.2.zip
$ cd tectonic_1.8.9-tectonic.2
$ unzip tectonic_1.9.6-tectonic.1.zip
$ cd tectonic_1.9.6-tectonic.1
```

### Create a cluster build directory
Expand Down

0 comments on commit be9eba0

Please sign in to comment.