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

Upgrading fluent bit version 3.2.2 for suse packages only #185

Open
wants to merge 63 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
ade7b03
testing migration
gunnalahema Dec 23, 2024
97a156a
add new aws role from logging-integrations
gunnalahema Dec 23, 2024
05b712b
update SG
gunnalahema Dec 23, 2024
08b02bf
update vpc_subnet and SG
gunnalahema Dec 23, 2024
904f341
update al 2023 ami
gunnalahema Dec 26, 2024
2476163
testing
gunnalahema Dec 26, 2024
fbeea7d
test only al 2023
gunnalahema Dec 26, 2024
dc6a954
testing with prod credentials
gunnalahema Dec 26, 2024
f2085d8
testing with all prod cred
gunnalahema Dec 27, 2024
180d126
update repo endpoint for infra agent
gunnalahema Dec 27, 2024
dce096b
testing all OS
gunnalahema Jan 1, 2025
9ee1d0f
revert to old keys
gunnalahema Jan 1, 2025
a8ae81a
testing only amazonlinux_2023
gunnalahema Jan 2, 2025
b9fc70a
testing sles 15.3 and al 2023
gunnalahema Jan 2, 2025
ff05794
update ami
gunnalahema Jan 2, 2025
37c456c
testing sles 15.4
gunnalahema Jan 2, 2025
5cd5b83
update ami
gunnalahema Jan 3, 2025
2a38eca
update amis
gunnalahema Jan 4, 2025
9eab36b
test amazonlinux
gunnalahema Jan 5, 2025
1e74184
testing centos
gunnalahema Jan 5, 2025
18e0718
update amis
gunnalahema Jan 5, 2025
d6a0f00
test centos 7 and update AMIs
gunnalahema Jan 5, 2025
1b2f24e
update ami
gunnalahema Jan 5, 2025
71cdf7c
update ami
gunnalahema Jan 5, 2025
c49ae16
test centos 7 and update AMIs
gunnalahema Jan 5, 2025
98e33a8
test centos
gunnalahema Jan 5, 2025
37bea5f
update amis
gunnalahema Jan 5, 2025
ca3c64e
update amis
gunnalahema Jan 5, 2025
3a2f807
test windows server
gunnalahema Jan 5, 2025
3506ded
test ubuntu 18
gunnalahema Jan 6, 2025
f09cb12
ubuntu 20
gunnalahema Jan 6, 2025
021f560
testing ubuntu 18
gunnalahema Jan 6, 2025
5008e3f
testing ubuntu 20
gunnalahema Jan 6, 2025
f989885
testing ubuntu
gunnalahema Jan 6, 2025
6a9c32d
test ubuntu and sles 12.5
gunnalahema Jan 6, 2025
e53a203
testing windows
gunnalahema Jan 6, 2025
5b5608c
testing centos
gunnalahema Jan 6, 2025
f07330e
testing sles
gunnalahema Jan 6, 2025
a021ba4
testing sles
gunnalahema Jan 6, 2025
bbef021
testing sles
gunnalahema Jan 6, 2025
fa31141
test
gunnalahema Jan 6, 2025
a6e7db8
test
gunnalahema Jan 6, 2025
758d199
test debian
gunnalahema Jan 7, 2025
ed44187
test centos 7
gunnalahema Jan 7, 2025
828f12c
testing all OS
gunnalahema Jan 7, 2025
dd91aee
update ami
gunnalahema Jan 7, 2025
60d5e5c
update ami for debain 11
gunnalahema Jan 8, 2025
19d53f8
update ami for debain 11
gunnalahema Jan 8, 2025
2278f70
revert back changes
gunnalahema Jan 8, 2025
40ade72
test only debian 11
gunnalahema Jan 9, 2025
cd65341
remove sign_suse_packages dep
gunnalahema Jan 9, 2025
b66a0ba
test only sles
gunnalahema Jan 9, 2025
58f9e70
add amazonlinux 2
gunnalahema Jan 9, 2025
6f4e1dd
update s3 buckets
gunnalahema Jan 10, 2025
e44d4ad
update amis
gunnalahema Jan 10, 2025
5be49f1
update sles 15.3 ami
gunnalahema Jan 10, 2025
2601888
update sles 15.3 ami
gunnalahema Jan 10, 2025
bd276ee
update ami
gunnalahema Jan 12, 2025
1489552
test suse 12.5 and 15.5
gunnalahema Jan 13, 2025
ea560b6
test suse 15.3 and 15.4
gunnalahema Jan 13, 2025
81d20e2
use custom ami for sles 15.3
gunnalahema Jan 14, 2025
7482397
upgrade suse only
gunnalahema Jan 16, 2025
4d5755f
Merge branch 'main' into upgrading_suse
gunnalahema Jan 16, 2025
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
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:

# Runs E2E tests using the packages available in the tmp-pr-#PR prerelease
run_e2e_tests_prerelease:
needs: [ setup_environment,upload_official_packages_to_prerelease ]
needs: [ setup_environment,sign_suse_packages ]
name: Run E2E tests by installing NRIA from Production and installing Fluent Bit from the PR pre-release
uses: ./.github/workflows/run_e2e_tests.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion versions/sles_15.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ osDistro: sles
osVersion: 15.3
packages:
- arch: x86_64
ami: ami-048206b517bb4a5c2
ami: ami-0c0ca60d1d7619525
2 changes: 1 addition & 1 deletion versions/sles_15.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ osDistro: sles
osVersion: 15.5
packages:
- arch: x86_64
ami: ami-056fd006f96380745
ami: ami-0b7de87a082366f50
2 changes: 1 addition & 1 deletion versions/strategyMatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def list_distro_files():
return [
filename
for filename in os.listdir(".")
if (filename.startswith("debian"))
if (filename.startswith("sles_15.3") or filename.startswith("sles_15.4") or filename.startswith("sles_12.5") or filename.startswith("sles_15.5"))
and filename != "common.yml"
]
except Exception as e:
Expand Down
Loading