Skip to content

Commit

Permalink
chore: Prepare release 4.4.0 (#3518)
Browse files Browse the repository at this point in the history
* chore: Prepare release 4.4.0

* fix(changelog): Fixing links in the changelog
  • Loading branch information
rnishtala-sumo committed Jan 24, 2024
1 parent 3da7b5a commit e241745
Show file tree
Hide file tree
Showing 20 changed files with 51 additions and 23 deletions.
1 change: 0 additions & 1 deletion .changelog/3447.fixed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3455.changed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3456.changed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3457.changed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3459.added.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3460.changed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3462.added.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3469.fixed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3478.changed.0.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3478.changed.1.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3490.added.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3491.added.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3505.changed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3507.changed.0.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3507.changed.1.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3510.changed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3515.changed.txt

This file was deleted.

50 changes: 47 additions & 3 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,50 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

<!-- towncrier release notes start -->

## [v4.4.0]

### Released 2024-01-24

### Added

- feat: add global tolerations option [#3459]
- feat: add global affinity option [#3462]
- feat(chart): run integration tests on k8s 1.29" [#3490]
- feat: add endpointslices RBAC permission [#3491]

### Changed

- deps: update falco to 3.8.6 [#3455]
- deps: update metrics server to 6.6.5 [#3456]
- deps: update opentelemetry operator to 0.46.0 [#3457], [#3515]
- feat(opentelemetry): send information about k8s version [#3460]
- chore: drop support for GKE 1.24 [#3478]
- chore: add support for GKE 1.29 [#3478]
- feat(targetallocator): expose resource configuration [#3505]
- deps: update Metrics Server to 6.8.0 [#3507]
- deps: update Falco to 3.8.7 [#3507]
- chore: update OpenTelemetry Collector to v0.92.0-sumo-0 [#3517]

### Fixed

- fix(metrics/collector): add separate image for metrics collector [#3469]

[#3459]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3459
[#3462]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3462
[#3490]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3490
[#3491]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3491
[#3455]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3455
[#3456]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3456
[#3457]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3457
[#3515]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3515
[#3460]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3460
[#3478]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3478
[#3505]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3505
[#3507]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3507
[#3517]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3517
[#3469]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3469
[v4.4.0]: https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/v4.4.0

## [v4.3.1]

### Released 2023-12-14
Expand Down Expand Up @@ -206,7 +250,7 @@ See the [migration guide][v4_migration_guide] for details.
### Added

- feat: add description including helm version to collector [#3425]
- feat: add endpointslices RBAC permission [#3491]
- feat: add endpointslices RBAC permission [#3510]

### Changed

Expand All @@ -218,7 +262,7 @@ See the [migration guide][v4_migration_guide] for details.
- deps: upgrade `tailing-sidecar` subchart from `v0.8.0` to `v0.9.0` [#3408]
- deps: update telegraf operator to `v1.3.12` [#3443]
- feat(opentelemetry): send information about k8s version [#3463]
- chore: update OpenTelemetry Collector to v0.92.0-sumo-0 [#3510]
- chore: update OpenTelemetry Collector to v0.92.0-sumo-0 [#3512]

### Fixed

Expand All @@ -230,9 +274,9 @@ See the [migration guide][v4_migration_guide] for details.
[#3444]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3444
[#3445]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3445
[#3436]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3436
[#3491]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3491
[#3463]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3463
[#3510]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3510
[#3512]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3512
[v3.18.0]: https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/v3.18.0

## [v3.17.0]
Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -22,7 +22,8 @@ release.

| version | planned end of life date |
| ------------------------------------------------------------------------------------------------------- | ------------------------ |
| [v4.3](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.3/docs/README.md) | TBA |
| [v4.4](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.4/docs/README.md) | TBA |
| [v4.3](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.3/docs/README.md) | 2024-07-24 |
| [v4.2](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.2/docs/README.md) | 2024-06-13 |
| [v4.1](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.1/docs/README.md) | 2024-05-27 |
| [v4.0](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.0/docs/README.md) | 2024-05-03 |
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/sumologic/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
name: sumologic
version: 4.3.0
appVersion: 4.3.0
version: 4.4.0
appVersion: 4.4.0
description: A Helm chart for collecting Kubernetes logs, metrics, traces and events into Sumo Logic.
type: application
keywords:
Expand Down

0 comments on commit e241745

Please sign in to comment.