Skip to content

Commit 7604406

Browse files
Move the git-sync implementation to operator-rs (#623)
* Move the git-sync implementation to operator-rs * Update operator-rs containing versioned structs * Add logging support to the git-sync container * Regenerate charts * Upgrade stackable-operator * Set the Airflow container as default for kubectl * Upgrade stackable-operator
1 parent 72f4ae2 commit 7604406

File tree

15 files changed

+695
-1081
lines changed

15 files changed

+695
-1081
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
- test: Bump to Vector 0.46.1 ([#620]).
2525
- test: Bump OPA to `1.4.2` ([#624]).
2626
- Deprecate airflow `2.10.4` ([#625]).
27+
- Move the git-sync implementation to operator-rs ([#623]). The functionality should not have changed.
2728

2829
### Fixed
2930

@@ -37,6 +38,7 @@
3738
[#608]: https://github.com/stackabletech/airflow-operator/pull/608
3839
[#613]: https://github.com/stackabletech/airflow-operator/pull/613
3940
[#620]: https://github.com/stackabletech/airflow-operator/pull/620
41+
[#623]: https://github.com/stackabletech/airflow-operator/pull/623
4042
[#624]: https://github.com/stackabletech/airflow-operator/pull/624
4143
[#625]: https://github.com/stackabletech/airflow-operator/pull/625
4244

0 commit comments

Comments
 (0)