summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-03-23 12:51:39 +0100
committerValery Piashchynski <[email protected]>2022-03-23 12:51:39 +0100
commit3b027f86b9fa2c5d3cbd9073dfab4733c8b7a917 (patch)
treedc19b4b9b29ed08853b4052a3c5c2f88e5ee88fa
parent446898be9f15278a7f28d2280728211a92c36488 (diff)
parentf1c4803f1d1e20516e3b6e55cf9497ad4b774c3c (diff)
Merge branch 'master' into feat/streams
# Conflicts: # go.sum
-rw-r--r--.github/workflows/tests.yml8
-rw-r--r--CHANGELOG.md12
-rw-r--r--README.md4
3 files changed, 19 insertions, 5 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 6a435158..1a257311 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -40,12 +40,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2 # action page: <https://github.com/actions/setup-go>
with:
- go-version: 1.17.8
+ go-version: 1.18
- name: Run linter
uses: golangci/[email protected]
with:
- version: v1.44 # without patch version
+ version: v1.45 # without patch version
only-new-issues: false # show only new issues if it's a pull request
args: --build-tags=safe --timeout=10m
@@ -64,7 +64,7 @@ jobs:
fetch-depth: 2 # Fixes codecov error 'Issue detecting commit SHA'
- name: Init Go modules Cache # Docs: <https://git.io/JfAKn#go---modules>
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -100,7 +100,7 @@ jobs:
uses: actions/checkout@v3
- name: Init Go modules Cache # Docs: <https://git.io/JfAKn#go---modules>
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 854e9415..0001cfae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,18 @@
## ๐Ÿ‘€ New:
- โœ๏ธ [**API**](https://github.com/roadrunner-server/api): add service proto api to manage services, [FR](https://github.com/roadrunner-server/roadrunner/issues/1009) (reporter @butschster)
+-
+## v2.8.5 (23.03.2022)
+
+## ๐Ÿงน Chore:
+
+- ๐Ÿง‘โ€๐Ÿญ Update all dependencies to the most recent versions.
+
+## ๐Ÿฉน Fixes:
+
+- ๐Ÿ› Fix: Incorrect pointer assign to read the configuration [BUG](https://github.com/roadrunner-server/roadrunner/issues/1066)
+
+---
## v2.8.4 (17.03.2022)
diff --git a/README.md b/README.md
index a0c52ebd..e4fd683a 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,9 @@ RoadRunner is an open-source (MIT licensed) high-performance PHP application ser
It supports running as a service with the ability to extend its functionality on a per-project basis.
RoadRunner includes PSR-7/PSR-17 compatible HTTP and HTTP/2 server and can be used to replace classic Nginx+FPM setup
-with much greater performance and flexibility.
+with much greater performance and flexibility.
+
+## Join our discord server: [Link](https://discord.gg/TFeEmCs)
<p align="center">
<a href="https://roadrunner.dev/"><b>Official Website</b></a> |