Skip to content

Commit f29c041

Browse files
authored
Regenerate changelog & update some gatherers OCP versions (#510)
1 parent d3977af commit f29c041

File tree

5 files changed

+18
-8
lines changed

5 files changed

+18
-8
lines changed

CHANGELOG.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Note: This CHANGELOG is only for the changes in insights operator.
2-
Please see OpenShift release notes for official changes\n<!--Latest hash: 0deaa57e6088c46fc375402255dc8629d47397a1-->
2+
Please see OpenShift release notes for official changes\n<!--Latest hash: 66d737fc1e0516222ac73726ee5df667048c1399-->
33
## 4.9
44

55
### Enhancement
@@ -12,6 +12,7 @@
1212
- [#433](https://github.com/openshift/insights-operator/pull/433) Conditional gathering
1313
- [#447](https://github.com/openshift/insights-operator/pull/447) fix logs format in sample archive
1414
- [#449](https://github.com/openshift/insights-operator/pull/449) Gather all MachineConfig definitions
15+
- [#446](https://github.com/openshift/insights-operator/pull/446) add egress ips support to anonymizer
1516

1617
### Bugfix
1718
- [#485](https://github.com/openshift/insights-operator/pull/485) Don't try to record an empty Record if gatherClusterConfigV1 fails
@@ -22,6 +23,7 @@
2223
- [#472](https://github.com/openshift/insights-operator/pull/472) Set also the summary operation when updating status
2324
- [#466](https://github.com/openshift/insights-operator/pull/466) fix obfuscation translation table secret manifest
2425
- [#461](https://github.com/openshift/insights-operator/pull/461) fix obfuscation translation table secret
26+
- [#444](https://github.com/openshift/insights-operator/pull/444) MemoryRecord name can be obfuscated & fix case of duplicate records
2527

2628
### Others
2729
- [#488](https://github.com/openshift/insights-operator/pull/488) Update K8s & OpenShift API versions
@@ -37,6 +39,7 @@
3739
- [#455](https://github.com/openshift/insights-operator/pull/455) Updating the owners list
3840
- [#463](https://github.com/openshift/insights-operator/pull/463) Enables godox on precommit
3941
- [#454](https://github.com/openshift/insights-operator/pull/454) Update changelog
42+
- [#452](https://github.com/openshift/insights-operator/pull/452) Update versions in the metrics gather documentation
4043

4144
### Misc
4245
- [#457](https://github.com/openshift/insights-operator/pull/457) Updating ose-insights-operator images to be consistent with ART
@@ -91,7 +94,6 @@
9194
- [#336](https://github.com/openshift/insights-operator/pull/336) Disable instead of Degrade in case of gather fails
9295
- [#334](https://github.com/openshift/insights-operator/pull/334) Do not create the metrics file in case of any error
9396
- [#332](https://github.com/openshift/insights-operator/pull/332) Relax the recent log gatherers to avoid degrading during…
94-
- [#329](https://github.com/openshift/insights-operator/pull/329) Remove StatefulSet gatherer & replace it with gathering "cluster-mon…
9597

9698
### Others
9799
- [#439](https://github.com/openshift/insights-operator/pull/439) Adds tasks pool to tasks_processing
@@ -148,6 +150,7 @@
148150
- [#297](https://github.com/openshift/insights-operator/pull/297) Gather netnamespaces network info
149151

150152
### Bugfix
153+
- [#329](https://github.com/openshift/insights-operator/pull/329) Remove StatefulSet gatherer & replace it with gathering "cluster-mon…
151154
- [#325](https://github.com/openshift/insights-operator/pull/325) Fixes error metadata gathering
152155
- [#320](https://github.com/openshift/insights-operator/pull/320) Monitors how many gatherings failed in a row, and applies degraded status accordingly
153156
- [#317](https://github.com/openshift/insights-operator/pull/317) Update the sample archive and remove IP anonymization in clusteropera…
@@ -298,19 +301,21 @@
298301
##
299302

300303
### Enhancement
304+
- [#504](https://github.com/openshift/insights-operator/pull/504) Reduce stacktrace size in logs
301305
- [#492](https://github.com/openshift/insights-operator/pull/492) ApiRequestCount conditional gathering
302-
- [#446](https://github.com/openshift/insights-operator/pull/446) add egress ips support to anonymizer
303306

304307
### Bugfix
308+
- [#495](https://github.com/openshift/insights-operator/pull/495) Respect user defined proxy's CA cert
305309
- [#497](https://github.com/openshift/insights-operator/pull/497) insightsclient - close response body
306310
- [#494](https://github.com/openshift/insights-operator/pull/494) Fix the error logic in the OCM controller & degrade only…
307-
- [#444](https://github.com/openshift/insights-operator/pull/444) MemoryRecord name can be obfuscated & fix case of duplicate records
308311

309312
### Others
313+
- [#501](https://github.com/openshift/insights-operator/pull/501) Update changelog
310314
- [#499](https://github.com/openshift/insights-operator/pull/499) Fix the sample archive path for the last conditional gatherer
311315
- [#481](https://github.com/openshift/insights-operator/pull/481) Add a script for updating files in the sample archive
312-
- [#452](https://github.com/openshift/insights-operator/pull/452) Update versions in the metrics gather documentation
313316

314317
### Misc
318+
- [#500](https://github.com/openshift/insights-operator/pull/500) OCM controller - change type of the secret
319+
- [#502](https://github.com/openshift/insights-operator/pull/502) Updating ose-insights-operator images to be consistent with ART
315320
- [#491](https://github.com/openshift/insights-operator/pull/491) Updating ose-insights-operator images to be consistent with ART
316321

cmd/changelog/main.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ const (
2525
)
2626

2727
var (
28-
squashRegexp = regexp.MustCompile(`(.*)-(\d+)`)
28+
// the assumption here is that the PR id is the last number in the string
29+
squashRegexp = regexp.MustCompile(`(.*)-(\d+)$`)
2930
mergeRequestRegexp = regexp.MustCompile(`Merge-pull-request-(\d+)`)
3031
prefixRegexp = regexp.MustCompile(`^.+: (.+)`)
3132
releaseRegexp = regexp.MustCompile(`(release-\d\.\d)`)

docs/gathered-data.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ Response see https://docs.openshift.com/container-platform/4.7/rest_api/machine_
389389
* Location in archive: config/machineconfigs/<name>.json
390390
* Id in config: machine_configs
391391
* Since versions:
392+
* 4.8.5+
392393
* 4.9+
393394

394395

@@ -618,7 +619,8 @@ The Kubernetes API https://github.com/kubernetes/client-go/blob/v12.0.0/kubernet
618619
* See: docs/insights-archive-sample/config/psp_names.json
619620
* Id in config: psps
620621
* Since versions:
621-
* 4.10+
622+
* 4.8.12+
623+
* 4.9+
622624

623625

624626
## SAPConfig

pkg/gatherers/clusterconfig/machine_configs.go

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import (
2222
// * Location in archive: config/machineconfigs/<name>.json
2323
// * Id in config: machine_configs
2424
// * Since versions:
25+
// * 4.8.5+
2526
// * 4.9+
2627
func (g *Gatherer) GatherMachineConfigs(ctx context.Context) ([]record.Record, []error) {
2728
gatherDynamicClient, err := dynamic.NewForConfig(g.gatherKubeConfig)

pkg/gatherers/clusterconfig/pod_security_policies.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ import (
1616
// * See: docs/insights-archive-sample/config/psp_names.json
1717
// * Id in config: psps
1818
// * Since versions:
19-
// * 4.10+
19+
// * 4.8.12+
20+
// * 4.9+
2021
func (g *Gatherer) GatherPodSecurityPolicies(ctx context.Context) ([]record.Record, []error) {
2122
gatherPolicyClient, err := policyclient.NewForConfig(g.gatherKubeConfig)
2223
if err != nil {

0 commit comments

Comments
 (0)