Skip to content

Commit 582393d

Browse files
authored
Prepare docs for 0.7.0 release (#29)
1 parent 070d71a commit 582393d

21 files changed

+150
-44
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@ Object Store Manipulator (osm: pronounced like `awesome`) - `curl` for cloud sto
1212
You can download and install a pre-built binary:
1313
```console
1414
# Linux amd 64-bit:
15-
wget -O osm https://cdn.appscode.com/binaries/osm/0.6.3/osm-linux-amd64 \
15+
wget -O osm https://cdn.appscode.com/binaries/osm/0.7.0/osm-linux-amd64 \
1616
&& chmod +x osm \
1717
&& sudo mv osm /usr/local/bin/
1818

1919
# Linux 386 32-bit:
20-
wget -O osm https://cdn.appscode.com/binaries/osm/0.6.3/osm-linux-386 \
20+
wget -O osm https://cdn.appscode.com/binaries/osm/0.7.0/osm-linux-386 \
2121
&& chmod +x osm \
2222
&& sudo mv osm /usr/local/bin/
2323

2424
# Mac 64-bit
25-
wget -O osm https://cdn.appscode.com/binaries/osm/0.6.3/osm-darwin-amd64 \
25+
wget -O osm https://cdn.appscode.com/binaries/osm/0.7.0/osm-darwin-amd64 \
2626
&& chmod +x osm \
2727
&& sudo mv osm /usr/local/bin/
2828

2929
# Mac 32-bit
30-
wget -O osm https://cdn.appscode.com/binaries/osm/0.6.3/osm-darwin-386 \
30+
wget -O osm https://cdn.appscode.com/binaries/osm/0.7.0/osm-darwin-386 \
3131
&& chmod +x osm \
3232
&& sudo mv osm /usr/local/bin/
3333
```

docs/CHANGELOG.md

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
---
2+
title: Changelog | Osm
3+
description: Changelog
4+
menu:
5+
product_osm_0.7.0:
6+
identifier: changelog-osm
7+
name: Changelog
8+
parent: welcome
9+
weight: 10
10+
product_name: osm
11+
menu_name: product_osm_0.7.0
12+
section_menu_id: welcome
13+
url: /products/osm/0.7.0/welcome/changelog/
14+
aliases:
15+
- /products/osm/0.7.0/CHANGELOG/
16+
---
17+
18+
# Change Log
19+
20+
## [Unreleased](https://github.com/appscode/osm/tree/HEAD)
21+
22+
[Full Changelog](https://github.com/appscode/osm/compare/0.6.3...HEAD)
23+
24+
**Merged pull requests:**
25+
26+
- Add SSL support for S3 compatible Minio storage server [\#27](https://github.com/appscode/osm/pull/27) ([emruz-hossain](https://github.com/emruz-hossain))
27+
28+
## [0.6.3](https://github.com/appscode/osm/tree/0.6.3) (2018-04-05)
29+
[Full Changelog](https://github.com/appscode/osm/compare/0.6.2...0.6.3)
30+
31+
**Merged pull requests:**
32+
33+
- Mark --analytics as deprecated [\#26](https://github.com/appscode/osm/pull/26) ([tamalsaha](https://github.com/tamalsaha))
34+
- Rename --analytics to --enable-analytics [\#25](https://github.com/appscode/osm/pull/25) ([tamalsaha](https://github.com/tamalsaha))
35+
- Add travis yaml [\#24](https://github.com/appscode/osm/pull/24) ([tahsinrahman](https://github.com/tahsinrahman))
36+
37+
## [0.6.2](https://github.com/appscode/osm/tree/0.6.2) (2018-01-06)
38+
[Full Changelog](https://github.com/appscode/osm/compare/0.6.1...0.6.2)
39+
40+
**Merged pull requests:**
41+
42+
- Detect analytics client id from env [\#23](https://github.com/appscode/osm/pull/23) ([tamalsaha](https://github.com/tamalsaha))
43+
44+
## [0.6.1](https://github.com/appscode/osm/tree/0.6.1) (2018-01-02)
45+
[Full Changelog](https://github.com/appscode/osm/compare/0.6.0...0.6.1)
46+
47+
**Closed issues:**
48+
49+
- Support DigitalOcean object store [\#13](https://github.com/appscode/osm/issues/13)
50+
51+
**Merged pull requests:**
52+
53+
- left\_menu -\> menu\_name [\#22](https://github.com/appscode/osm/pull/22) ([tamalsaha](https://github.com/tamalsaha))
54+
- Add analytics for osm [\#21](https://github.com/appscode/osm/pull/21) ([tamalsaha](https://github.com/tamalsaha))
55+
- Add front matter for cli docs [\#19](https://github.com/appscode/osm/pull/19) ([tamalsaha](https://github.com/tamalsaha))
56+
- Remove dependencies on deleted appscod/\* packages. [\#18](https://github.com/appscode/osm/pull/18) ([tamalsaha](https://github.com/tamalsaha))
57+
- Document how to configure DigitalOcean spaces [\#16](https://github.com/appscode/osm/pull/16) ([tamalsaha](https://github.com/tamalsaha))
58+
- Fix command in Developer-guide [\#15](https://github.com/appscode/osm/pull/15) ([the-redback](https://github.com/the-redback))
59+
60+
## [0.6.0](https://github.com/appscode/osm/tree/0.6.0) (2017-08-21)
61+
[Full Changelog](https://github.com/appscode/osm/compare/0.6.0-alpha.0...0.6.0)
62+
63+
**Merged pull requests:**
64+
65+
- Support directory delete option [\#14](https://github.com/appscode/osm/pull/14) ([aerokite](https://github.com/aerokite))
66+
- Remove pkg package. [\#10](https://github.com/appscode/osm/pull/10) ([tamalsaha](https://github.com/tamalsaha))
67+
68+
## [0.6.0-alpha.0](https://github.com/appscode/osm/tree/0.6.0-alpha.0) (2017-08-17)
69+
[Full Changelog](https://github.com/appscode/osm/compare/0.5.1...0.6.0-alpha.0)
70+
71+
**Merged pull requests:**
72+
73+
- Add dev docs. [\#9](https://github.com/appscode/osm/pull/9) ([tamalsaha](https://github.com/tamalsaha))
74+
- Use Multipart upload if item is a file support for S3 [\#8](https://github.com/appscode/osm/pull/8) ([tamalsaha](https://github.com/tamalsaha))
75+
- Update to Azure SDK v10.2.1-beta [\#7](https://github.com/appscode/osm/pull/7) ([tamalsaha](https://github.com/tamalsaha))
76+
77+
## [0.5.1](https://github.com/appscode/osm/tree/0.5.1) (2017-07-15)
78+
[Full Changelog](https://github.com/appscode/osm/compare/0.5.0...0.5.1)
79+
80+
## [0.5.0](https://github.com/appscode/osm/tree/0.5.0) (2017-07-03)
81+
[Full Changelog](https://github.com/appscode/osm/compare/0.4.0...0.5.0)
82+
83+
## [0.4.0](https://github.com/appscode/osm/tree/0.4.0) (2017-07-02)
84+
[Full Changelog](https://github.com/appscode/osm/compare/0.3.0...0.4.0)
85+
86+
## [0.3.0](https://github.com/appscode/osm/tree/0.3.0) (2017-04-27)
87+
[Full Changelog](https://github.com/appscode/osm/compare/0.2.0...0.3.0)
88+
89+
## [0.2.0](https://github.com/appscode/osm/tree/0.2.0) (2017-03-17)
90+
[Full Changelog](https://github.com/appscode/osm/compare/0.1.1...0.2.0)
91+
92+
## [0.1.1](https://github.com/appscode/osm/tree/0.1.1) (2017-03-15)
93+
[Full Changelog](https://github.com/appscode/osm/compare/0.1.0...0.1.1)
94+
95+
**Fixed bugs:**
96+
97+
- Set Provider to Kind [\#6](https://github.com/appscode/osm/pull/6) ([aerokite](https://github.com/aerokite))
98+
99+
## [0.1.0](https://github.com/appscode/osm/tree/0.1.0) (2017-03-12)
100+
**Merged pull requests:**
101+
102+
- Implement osm context [\#1](https://github.com/appscode/osm/pull/1) ([aerokite](https://github.com/aerokite))
103+
104+
105+
106+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

docs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ Object Store Manipulator (osm: pronounced like `awesome`) - `curl` for cloud sto
77
You can download and install a pre-built binary:
88
```console
99
# Linux amd 64-bit:
10-
wget -O osm https://cdn.appscode.com/binaries/osm/0.6.3/osm-linux-amd64 \
10+
wget -O osm https://cdn.appscode.com/binaries/osm/0.7.0/osm-linux-amd64 \
1111
&& chmod +x osm \
1212
&& sudo mv osm /usr/local/bin/
1313

1414
# Linux 386 32-bit:
15-
wget -O osm https://cdn.appscode.com/binaries/osm/0.6.3/osm-linux-386 \
15+
wget -O osm https://cdn.appscode.com/binaries/osm/0.7.0/osm-linux-386 \
1616
&& chmod +x osm \
1717
&& sudo mv osm /usr/local/bin/
1818

1919
# Mac 64-bit
20-
wget -O osm https://cdn.appscode.com/binaries/osm/0.6.3/osm-darwin-amd64 \
20+
wget -O osm https://cdn.appscode.com/binaries/osm/0.7.0/osm-darwin-amd64 \
2121
&& chmod +x osm \
2222
&& sudo mv osm /usr/local/bin/
2323

2424
# Mac 32-bit
25-
wget -O osm https://cdn.appscode.com/binaries/osm/0.6.3/osm-darwin-386 \
25+
wget -O osm https://cdn.appscode.com/binaries/osm/0.7.0/osm-darwin-386 \
2626
&& chmod +x osm \
2727
&& sudo mv osm /usr/local/bin/
2828
```

docs/reference/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Reference
33
description: OSM CLI Reference
44
menu:
5-
product_osm_0.6.1:
5+
product_osm_0.7.0:
66
identifier: reference
77
name: Reference
88
weight: 1000
9-
menu_name: product_osm_0.6.1
9+
menu_name: product_osm_0.7.0
1010
---

docs/reference/osm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
title: Osm
33
menu:
4-
product_osm_0.6.1:
4+
product_osm_0.7.0:
55
identifier: osm
66
name: Osm
77
parent: reference
88
weight: 0
99

1010
product_name: osm
11-
menu_name: product_osm_0.6.1
11+
menu_name: product_osm_0.7.0
1212
section_menu_id: reference
1313
aliases:
14-
- products/osm/0.6.1/reference/
14+
- products/osm/0.7.0/reference/
1515

1616
---
1717
## osm

docs/reference/osm_config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Osm Config
33
menu:
4-
product_osm_0.6.1:
4+
product_osm_0.7.0:
55
identifier: osm-config
66
name: Osm Config
77
parent: reference
88
product_name: osm
9-
menu_name: product_osm_0.6.1
9+
menu_name: product_osm_0.7.0
1010
section_menu_id: reference
1111
---
1212
## osm config

docs/reference/osm_config_current-context.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Osm Config Current-Context
33
menu:
4-
product_osm_0.6.1:
4+
product_osm_0.7.0:
55
identifier: osm-config-current-context
66
name: Osm Config Current-Context
77
parent: reference
88
product_name: osm
9-
menu_name: product_osm_0.6.1
9+
menu_name: product_osm_0.7.0
1010
section_menu_id: reference
1111
---
1212
## osm config current-context

docs/reference/osm_config_get-contexts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Osm Config Get-Contexts
33
menu:
4-
product_osm_0.6.1:
4+
product_osm_0.7.0:
55
identifier: osm-config-get-contexts
66
name: Osm Config Get-Contexts
77
parent: reference
88
product_name: osm
9-
menu_name: product_osm_0.6.1
9+
menu_name: product_osm_0.7.0
1010
section_menu_id: reference
1111
---
1212
## osm config get-contexts

docs/reference/osm_config_set-context.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Osm Config Set-Context
33
menu:
4-
product_osm_0.6.1:
4+
product_osm_0.7.0:
55
identifier: osm-config-set-context
66
name: Osm Config Set-Context
77
parent: reference
88
product_name: osm
9-
menu_name: product_osm_0.6.1
9+
menu_name: product_osm_0.7.0
1010
section_menu_id: reference
1111
---
1212
## osm config set-context

docs/reference/osm_config_use-context.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Osm Config Use-Context
33
menu:
4-
product_osm_0.6.1:
4+
product_osm_0.7.0:
55
identifier: osm-config-use-context
66
name: Osm Config Use-Context
77
parent: reference
88
product_name: osm
9-
menu_name: product_osm_0.6.1
9+
menu_name: product_osm_0.7.0
1010
section_menu_id: reference
1111
---
1212
## osm config use-context

0 commit comments

Comments
 (0)