Skip to content

Commit

Permalink
release: v0.6.1 (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi authored Sep 25, 2020
1 parent e225657 commit 610808c
Show file tree
Hide file tree
Showing 14 changed files with 56 additions and 38 deletions.
2 changes: 1 addition & 1 deletion contrib/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ubclaunchpad/inertia",
"version": "0.6.0",
"version": "0.6.1",
"description": "✈️ Effortless, self-hosted continuous deployment for small teams and projects ",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
8 changes: 4 additions & 4 deletions docs/api/index.html

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion docs/api/swagger.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.0

info:
version: 0.6.0
version: 0.6.1
title: Inertia Daemon API Reference
description: |
Expand Down Expand Up @@ -246,6 +246,8 @@ paths:
example: [ /docker-compose, /server ]
build_active:
type: boolean
new_version_available:
type: string
4XX,5XX:
$ref: '#/components/responses/Error'

Expand Down
4 changes: 2 additions & 2 deletions docs/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ For a more general usage guide, refer to the [Inertia Usage Guide](https://inert

For documentation regarding the daemon API, refer to the [API Reference](https://inertia.ubclaunchpad.com/api).

* Generated: 2020-Mar-30
* Version: v0.6.0
* Generated: 2020-Sep-25
* Version: v0.6.0-19-gf3acd8c
5 changes: 4 additions & 1 deletion docs/cli/inertia_${remote_name}_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ Upgrade Inertia daemon to match the CLI.

### Synopsis

Restarts the Inertia daemon to upgrade it to the same version as your CLI
Restarts the Inertia daemon to upgrade it to the same version as your CLI.

To upgrade your remote, you must upgrade your CLI first to the correct version - drop by
https://github.com/ubclaunchpad/inertia/releases/latest for more details.

```
inertia ${remote_name} upgrade [flags]
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/inertia_remote_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ inertia remote upgrade dev staging
```
--all upgrade all remotes
-h, --help help for upgrade
--version string specify Inertia daemon version to set (default "v0.6.0")
--version string specify Inertia daemon version to set (default "v0.6.0-19-gf3acd8c")
```

### Options inherited from parent commands
Expand Down
20 changes: 12 additions & 8 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/tip/api/index.html

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion docs/tip/api/swagger.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.0

info:
version: 0.6.0
version: 0.6.1
title: Inertia Daemon API Reference
description: |
Expand Down Expand Up @@ -246,6 +246,8 @@ paths:
example: [ /docker-compose, /server ]
build_active:
type: boolean
new_version_available:
type: string
4XX,5XX:
$ref: '#/components/responses/Error'

Expand Down
4 changes: 2 additions & 2 deletions docs/tip/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ For a more general usage guide, refer to the [Inertia Usage Guide](https://inert

For documentation regarding the daemon API, refer to the [API Reference](https://inertia.ubclaunchpad.com/api).

* Generated: 2020-Jul-15
* Version: v0.6.0-14-g63bbd43
* Generated: 2020-Sep-25
* Version: v0.6.0-19-gf3acd8c
2 changes: 1 addition & 1 deletion docs/tip/cli/inertia_remote_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ inertia remote upgrade dev staging
```
--all upgrade all remotes
-h, --help help for upgrade
--version string specify Inertia daemon version to set (default "v0.6.0-14-g63bbd43")
--version string specify Inertia daemon version to set (default "v0.6.0-19-gf3acd8c")
```

### Options inherited from parent commands
Expand Down
16 changes: 10 additions & 6 deletions docs/tip/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,10 @@ <h2 id='project-configuration'>Project Configuration</h2>
</tr>
</thead><tbody>
<tr>
<td><code>version</code></td>
<td>Minimum version of Inertia CLI required by this configuration.</td>
</tr>
<tr>
<td><code>name</code></td>
<td>The name of the project you are deploying.</td>
</tr>
Expand Down Expand Up @@ -1051,12 +1055,7 @@ <h2 id='custom-ssl-certificate'>Custom SSL Certificate</h2>
<p>Just place your SSL certificate and key on your remote in <code>~/.inertia/ssl</code> as
<code>daemon.cert</code> and <code>daemon.key</code> respectively, and the Inertia daemon will use
them automatically.</p>
<h2 id='intermediary-containers'>Intermediary Containers</h2>
<aside class="warning">
This is an experimental solution to a problem we've run into - refer to
<a href="https://github.com/ubclaunchpad/inertia/issues/607">#607</a> for more details.
</aside>
<pre class="highlight toml tab-toml"><code><span class="py">name</span> <span class="p">=</span> <span class="s">"my_project"</span>
<h2 id='intermediary-containers'>Intermediary Containers</h2><pre class="highlight toml tab-toml"><code><span class="py">name</span> <span class="p">=</span> <span class="s">"my_project"</span>
<span class="c"># ...</span>

<span class="nn">[[profile]]</span>
Expand All @@ -1065,6 +1064,11 @@ <h2 id='intermediary-containers'>Intermediary Containers</h2>
<span class="c"># ...</span>
<span class="py">intermediary_containers</span> <span class="p">=</span> <span class="p">[</span> <span class="s">"nginx"</span> <span class="p">]</span>
</code></pre>
<aside class="warning">
This is an experimental solution to a problem we've run into - refer to
<a href="https://github.com/ubclaunchpad/inertia/issues/607">#607</a> for more details.
</aside>

<p>You can declare &quot;intermediary&quot; containers used during builds that don&#39;t persist for the lifetime of
your project - for example, containers that run tasks. This tells the Inertia daemon not to worry
if it detects that containers with the given names die.</p>
Expand Down
4 changes: 3 additions & 1 deletion docs_src/api/swagger.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.0

info:
version: 0.6.0
version: 0.6.1
title: Inertia Daemon API Reference
description: |
Expand Down Expand Up @@ -246,6 +246,8 @@ paths:
example: [ /docker-compose, /server ]
build_active:
type: boolean
new_version_available:
type: string
4XX,5XX:
$ref: '#/components/responses/Error'

Expand Down
11 changes: 6 additions & 5 deletions docs_src/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ a few project-wide settings stored here:

Parameter | Description
--------- | -----------
`version` | Minimum version of Inertia CLI required by this configuration.
`name` | The name of the project you are deploying.
`url` | Your project source, typically your Git repository.

Expand Down Expand Up @@ -775,11 +776,6 @@ them automatically.

## Intermediary Containers

<aside class="warning">
This is an experimental solution to a problem we've run into - refer to
<a href="https://github.com/ubclaunchpad/inertia/issues/607">#607</a> for more details.
</aside>

```toml
name = "my_project"
# ...
Expand All @@ -791,6 +787,11 @@ name = "my_project"
intermediary_containers = [ "nginx" ]
```

<aside class="warning">
This is an experimental solution to a problem we've run into - refer to
<a href="https://github.com/ubclaunchpad/inertia/issues/607">#607</a> for more details.
</aside>

You can declare "intermediary" containers used during builds that don't persist for the lifetime of
your project - for example, containers that run tasks. This tells the Inertia daemon not to worry
if it detects that containers with the given names die.
Expand Down

0 comments on commit 610808c

Please sign in to comment.