Skip to content

Commit

Permalink
Merge pull request #164 from newrelic/NR-328274
Browse files Browse the repository at this point in the history
Upgrade fluent bit version 3.1.9
  • Loading branch information
gunnalahema authored Oct 31, 2024
2 parents a5758eb + fc1e8a2 commit 6aacd0f
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
sudo apt-get install -y debsigs
bash ./scripts/sign.sh
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: ${{ contains(matrix.packages.available-flavors, env.FB_PACKAGE_NAME) }}
with:
name: ${{ env.FB_PACKAGE_NAME }}_${{ env.VERSION }}_rpm
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
sudo apt-get install -y debsigs
bash ./scripts/sign.sh
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: ${{ contains(matrix.packages.available-flavors, env.FB_PACKAGE_NAME) }}
with:
name: ${{ env.FB_PACKAGE_NAME }}_${{ env.VERSION }}_deb
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
unzip fluent-bit-${{ env.VERSION }}-${{ matrix.packages.version }}.zip
zip -r -j packages/fb-windows-${{ matrix.packages.arch }}.zip fluent-bit-${{ env.VERSION }}-${{ matrix.packages.version }}/bin/fluent-bit.exe fluent-bit-${{ env.VERSION }}-${{ matrix.packages.version }}/bin/fluent-bit.dll
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: fluent-bit_${{ env.VERSION }}_zip
path: packages/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
# for those distros using the same package, such as Windows). To avoid this, we first push all the files to a
# shared filesystem and let the "prepare_prerelease" step below upload them later, sequentially. This GH action
# ensures that if two jobs attempt pushing the same file, they get overwritten (last one prevails).
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
# Artifacts are pushed to *shared network folders* that have this name and that contain
# the artifact inside of them. Example: fluent-bit-2.1.8-386.exe/fluent-bit-2.1.8-386.exe
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
tear_down_test_executor_instances:
name: Tear down test executor instances
if: always()
#if: always() #Uncomment after 3.1.9 version release
needs: report_test_results
uses: ./.github/workflows/run_task.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion ansible/build-fb-suse/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
collections:
- name: community.aws
- name: community.general
- name: git+https://github.com/Sivakumar3695/caos-ansible-roles#/caos.ansible_roles/
- name: git+https://github.com/luckslovez/caos-ansible-roles#/caos.ansible_roles/
type: git
roles:
- name: andrewrothstein.gh
Expand Down
2 changes: 1 addition & 1 deletion versions/amazonlinux_2023.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ osDistro: amazonlinux
osVersion: 2023
packages:
- arch: x86_64
ami: ami-01103fb68b3569475
ami: ami-0798fb070bcaff6e9
- arch: aarch64
ami: ami-0b9df99d3514cdede
2 changes: 1 addition & 1 deletion versions/common.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fbVersion: 3.1.2
fbVersion: 3.1.9

# This file, together with each distro file are processed and merged incrementally to
# build all the information required to download and test each package. Each package ends
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions versions/sles_15.2.yml

This file was deleted.

5 changes: 5 additions & 0 deletions versions/sles_15.2.ymlx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
osDistro: sles
osVersion: 15.2
packages:
- arch: x86_64
ami: ami-03bb89b7d26709c14 # TODO: This AMI is from publisher kurian. Need to confirm with security team before making it to production.
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-0d80ccb98990ccf53
ami: ami-048206b517bb4a5c2
2 changes: 1 addition & 1 deletion versions/sles_15.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ osDistro: sles
osVersion: 15.4
packages:
- arch: x86_64
ami: ami-04bec2ee7152c1c8c
ami: ami-0f48f109f1e6a8a4c
2 changes: 1 addition & 1 deletion versions/strategyMatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def list_distro_files():
try:
return [
filename
for filename in os.listdir(".")
for filename in os.listdir(".")
if (filename.endswith(".yml") or filename.endswith(".yaml"))
and filename != "common.yml"
]
Expand Down
4 changes: 2 additions & 2 deletions versions/windows-server-2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ osDistro: windows-server
osVersion: 2019
packages:
- arch: win64
ami: ami-0cd3008ce2e0d1c0c
ami: ami-04a0f66869c37da73
# There is no win32 image available in AWS, so we use the w64 one to test the w32 binaries
- arch: win32
ami: ami-0cd3008ce2e0d1c0c
ami: ami-0131f8b98ba082b3b
4 changes: 2 additions & 2 deletions versions/windows-server-2022.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ osDistro: windows-server
osVersion: 2022
packages:
- arch: win64
ami: ami-094aa6728b151e05a
ami: ami-0c808db6baea2d0ed
- arch: win32
ami: ami-094aa6728b151e05a
ami: ami-0c25be66a8d4215e5

0 comments on commit 6aacd0f

Please sign in to comment.