-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This also upgrades: - Ruby from v2.7 to v3.1 - Alpine from 3.14 to 3.16 and some other packages. See the Dockerfiles for details.
- Loading branch information
1 parent
db473d0
commit 3a5a2e2
Showing
28 changed files
with
128 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/[email protected] | ||
with: | ||
ruby-version: '2.6' | ||
ruby-version: '3.1' | ||
- name: Install bundler | ||
run: gem install bundler | ||
- name: Test fluent-plugin-datapoint | ||
|
@@ -24,7 +24,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/[email protected] | ||
with: | ||
ruby-version: '2.6' | ||
ruby-version: '3.1' | ||
- name: Install bundler | ||
run: gem install bundler | ||
- name: Test fluent-plugin-enhance-k8s-metadata | ||
|
@@ -36,7 +36,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/[email protected] | ||
with: | ||
ruby-version: '2.6' | ||
ruby-version: '3.1' | ||
- name: Install bundler | ||
run: gem install bundler | ||
- name: Test fluent-plugin-events | ||
|
@@ -48,7 +48,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/[email protected] | ||
with: | ||
ruby-version: '2.6' | ||
ruby-version: '3.1' | ||
- name: Install bundler | ||
run: gem install bundler | ||
- name: Test fluent-plugin-kubernetes-metadata-filter | ||
|
@@ -60,7 +60,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/[email protected] | ||
with: | ||
ruby-version: '2.6' | ||
ruby-version: '3.1' | ||
- name: Install bundler | ||
run: gem install bundler | ||
- name: Test fluent-plugin-kubernetes-sumologic | ||
|
@@ -72,7 +72,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/[email protected] | ||
with: | ||
ruby-version: '2.6' | ||
ruby-version: '3.1' | ||
- name: Install bundler | ||
run: gem install bundler | ||
- name: Test fluent-plugin-prometheus-format | ||
|
@@ -84,7 +84,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/[email protected] | ||
with: | ||
ruby-version: '2.6' | ||
ruby-version: '3.1' | ||
- name: Install bundler | ||
run: gem install bundler | ||
- name: Test fluent-plugin-protobuf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
--- | ||
BUNDLE_FROZEN: "true" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
--- | ||
BUNDLE_FROZEN: "true" |
Oops, something went wrong.