Commit Graph

35 Commits

Author SHA1 Message Date
Tomas Kral
17a078b67e Release v2.2.1 (#4746)
* bump version to 2.2.1

* add missing PRs to Changelog.md
2021-05-25 02:53:56 +02:00
Mohammed Ahmed
9a41aafbc8 Bumping odo version v2.1.0 -> v2.2.0 (#4682)
Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2021-05-04 09:41:16 +02:00
Mohammed Ahmed
455d66f7d7 Bumping odo version to v2.1.0 (#4608)
Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2021-04-12 11:14:09 -07:00
Mohammed Ahmed
d2f7cfb7a6 Bumping odo version v2.0.7 -> v2.0.8 (#4558)
Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2021-03-29 09:23:46 +00:00
Mohammed Ahmed
f6a819c8ab Bumping version to v2.0.7 (#4489)
This is an emergency bug fix release

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2021-03-08 05:22:53 -05:00
Mohammed Ahmed
2f7f4a0906 Buming odo version v2.0.5 -> v2.0.6 (#4464)
Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2021-03-03 12:45:22 +05:30
Mohammed Ahmed
e8030b19a3 Buming odo version for release (#4418)
Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2021-02-11 16:13:29 +05:30
Mohammed Ahmed
e7c77943b5 Bumping odo version from v2.0.3 to v2.0.4 (#4352)
Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2021-01-19 13:19:49 -05:00
Mohammed Ahmed
f990de616e Bumping odo version v2.0.2 -> v2.0.3 (#4294)
Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2020-12-08 06:34:20 -05:00
Mohammed Ahmed
3529787025 Bumping odo version v2.0.1 -> v2.0.2 (#4251)
Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2020-11-24 20:33:30 +01:00
Charlie Drage
a9fff7da48 Release 2.0.1 of odo (#4152)
**What type of PR is this?**
> Uncomment only one ` /kind` line, and delete the rest.
> For example, `> /kind bug` would simply become: `/kind bug`

/kind feature

**What does does this PR do / why we need it**:

Releases 2.0.1 of odo

**Which issue(s) this PR fixes**:

N/A

**PR acceptance criteria**:

N/A

**How to test changes / Special notes to the reviewer**:

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2020-10-26 12:03:08 -04:00
Girish Ramnani
53fd14e764 Revert "Updating golang version to 1.15 (#4121)" (#4132)
This reverts commit 436015d028.
2020-10-23 04:24:53 -04:00
Girish Ramnani
436015d028 Updating golang version to 1.15 (#4121) 2020-10-21 17:07:30 -04:00
Charlie Drage
6fbb9d9bfa Release 2.0.0 (#4021)
**What type of PR is this?**
> Uncomment only one ` /kind` line, and delete the rest.
> For example, `> /kind bug` would simply become: `/kind bug`

/kind feature

**What does does this PR do / why we need it**:

Release 2.0.0 of odo

**Which issue(s) this PR fixes**:

N/A

**PR acceptance criteria**:

N/A

**How to test changes / Special notes to the reviewer**:

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2020-09-22 14:46:14 -04:00
Mohammed Ahmed
55c074e978 Bumping odo version to 1.2.5 -> 1.2.6 (#3848)
Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2020-08-27 09:03:26 -04:00
Charlie Drage
0aeec48e4d Release 1.2.5 (#3689)
**What type of PR is this?**
> Uncomment only one ` /kind` line, and delete the rest.
> For example, `> /kind bug` would simply become: `/kind bug`

/kind feature

**What does does this PR do / why we need it**:

Release 1.2.5 of odo

**Which issue(s) this PR fixes**:

N/A

**PR acceptance criteria**:

N/A

**How to test changes / Special notes to the reviewer**:

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2020-08-04 11:53:41 -04:00
Charlie Drage
5a242d895f Release 1.2.4 (#3622)
**What type of PR is this?**
/kind feature

**What does does this PR do / why we need it**:

Release 1.2.4

**Which issue(s) this PR fixes**:

N/A

**PR acceptance criteria**:

N/A

**How to test changes / Special notes to the reviewer**:

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2020-07-22 13:35:37 -04:00
Mohammed Ahmed
46b512ee21 Building redistributable only on x86_64 and updating golang version to 1.13 (#3464)
* Building redistributable only on x86_64

We dont need redistributable package building
on multiple architectures as it is happening right
now (case in point internal scratch build)

Eg:
  - openshift-odo-redistributable-1.2.3-1.el8.s390x.rpm
  - openshift-odo-redistributable-1.2.3-1.el8.ppc64le.rpm
  - openshift-odo-redistributable-1.2.3-1.el8.x86_64.rpm

We only need last one as individual rpms for specific architectures
is fine but not the redistributable ones.

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Updating golang version to 1.13

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2020-07-08 22:59:10 +02:00
Charlie Drage
7fa88f09b1 Release 1.2.3 (#3422)
**What type of PR is this?**
> Uncomment only one ` /kind` line, and delete the rest.
> For example, `> /kind bug` would simply become: `/kind bug`

/kind feature

**What does does this PR do / why we need it**:

Release 1.2.3 of odo

**Which issue(s) this PR fixes**:

N/A

**How to test changes / Special notes to the reviewer**:

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2020-06-25 09:31:54 -04:00
Charlie Drage
53530e0e55 Release 1.2.2 of odo (#3294)
**What type of PR is this?**
> Uncomment only one ` /kind` line, and delete the rest.
> For example, `> /kind bug` would simply become: `/kind bug`

/kind feature

**What does does this PR do / why we need it**:

Releases 1.2.1 of odo

**Which issue(s) this PR fixes**:

N/A

**How to test changes / Special notes to the reviewer**:

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2020-06-03 13:14:16 -04:00
Mohammed Ahmed
fb83151053 Setting golang version uniformly accross repo and updating docs (#3204)
* Setting golang version uniformly accross repo and updating docs

 - All golang version references now uniformly updated to 1.12
 - Adding all golang version references to development.adoc

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Adding golang warning to admonition block

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Removing unnessasary space

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Adding back warning as github does not render admonition in normal view

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Fixing the warning to look better

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Fixing up the list title

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Fixing up admonishments

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Fixing commits as per @cdrage comments

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2020-05-21 18:14:13 +02:00
Charlie Drage
b7b7c2fac2 Release 1.2.1 of odo (#3181)
**What type of PR is this?**
> Uncomment only one ` /kind` line, and delete the rest.
> For example, `> /kind bug` would simply become: `/kind bug`

/kind feature

**What does does this PR do / why we need it**:

Releases 1.2.1 of odo

**Which issue(s) this PR fixes**:

N/A

**How to test changes / Special notes to the reviewer**:

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2020-05-14 09:56:46 -04:00
Charlie Drage
93116f9176 Release 1.2.0 of odo (#3013)
**What type of PR is this?**
> Uncomment only one ` /kind` line, and delete the rest.
> For example, `> /kind bug` would simply become: `/kind bug`

/kind feature

**What does does this PR do / why we need it**:

Releases 1.2.0 of odo!

**Which issue(s) this PR fixes**:

N/A

**How to test changes / Special notes to the reviewer**:

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2020-04-27 15:12:44 -04:00
Priti Kumari
44440eeacb Odo cli binary release version 1.1.3 (#2946)
**What type of PR is this?**

/kind feature

**What does does this PR do / why we need it**:

Releasing odo cli binary with version 1.1.3

**Which issue(s) this PR fixes**:

Fixes NA

**How to test changes / Special notes to the reviewer**:
2020-04-21 10:02:24 -04:00
Mohammed Ahmed
f7fcb53960 Bumping odo version to v1.1.2 (#2856)
Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2020-04-09 11:04:01 -04:00
Charlie Drage
02fbd3d087 Release 1.1.1 of odo (#2711)
**What type of PR is this?**
> Uncomment only one ` /kind <>` line, hit enter to put that in a new line, and remove leading whitespace from that line:

> /kind feature

**What does does this PR do / why we need it**:

Release of 1.1.1

**Which issue(s) this PR fixes**:

N/A

**How to test changes / Special notes to the reviewer**:

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2020-03-12 10:56:14 -04:00
Mohammed Ahmed
86c7e2c93d Bumping version v1.0.3 -> v1.1.0 (#2521)
Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2020-01-22 07:22:18 +01:00
Mohammed Ahmed
181c82a80c Bump release version 1.0.2 -> 1.0.3 (#2504)
Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2020-01-10 11:51:59 +01:00
Charlie Drage
e31e7172a5 Release 1.0.2 (#2430)
**What kind of PR is this?**
<!--
DELETE the kind(s) which are not applicable before opening the PR.
-->

/kind feature

**What does does this PR do / why we need it**:

Releases 1.0.2 + updates the release script

**Which issue(s) this PR fixes**:

N/A

**How to test changes / Special notes to the reviewer**:

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2019-12-04 14:07:35 -05:00
Charlie Drage
a95bd7bb49 New release of odo! 1.0.1 (#2373)
**What kind of PR is this?**
<!--
DELETE the kind(s) which are not applicable before opening the PR.
-->

/kind feature

**What does does this PR do / why we need it**:

New version of odo (1.0.1)

**Which issue(s) this PR fixes**:

N/A

**How to test changes / Special notes to the reviewer**:

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2019-11-07 15:00:16 -05:00
Mohammed Ahmed
4e3175e6f1 Bumping version to 1.0.0 (#2296)
Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2019-10-17 15:05:31 +02:00
Amit Rout
5e61b165fe Bump odo version to 1.0.0-beta7 (#2276)
* Bump odo version to 1.0.0-beta7

* Updated cli-reference.adoc
2019-10-15 12:31:20 +02:00
Dharmit Shah
0cdcc90870 Bump odo version to 1.0.0-beta6 (#2182) 2019-09-26 18:17:34 +02:00
Mohammed Ahmed
6ea7a4b07f Adding osbs labels to cli artifacts image (#2100)
* Adding osbs labels to cli artifacts image

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Updating '-' to "-"

* Updating bump-version to tell user to update Dockerfile.rhel

* Updating development.md with relavent information

* Fixing summary errors
2019-09-09 15:53:40 +02:00
Amit Rout
6bea81526b Dockerfile is used by CI to publish odo artifacts (#1998)
* Dockerfile is used by CI to publish odo artifacts

* Updated Dockerfile

* Updated image

* Updated and renamed Dockerfile

* Fixing label

* Updated Docker.rhel file

* Updated LABEL in Docker.rhel file

* Updated Docker.rhel file description

* Updated LABEL position
2019-09-05 12:57:20 +02:00