File tree Expand file tree Collapse file tree 21 files changed +58
-50
lines changed Expand file tree Collapse file tree 21 files changed +58
-50
lines changed Original file line number Diff line number Diff line change @@ -12,22 +12,22 @@ Object Store Manipulator (osm: pronounced like `awesome`) - `curl` for cloud sto
1212You 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.7.0 /osm-linux-amd64 \
15+ wget -O osm https://cdn.appscode.com/binaries/osm/0.7.1 /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.7.0 /osm-linux-386 \
20+ wget -O osm https://cdn.appscode.com/binaries/osm/0.7.1 /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.7.0 /osm-darwin-amd64 \
25+ wget -O osm https://cdn.appscode.com/binaries/osm/0.7.1 /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.7.0 /osm-darwin-386 \
30+ wget -O osm https://cdn.appscode.com/binaries/osm/0.7.1 /osm-darwin-386 \
3131 && chmod +x osm \
3232 && sudo mv osm /usr/local/bin/
3333```
Original file line number Diff line number Diff line change 22title : Changelog | Osm
33description : Changelog
44menu :
5- product_osm_0.7.0 :
5+ product_osm_0.7.1 :
66 identifier : changelog-osm
77 name : Changelog
88 parent : welcome
99 weight : 10
1010product_name : osm
11- menu_name : product_osm_0.7.0
11+ menu_name : product_osm_0.7.1
1212section_menu_id : welcome
13- url : /products/osm/0.7.0 /welcome/changelog/
13+ url : /products/osm/0.7.1 /welcome/changelog/
1414aliases :
15- - /products/osm/0.7.0 /CHANGELOG/
15+ - /products/osm/0.7.1 /CHANGELOG/
1616---
1717
1818# Change Log
1919
2020## [ Unreleased] ( https://github.com/appscode/osm/tree/HEAD )
2121
22- [ Full Changelog] ( https://github.com/appscode/osm/compare/0.6.3 ...HEAD )
22+ [ Full Changelog] ( https://github.com/appscode/osm/compare/0.7.0 ...HEAD )
2323
2424** Merged pull requests:**
2525
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 ) )
26+ - Upgrade aws sdk to v1.12.7 [ \# 30] ( https://github.com/appscode/osm/pull/30 ) ([ tamalsaha] ( https://github.com/tamalsaha ) )
27+
28+ ## [ 0.7.0] ( https://github.com/appscode/osm/tree/0.7.0 ) (2018-04-28)
29+ [ Full Changelog] ( https://github.com/appscode/osm/compare/0.6.3...0.7.0 )
30+
31+ ** Merged pull requests:**
32+
33+ - Prepare docs for 0.7.0 release [ \# 29] ( https://github.com/appscode/osm/pull/29 ) ([ tamalsaha] ( https://github.com/tamalsaha ) )
34+ - Add SSL support for S3 compatible Minio storage server [ \# 27] ( https://github.com/appscode/osm/pull/27 ) ([ hossainemruz] ( https://github.com/hossainemruz ) )
2735
2836## [ 0.6.3] ( https://github.com/appscode/osm/tree/0.6.3 ) (2018-04-05)
2937[ Full Changelog] ( https://github.com/appscode/osm/compare/0.6.2...0.6.3 )
Original file line number Diff line number Diff line change @@ -7,22 +7,22 @@ Object Store Manipulator (osm: pronounced like `awesome`) - `curl` for cloud sto
77You 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.7.0 /osm-linux-amd64 \
10+ wget -O osm https://cdn.appscode.com/binaries/osm/0.7.1 /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.7.0 /osm-linux-386 \
15+ wget -O osm https://cdn.appscode.com/binaries/osm/0.7.1 /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.7.0 /osm-darwin-amd64 \
20+ wget -O osm https://cdn.appscode.com/binaries/osm/0.7.1 /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.7.0 /osm-darwin-386 \
25+ wget -O osm https://cdn.appscode.com/binaries/osm/0.7.1 /osm-darwin-386 \
2626 && chmod +x osm \
2727 && sudo mv osm /usr/local/bin/
2828```
Original file line number Diff line number Diff line change 22title : Reference
33description : OSM CLI Reference
44menu :
5- product_osm_0.7.0 :
5+ product_osm_0.7.1 :
66 identifier : reference
77 name : Reference
88 weight : 1000
9- menu_name : product_osm_0.7.0
9+ menu_name : product_osm_0.7.1
1010---
Original file line number Diff line number Diff line change 11---
22title : Osm
33menu :
4- product_osm_0.7.0 :
4+ product_osm_0.7.1 :
55 identifier : osm
66 name : Osm
77 parent : reference
88 weight : 0
99
1010product_name : osm
11- menu_name : product_osm_0.7.0
11+ menu_name : product_osm_0.7.1
1212section_menu_id : reference
1313aliases :
14- - products/osm/0.7.0 /reference/
14+ - products/osm/0.7.1 /reference/
1515
1616---
1717## osm
Original file line number Diff line number Diff line change 11---
22title : Osm Config
33menu :
4- product_osm_0.7.0 :
4+ product_osm_0.7.1 :
55 identifier : osm-config
66 name : Osm Config
77 parent : reference
88product_name : osm
9- menu_name : product_osm_0.7.0
9+ menu_name : product_osm_0.7.1
1010section_menu_id : reference
1111---
1212## osm config
Original file line number Diff line number Diff line change 11---
22title : Osm Config Current-Context
33menu :
4- product_osm_0.7.0 :
4+ product_osm_0.7.1 :
55 identifier : osm-config-current-context
66 name : Osm Config Current-Context
77 parent : reference
88product_name : osm
9- menu_name : product_osm_0.7.0
9+ menu_name : product_osm_0.7.1
1010section_menu_id : reference
1111---
1212## osm config current-context
Original file line number Diff line number Diff line change 11---
22title : Osm Config Get-Contexts
33menu :
4- product_osm_0.7.0 :
4+ product_osm_0.7.1 :
55 identifier : osm-config-get-contexts
66 name : Osm Config Get-Contexts
77 parent : reference
88product_name : osm
9- menu_name : product_osm_0.7.0
9+ menu_name : product_osm_0.7.1
1010section_menu_id : reference
1111---
1212## osm config get-contexts
Original file line number Diff line number Diff line change 11---
22title : Osm Config Set-Context
33menu :
4- product_osm_0.7.0 :
4+ product_osm_0.7.1 :
55 identifier : osm-config-set-context
66 name : Osm Config Set-Context
77 parent : reference
88product_name : osm
9- menu_name : product_osm_0.7.0
9+ menu_name : product_osm_0.7.1
1010section_menu_id : reference
1111---
1212## osm config set-context
Original file line number Diff line number Diff line change 11---
22title : Osm Config Use-Context
33menu :
4- product_osm_0.7.0 :
4+ product_osm_0.7.1 :
55 identifier : osm-config-use-context
66 name : Osm Config Use-Context
77 parent : reference
88product_name : osm
9- menu_name : product_osm_0.7.0
9+ menu_name : product_osm_0.7.1
1010section_menu_id : reference
1111---
1212## osm config use-context
You can’t perform that action at this time.
0 commit comments