Skip to content

Commit db61d28

Browse files
Merge pull request #300 from Sergey1011010/added-changelog-file
[release 4.7] Bug 1913343: Added changelog file
2 parents 8d3e826 + 03da3b2 commit db61d28

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

Diff for: .github/pull_request_template.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,13 @@ This PR implements a new data enhancement to...
2929

3030
Yes. There are no sensitive data in the newly collected information.
3131

32+
## Changelog
33+
<!-- Was changelog updated? -->
34+
35+
3236
## References
3337
<!-- What are related references for this PR? -->
3438

3539
https://issues.redhat.com/browse/???
3640
https://bugzilla.redhat.com/show_bug.cgi?id=???
37-
https://access.redhat.com/solutions/???
41+
https://access.redhat.com/solutions/???

Diff for: CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Note: This CHANGELOG is only for the changes in insights operator. Please see OpenShift release notes for official changes
2+
3+
## 4.7
4+
5+
- [#279](https://github.com/openshift/insights-operator/pull/279) Refactoring record and gatherer
6+
- [#297](https://github.com/openshift/insights-operator/pull/297) Gather netnamespaces network info
7+
- [#292](https://github.com/openshift/insights-operator/pull/292) Update initial waiting times and give TestIsIOHealthy more time
8+
- [#289](https://github.com/openshift/insights-operator/pull/289) Check context status when checking container is running OK
9+
- [#275](https://github.com/openshift/insights-operator/pull/275) Adding a metrics report to IO gatherers
10+
- [#270](https://github.com/openshift/insights-operator/pull/270) First check IO container status and optionally delay first gathering
11+
- [#281](https://github.com/openshift/insights-operator/pull/281) Fix bug in statefulset gatherer & minor doc fix
12+
- [#277](https://github.com/openshift/insights-operator/pull/277) Annotate manifests for single-node-developer cluster profile
13+
- [#266](https://github.com/openshift/insights-operator/pull/266) Collect complete spec info for cluster operator resources
14+
- [#274](https://github.com/openshift/insights-operator/pull/274) Add hostsubnet to sample archive & fix bug in the hostsubnet gathering
15+
- [#264](https://github.com/openshift/insights-operator/pull/264) Reuse archives & refactor archive checks + some fixes
16+
- [#272](https://github.com/openshift/insights-operator/pull/272) Fix clusteroperators serialization
17+
- [#271](https://github.com/openshift/insights-operator/pull/271) Init health status metrics to distinguish no report state vs 0 problems
18+
- [#174](https://github.com/openshift/insights-operator/pull/174) Improve container image collection
19+
- [#230](https://github.com/openshift/insights-operator/pull/230) Add IO Architecture doc and metrics sample
20+
- [#257](https://github.com/openshift/insights-operator/pull/257) Separating the gather logic into separate files
21+
- [#259](https://github.com/openshift/insights-operator/pull/259) Add IBM Cloud managed annotations to CVO manifests
22+
- [#246](https://github.com/openshift/insights-operator/pull/246) IO archive contains more records of than is the limit
23+
- [#223](https://github.com/openshift/insights-operator/pull/223) Gather clusteroperator resources
24+
- [#235](https://github.com/openshift/insights-operator/pull/235) add current profile annotations to CVO manifests
25+
- [#241](https://github.com/openshift/insights-operator/pull/241) Added TestArchiveUploadedAndResultReceived
26+
- [#234](https://github.com/openshift/insights-operator/pull/234) Simplify/generalize host subnet pattern
27+
28+
## 4.6
29+
30+
- [#261](https://github.com/openshift/insights-operator/pull/261) Fixes records index on diskrecorder
31+
- [#221](https://github.com/openshift/insights-operator/pull/221) Add the namespace to the gatherers reports to avoid conflicts
32+
- [#276](https://github.com/openshift/insights-operator/pull/276) Add hostsubnet to sample archive & fix bug in the hostsubnet gathering
33+
- [#226](https://github.com/openshift/insights-operator/pull/226) Fixes policyClient and the corresponding config
34+
- [#197](https://github.com/openshift/insights-operator/pull/197) Adds info about sample archive in README.md
35+
- [#185](https://github.com/openshift/insights-operator/pull/185) Adds gatherer for PodDistributionBudget
36+
- [#184](https://github.com/openshift/insights-operator/pull/184) Limit the maximum number of CSR
37+
- [#175](https://github.com/openshift/insights-operator/pull/175) Adds cluster version into the User-Agent header
38+
- [#165](https://github.com/openshift/insights-operator/pull/165) Added log checker, which is more flexible than old function
39+
- [#182](https://github.com/openshift/insights-operator/pull/182) Automate TestArchiveContains::HostsSubnet & 2 more
40+
- [#193](https://github.com/openshift/insights-operator/pull/193) Make gen-doc work outside of GOPATH
41+
- [#183](https://github.com/openshift/insights-operator/pull/183) Gather MachineSet info
42+
- [#188](https://github.com/openshift/insights-operator/pull/188) Do not return CRD not found error, just log it

0 commit comments

Comments
 (0)