64 Commits

Author SHA1 Message Date
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
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
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
Charlie Drage
76f5e178d3 Add managed-by labels (#2273)
This PR:
  - Moves versioning information to `pkg/version/version.go` so other
  parts of odo is able to use the versioning information (namely
  `pkg/component/labels/labels.go`.
  - Updates documentation on the versioning move
  - Adds `app.kubernetes.io/managed-by-version` label
  - Adds `app.kubernetes.io/managed-by` label

See example below of the changes:

```yaml
apiVersion: apps.openshift.io/v1
kind: DeploymentConfig
metadata:
  annotations:
    app.kubernetes.io/component-source-type: local
    app.openshift.io/vcs-uri: file://./
  creationTimestamp: 2019-10-10T21:15:55Z
  generation: 2
  labels:
    app: app
    app.kubernetes.io/instance: foobar
    app.kubernetes.io/managed-by: odo
    app.kubernetes.io/managed-by-version: v1.0.0-beta6
    app.kubernetes.io/name: nodejs
    app.kubernetes.io/part-of: app
    app.openshift.io/runtime-version: latest
  name: foobar-app
  namespace: foo
  resourceVersion: "526665225"
  selfLink: /apis/apps.openshift.io/v1/namespaces/foo/deploymentconfigs/foobar-app
  uid: 25e6bf2c-eba3-11e9-98ab-123dee44c1c5
```

Closes https://github.com/openshift/odo/issues/2017
2019-11-07 10:13:43 +01:00