From 951c8ba6d31abafcfcc4e516d25e93ac048ab31c Mon Sep 17 00:00:00 2001 From: Cryptophobia Date: Thu, 8 Oct 2020 12:22:41 -0400 Subject: [PATCH 1/2] feat(nginx): upgrade nginx to 1.18 Signed-off-by: Cryptophobia --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index e56094e..ae7eb6c 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.11 +FROM nginx:1.18 RUN apt-get update \ && apt-get install -y \ From fb9bd2997018e582b22b38982ccb4d73a740a27c Mon Sep 17 00:00:00 2001 From: Cryptophobia Date: Thu, 8 Oct 2020 12:23:18 -0400 Subject: [PATCH 2/2] docs(README): update the annoucement in repo Signed-off-by: Cryptophobia --- README.md | 59 ++++++++++++++++++++++++++++---- charts/registry-proxy/Chart.yaml | 7 ++-- 2 files changed, 55 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 868e380..5869b61 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,37 @@ -|![](https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Warning.svg/156px-Warning.svg.png) | Deis Workflow will soon no longer be maintained.
Please [read the announcement](https://deis.com/blog/2017/deis-workflow-final-release/) for more detail. | +[![Slack Status](https://slack.teamhephy.com/badge.svg)](https://slack.teamhephy.com/) + +**Hephy Workflow** is the open source fork of Deis Workflow PaaS. Some of the old documentation and README are still preserved so they may reference "Deis Workflow". Hephy Workflow is the community continuation of the Deis Workflow project after it was discontinued by the Deis team which moved on to do bigger projects at Microsoft Azure. + +|![](https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Warning.svg/156px-Warning.svg.png) | Hephy Workflow is the open source fork of Deis Workflow.
Please [read the announcement][] for more detail. | |---:|---| +| 10/02/2020 | Hephy Workflow [v2.22.0][] release | +| 05/26/2020 | Hephy Workflow [v2.21.6][] patch release | +| 04/23/2020 | Hephy Workflow [v2.21.5][] patch release | +| 12/31/2019 | Hephy Workflow [v2.21.4][] patch release | +| 09/11/2019 | Hephy Workflow [v2.21.3][] patch release | +| 08/11/2019 | Hephy Workflow [v2.21.2][] patch release | +| 06/21/2019 | Hephy Workflow [v2.21.1][] patch release | +| 05/05/2019 | Hephy Workflow [v2.21.0][] release | +| 03/08/2019 | Hephy Workflow [v2.20.2][] patch release | +| 02/14/2019 | Hephy Workflow [v2.20.1][] patch release | +| 11/29/2018 | Hephy Workflow [v2.20.0][] new release| +| 08/27/2018 | Team Hephy [blog][] comes online | +| 08/20/2018 | Deis [#community slack][] goes dark | +| 08/10/2018 | Hephy Workflow [v2.19.4][] fourth patch release | +| 08/08/2018 | [Deis website][] goes dark, then redirects to Azure Kubernetes Service | +| 03/16/2018 | [Hephy Workflow website][] comes online | +| 03/01/2018 | End of Deis Workflow maintenance: critical patches no longer merged | +| 12/11/2017 | Team Hephy [slack community][] invites first volunteers | | 09/07/2017 | Deis Workflow [v2.18][] final release before entering maintenance mode | -| 03/01/2018 | End of Workflow maintenance: critical patches no longer merged | +| 09/06/2017 | Team Hephy [slack community][] comes online | + # Deis Registry Proxy Deis (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications on your own servers. -For more information about the Deis Workflow, please visit the main project page at https://github.com/deisthree/workflow. +For more information about the Deis Workflow, please visit the main project page at https://github.com/teamhephy/workflow. We welcome your input! If you have feedback, please [submit an issue][issues]. If you'd like to participate in development, please read the "Development" section below and [submit a pull request][prs]. @@ -31,7 +54,29 @@ The Deis project welcomes contributions from all developers. The high level proc When you've built your new feature or fixed a bug, make sure you've added appropriate unit tests and run `make test` to ensure your code works properly. -[issues]: https://github.com/deisthree/registry-proxy/issues -[prs]: https://github.com/deisthree/registry-proxy/pulls -[registry]: https://github.com/deisthree/registry -[v2.18]: https://github.com/deisthree/workflow/releases/tag/v2.18.0 +[issues]: https://github.com/teamhephy/registry-proxy/issues +[prs]: https://github.com/teamhephy/registry-proxy/pulls +[registry]: https://github.com/teamhephy/registry +[k8s-home]: http://kubernetes.io +[install-k8s]: http://kubernetes.io/gettingstarted/ +[mkdocs]: http://www.mkdocs.org/ +[issues]: https://github.com/teamhephy/workflow/issues +[Deis website]: http://deis.com/ +[blog]: https://blog.teamhephy.info/blog/ +[read the announcement]: https://blog.teamhephy.info/blog/posts/announcements/hephy-workflow-deis-fork.html +[#community slack]: https://slack.deis.io/ +[slack community]: https://slack.teamhephy.com/ +[v2.18]: https://github.com/teamhephy/workflow/releases/tag/v2.18.0 +[Hephy Workflow website]: https://web.teamhephy.com +[v2.19.0]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.19.0.md +[v2.20.0]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.20.0.md +[v2.20.1]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.20.1.md +[v2.20.2]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.20.2.md +[v2.21.0]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.21.0.md +[v2.21.1]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.21.1.md +[v2.21.2]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.21.2.md +[v2.21.3]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.21.3.md +[v2.21.4]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.21.4.md +[v2.21.5]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.21.5.md +[v2.21.6]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.21.6.md +[v2.22.0]: https://github.com/teamhephy/workflow/blob/master/src/changelogs/v2.22.0.md diff --git a/charts/registry-proxy/Chart.yaml b/charts/registry-proxy/Chart.yaml index 3ff17c5..0171b43 100644 --- a/charts/registry-proxy/Chart.yaml +++ b/charts/registry-proxy/Chart.yaml @@ -1,7 +1,6 @@ name: registry-proxy -home: https://github.com/deisthree/registry-proxy +home: https://github.com/teamhephy/registry-proxy version: -description: Deis Workflow Registry Proxy. +description: Hephy Workflow Registry Proxy. maintainers: - - name: Deis Team - email: engineering@deis.com +- email: team@teamhephy.com