Bug 1343681
| Summary: | imagestream tags that follow another tag have the wrong value | |||
|---|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Ben Parees <bparees> | |
| Component: | Image Registry | Assignee: | Maciej Szulik <maszulik> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Xiaoli Tian <xtian> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 3.x | CC: | aos-bugs, dakini, maszulik, vdinh, xtian | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1355779 (view as bug list) | Environment: | ||
| Last Closed: | 2016-10-04 13:07:03 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1355779 | |||
|
Description
Ben Parees
2016-06-07 16:37:39 UTC
Commits pushed to master at https://github.com/openshift/origin https://github.com/openshift/origin/commit/6dd1c697715d04e9e4b7ba6741a4b40c0673eec1 Bug 1343681 - Fix tagsChanged logic https://github.com/openshift/origin/commit/30c509f7c19528145eaaaccc9ae3bbb15bfe1026 Merge pull request #9258 from soltysh/bug1343681 Merged by openshift-bot Verified against dev-preview-stg Hi Ming, Can you provide a bit of details how did you verify this issue again dev-preview-stg cluster? As far as I recall, this issue requires a master upgrade in order to fix the issue and this code fix only exists on OSE 3.3.0+ while the master on STG cluster is atomic-openshift-master-3.2.1.3-1.git.0.dfa4ad6.el7.x86_64 (OSE 3.2.1) which shouldn't have the fix. Thanks in advance, Vu (In reply to Vu Dinh from comment #4) > Hi Ming, > > Can you provide a bit of details how did you verify this issue again > dev-preview-stg cluster? As far as I recall, this issue requires a master > upgrade in order to fix the issue and this code fix only exists on OSE > 3.3.0+ while the master on STG cluster is > atomic-openshift-master-3.2.1.3-1.git.0.dfa4ad6.el7.x86_64 (OSE 3.2.1) which > shouldn't have the fix. > > Thanks in advance, > Vu I use this command: #oc get is/nodejs -n openshift -o yaml, then check image id to verify this bug. |