Skip to content
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

Enable using custom PVC without a template for the statefulset (for the buffer volume and also as extravolumes) #1617

Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
51bd2d7
chore: define release note labels
pepov Dec 7, 2023
7150816
chore: fix dependency label for release notes
pepov Dec 7, 2023
63b45db
Bug #1616: Ensured that the custom PVC source details specified in th…
bbyreddy Dec 14, 2023
f10d954
chore: define release note labels
pepov Dec 7, 2023
843e060
chore: fix dependency label for release notes
pepov Dec 7, 2023
7104142
Bug #1616: Ensured that the custom PVC source details specified in th…
bbyreddy Dec 12, 2023
917893d
Revert "Bug #1616: Ensured that the custom PVC source details specifi…
bbyreddy Dec 14, 2023
43f6142
Bug #1616: Ensured that the custom PVC source details specified in th…
bbyreddy Dec 14, 2023
a5c9d2f
Bug #1616: Ensured that the custom PVC source details specified in th…
bbyreddy Dec 14, 2023
5ae7ede
chore(deps): update all dependencies (#1611)
renovate[bot] Dec 15, 2023
163e9aa
chore(deps): update all dependencies (#1618)
renovate[bot] Dec 18, 2023
dd43784
chore(deps): Bump golang.org/x/crypto from 0.16.0 to 0.17.0 in /e2e
dependabot[bot] Dec 19, 2023
1ec3d87
chore: delete obsolete file
pepov Dec 20, 2023
ce79b78
fix(deps): update all dependencies (#1621)
renovate[bot] Jan 2, 2024
8472ef0
fix(syslog-ng-loki-output): fix invalid tls options
kristofgyuracz Jan 8, 2024
8cd0859
chore(chart): check CRDs available before installing ServiceMonitor
cmontemuino Jan 8, 2024
4122b25
Corrected the typos in serializedPvcSpec and serializedPvcSource vari…
bbyreddy Jan 12, 2024
375c318
fix doc link for enhance-k8s-metadata plugin
pepov Jan 11, 2024
b9819d8
enable custom pvc source for both bufferStorageVolume and extraVolumes
pepov Jan 12, 2024
09d6bc6
Merge branch 'master' into bug/1616/Custom-PVC-source-specified-in-Ex…
bbyreddy Jan 15, 2024
29d2907
Merge branch 'master' into bug/1616/Custom-PVC-source-specified-in-Ex…
bbyreddy Jan 15, 2024
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
Prev Previous commit
Next Next commit
chore: fix dependency label for release notes
Signed-off-by: Peter Wilcsinszky <peter.wilcsinszky@axoflow.com>
Signed-off-by: Bhaskar Reddy Byreddy <bbyreddy@softwareag.com>
  • Loading branch information
pepov authored and bbyreddy committed Jan 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 71508167356a87f8a7e6db2ee7585d6402412137
2 changes: 1 addition & 1 deletion .github/release.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ changelog:
- enhancement
- title: Dependency and image updates
labels:
- dependency
- dependencies
- title: Bug fixes
labels:
- bugfix