mirror of
				https://github.com/redhat-developer/odo.git
				synced 2025-10-19 03:06:19 +03:00 
			
		
		
		
	v0.0.7
This commit is contained in:
		| @@ -40,20 +40,20 @@ curl -L https://github.com/redhat-developer/odo/raw/master/scripts/install.sh | | |||||||
|  |  | ||||||
| ```sh | ```sh | ||||||
| # Binary installation | # Binary installation | ||||||
| sudo curl -L https://github.com/redhat-developer/odo/releases/download/v0.0.6/odo-darwin-amd64 -o /usr/local/bin/odo && chmod +x /usr/local/bin/odo | sudo curl -L https://github.com/redhat-developer/odo/releases/download/v0.0.7/odo-darwin-amd64 -o /usr/local/bin/odo && chmod +x /usr/local/bin/odo | ||||||
|  |  | ||||||
| # Alternative, compressed tarball installation | # Alternative, compressed tarball installation | ||||||
| sudo sh -c 'curl -L https://github.com/redhat-developer/odo/releases/download/v0.0.6/odo-darwin-amd64.gz | gzip -d > /usr/local/bin/odo; chmod +x /usr/local/bin/odo' | sudo sh -c 'curl -L https://github.com/redhat-developer/odo/releases/download/v0.0.7/odo-darwin-amd64.gz | gzip -d > /usr/local/bin/odo; chmod +x /usr/local/bin/odo' | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| #### Linux | #### Linux | ||||||
|  |  | ||||||
| ```sh | ```sh | ||||||
| # Binary installation | # Binary installation | ||||||
| sudo curl -L https://github.com/redhat-developer/odo/releases/download/v0.0.6/odo-linux-amd64 -o /usr/local/bin/odo && chmod +x /usr/local/bin/odo | sudo curl -L https://github.com/redhat-developer/odo/releases/download/v0.0.7/odo-linux-amd64 -o /usr/local/bin/odo && chmod +x /usr/local/bin/odo | ||||||
|  |  | ||||||
| # Alternative, compressed tarball installation | # Alternative, compressed tarball installation | ||||||
| sudo sh -c 'curl -L https://github.com/redhat-developer/odo/releases/download/v0.0.6/odo-linux-amd64.gz | gzip -d > /usr/local/bin/odo; chmod +x /usr/local/bin/odo' | sudo sh -c 'curl -L https://github.com/redhat-developer/odo/releases/download/v0.0.7/odo-linux-amd64.gz | gzip -d > /usr/local/bin/odo; chmod +x /usr/local/bin/odo' | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| #### Windows | #### Windows | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ import ( | |||||||
|  |  | ||||||
| var ( | var ( | ||||||
| 	// VERSION  is version number that will be displayed when running ./odo version | 	// VERSION  is version number that will be displayed when running ./odo version | ||||||
| 	VERSION = "v0.0.6" | 	VERSION = "v0.0.7" | ||||||
|  |  | ||||||
| 	// GITCOMMIT is hash of the commit that wil be displayed when running ./odo version | 	// GITCOMMIT is hash of the commit that wil be displayed when running ./odo version | ||||||
| 	// this will be overwritten when running  build like this: go build -ldflags="-X github.com/redhat-developer/odo/cmd.GITCOMMIT=$(GITCOMMIT)" | 	// this will be overwritten when running  build like this: go build -ldflags="-X github.com/redhat-developer/odo/cmd.GITCOMMIT=$(GITCOMMIT)" | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ set -e | |||||||
| OCDEV_VERSION="latest" | OCDEV_VERSION="latest" | ||||||
|  |  | ||||||
| # Latest released odo version | # Latest released odo version | ||||||
| LATEST_VERSION="v0.0.6" | LATEST_VERSION="v0.0.7" | ||||||
|  |  | ||||||
| GITHUB_RELEASES_URL="https://github.com/redhat-developer/odo/releases/download/${LATEST_VERSION}" | GITHUB_RELEASES_URL="https://github.com/redhat-developer/odo/releases/download/${LATEST_VERSION}" | ||||||
| BINTRAY_URL="https://dl.bintray.com/odo/odo/latest" | BINTRAY_URL="https://dl.bintray.com/odo/odo/latest" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Tomas Kral
					Tomas Kral