Skip to content

Commit 6aacd0f

Browse files
authored
Merge pull request #164 from newrelic/NR-328274
Upgrade fluent bit version 3.1.9
2 parents a5758eb + fc1e8a2 commit 6aacd0f

18 files changed

+20
-20
lines changed

.github/workflows/prerelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
sudo apt-get install -y debsigs
5858
bash ./scripts/sign.sh
5959
60-
- uses: actions/upload-artifact@v2
60+
- uses: actions/upload-artifact@v3
6161
if: ${{ contains(matrix.packages.available-flavors, env.FB_PACKAGE_NAME) }}
6262
with:
6363
name: ${{ env.FB_PACKAGE_NAME }}_${{ env.VERSION }}_rpm
@@ -100,7 +100,7 @@ jobs:
100100
sudo apt-get install -y debsigs
101101
bash ./scripts/sign.sh
102102
103-
- uses: actions/upload-artifact@v2
103+
- uses: actions/upload-artifact@v3
104104
if: ${{ contains(matrix.packages.available-flavors, env.FB_PACKAGE_NAME) }}
105105
with:
106106
name: ${{ env.FB_PACKAGE_NAME }}_${{ env.VERSION }}_deb
@@ -128,7 +128,7 @@ jobs:
128128
unzip fluent-bit-${{ env.VERSION }}-${{ matrix.packages.version }}.zip
129129
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
130130
131-
- uses: actions/upload-artifact@v2
131+
- uses: actions/upload-artifact@v3
132132
with:
133133
name: fluent-bit_${{ env.VERSION }}_zip
134134
path: packages/

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
# for those distros using the same package, such as Windows). To avoid this, we first push all the files to a
120120
# shared filesystem and let the "prepare_prerelease" step below upload them later, sequentially. This GH action
121121
# ensures that if two jobs attempt pushing the same file, they get overwritten (last one prevails).
122-
- uses: actions/upload-artifact@v2
122+
- uses: actions/upload-artifact@v3
123123
with:
124124
# Artifacts are pushed to *shared network folders* that have this name and that contain
125125
# the artifact inside of them. Example: fluent-bit-2.1.8-386.exe/fluent-bit-2.1.8-386.exe

.github/workflows/run_e2e_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
100100
tear_down_test_executor_instances:
101101
name: Tear down test executor instances
102-
if: always()
102+
#if: always() #Uncomment after 3.1.9 version release
103103
needs: report_test_results
104104
uses: ./.github/workflows/run_task.yml
105105
with:

ansible/build-fb-suse/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
collections:
22
- name: community.aws
33
- name: community.general
4-
- name: git+https://github.com/Sivakumar3695/caos-ansible-roles#/caos.ansible_roles/
4+
- name: git+https://github.com/luckslovez/caos-ansible-roles#/caos.ansible_roles/
55
type: git
66
roles:
77
- name: andrewrothstein.gh

versions/amazonlinux_2023.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ osDistro: amazonlinux
22
osVersion: 2023
33
packages:
44
- arch: x86_64
5-
ami: ami-01103fb68b3569475
5+
ami: ami-0798fb070bcaff6e9
66
- arch: aarch64
77
ami: ami-0b9df99d3514cdede

versions/common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fbVersion: 3.1.2
1+
fbVersion: 3.1.9
22

33
# This file, together with each distro file are processed and merged incrementally to
44
# build all the information required to download and test each package. Each package ends

0 commit comments

Comments
 (0)