Skip to content

[Merged by Bors] - Enable logging #298

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 38 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
615442e
fragmented config
maltesander Jan 10, 2023
3997bda
started logging implementation
maltesander Jan 10, 2023
849577b
regenerated charts
maltesander Jan 12, 2023
9b3ccb1
adapted tags in examples
maltesander Jan 16, 2023
e343b4b
added tests
maltesander Jan 16, 2023
a458bf5
wip - started adapting for logging
maltesander Jan 16, 2023
6e31384
corrected tests
maltesander Jan 17, 2023
e22ad9c
switched logging tests to debug
maltesander Jan 17, 2023
06e6b48
wip - preparation for log4j2
maltesander Jan 20, 2023
1b5c3d0
Merge remote-tracking branch 'origin/main' into enable-logging
maltesander Jan 20, 2023
49261d3
wip - logging working for automatic and custom (3.1.3 hive)
maltesander Jan 20, 2023
7eebe99
adapted to operator-rs changes
maltesander Jan 23, 2023
ede077b
Update stackable-operator
siegfriedweber Jan 23, 2023
558e239
added docs
maltesander Jan 23, 2023
edac583
adapted tests to use hive-log4j2.properties
maltesander Jan 23, 2023
f54cb4c
changed log4j.properties to hive-log4j2.properties
maltesander Jan 23, 2023
76dfb0d
Merge remote-tracking branch 'origin/enable-logging' into enable-logging
maltesander Jan 23, 2023
6516379
loglevel Debug -> Info
maltesander Jan 23, 2023
d68e946
Update stackable-operator
siegfriedweber Jan 24, 2023
fec589c
Upgrade stackable-operator to version 0.32.1
siegfriedweber Jan 24, 2023
4af7274
operator-rs -> 0.32.1
maltesander Jan 24, 2023
cc2e288
regenerated charts
maltesander Jan 24, 2023
55df49e
removed TODO
maltesander Jan 24, 2023
716ee09
clippy
maltesander Jan 24, 2023
37fd723
Merge remote-tracking branch 'origin/enable-logging' into enable-logging
maltesander Jan 24, 2023
265d831
Merge branch 'main' into enable-logging
maltesander Jan 24, 2023
c2556f6
adapted custom logging configmap
maltesander Jan 24, 2023
dbb190e
adapted to new docker images
maltesander Jan 25, 2023
0baf300
adapted changelog
maltesander Jan 25, 2023
baf6926
use existing changelog entry for operator-rs bump
maltesander Jan 25, 2023
a5367f5
changelog eol dots
maltesander Jan 25, 2023
ee3ad93
fixed custom log config in test
maltesander Jan 26, 2023
8089ebe
Apply suggestions from code review
maltesander Jan 27, 2023
bcdc51e
clippy
maltesander Jan 27, 2023
ef114f5
added vector discovery cm to remaining integration tests
maltesander Jan 27, 2023
0d7925e
adapted log config mount dir and name
maltesander Jan 27, 2023
f01b629
added missing vector conf to remaining integration tests
maltesander Jan 27, 2023
eab9f9f
added vector container to resources test
maltesander Jan 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,34 @@ All notable changes to this project will be documented in this file.

### Changed

- Updated stackable image versions ([#271])
- `operator-rs` `0.25.2` → `0.30.1` ([#274], [#283]).
- Updated stackable image versions ([#271]).
- `operator-rs` `0.25.2` → `0.32.1` ([#274], [#283], [#292], [#298]).
- Consolidated security context user, group and fs group ([#277]).
- [BREAKING] Use Product image selection instead of version. `spec.version` has been replaced by `spec.image` ([#280]).
- Fix role group node selector ([#283]).
- [BREAKING] Moved `database` specification from role / role-group level to top-level `clusterConfig` ([#292]).
- [BREAKING] Moved `s3`, `serviceType` and `hdfs` discovery to top-level `clusterConfig` ([#292]).
- `operator-rs` `0.30.1` -> `0.30.2` ([#292])
- Enable logging ([#298]).

[#271]: https://github.com/stackabletech/hive-operator/pull/271
[#274]: https://github.com/stackabletech/hive-operator/pull/274
[#277]: https://github.com/stackabletech/hive-operator/pull/277
[#280]: https://github.com/stackabletech/hive-operator/pull/280
[#283]: https://github.com/stackabletech/hive-operator/pull/283
[#292]: https://github.com/stackabletech/hive-operator/pull/292
[#298]: https://github.com/stackabletech/hive-operator/pull/298

## [0.8.0] - 2022-11-07

### Added

- PVCs for data storage, cpu and memory limits are now configurable ([#242]).
- Orphaned resources are deleted ([#254])
- Support HDFS connections ([#264])
- Orphaned resources are deleted ([#254]).
- Support HDFS connections ([#264]).

### Changed

- `operator-rs` `0.22.0` -> `0.25.2` ([#254])
- `operator-rs` `0.22.0` -> `0.25.2` ([#254]).

[#242]: https://github.com/stackabletech/hive-operator/pull/242
[#254]: https://github.com/stackabletech/hive-operator/pull/254
Expand Down
Loading