Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/resource-quotas
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
  • Loading branch information
maltesander committed Jun 27, 2023
2 parents 6d74d13 + ca34981 commit cb7b64c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file.
- Use 0.0.0-dev product images for testing ([#351])
- Use testing-tools 0.2.0 ([#351])
- Run as root group ([#353]).
- Added kuttl test suites ([#364])

[#334]: https://github.com/stackabletech/hdfs-operator/pull/334
[#349]: https://github.com/stackabletech/hdfs-operator/pull/349
Expand All @@ -25,6 +26,7 @@ All notable changes to this project will be documented in this file.
[#353]: https://github.com/stackabletech/hdfs-operator/pull/353
[#354]: https://github.com/stackabletech/hdfs-operator/pull/354
[#359]: https://github.com/stackabletech/hdfs-operator/pull/359
[#364]: https://github.com/stackabletech/hdfs-operator/pull/364

## [23.4.0] - 2023-04-17

Expand Down
15 changes: 15 additions & 0 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,18 @@ tests:
dimensions:
- hadoop-latest
- zookeeper-latest
suites:
- name: latest
patch:
- dimensions:
- expr: last
- name: smoke
select:
- smoke
- name: openshift
patch:
- dimensions:
- expr: last
- dimensions:
- name: openshift
expr: "true"

0 comments on commit cb7b64c

Please sign in to comment.