This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-management.git
The following commit(s) were added to refs/heads/main by this push:
new 520ed3a remove old release jobs (#39)
520ed3a is described below
commit 520ed3aa9428df36df08e32d4a74334dbfe476a3
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Mar 6 10:40:12 2023 +0100
remove old release jobs (#39)
---
.github/release-drafter.yml | 23 --------------
.github/workflows/release-drafter.yml | 17 ----------
.github/workflows/release.yml | 58 -----------------------------------
docs/src/main/paradox/.htaccess | 2 --
project/project-info.conf | 34 ++++++++++----------
5 files changed, 17 insertions(+), 117 deletions(-)
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
deleted file mode 100644
index f11b98f..0000000
--- a/.github/release-drafter.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-# Config for https://github.com/toolmantim/release-drafter
-name-template: 'Akka Management $NEXT_PATCH_VERSION'
-tag-template: 'v$NEXT_PATCH_VERSION'
-categories:
- - title: 'Cluster Bootstrap'
- label: 't:bootstrap'
- - title: 'Cluster HTTP Management'
- label: 't:cluster-http'
- - title: 'Discovery: AWS'
- label: 't:aws'
- - title: 'Discovery: Consul'
- label: 't:consul'
- - title: 'Discovery: Kubernetes'
- label: 't:kubernetes'
- - title: 'Discovery: Marathon'
- label: 't:marathon'
-
-
-change-template: '- $TITLE
[#$NUMBER](https://github.com/akka/akka-management/issues/$NUMBER) by
[@$AUTHOR](https://github.com/$AUTHOR)'
-template: |
- ## Changes
-
- $CHANGES
diff --git a/.github/workflows/release-drafter.yml
b/.github/workflows/release-drafter.yml
deleted file mode 100644
index 9f4e905..0000000
--- a/.github/workflows/release-drafter.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-name: Release Drafter
-
-on:
- push:
- # branches to consider in the event; optional, defaults to all
- branches:
- - main
- - release-*
-
-jobs:
- update_release_draft:
- runs-on: ubuntu-latest
- steps:
- # Drafts your next Release notes as Pull Requests are merged into "main"
- - uses: release-drafter/release-drafter@v5
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
deleted file mode 100644
index c1a956f..0000000
--- a/.github/workflows/release.yml
+++ /dev/null
@@ -1,58 +0,0 @@
-name: Release
-
-on:
- push:
- branches:
- - main
- - release-*
- tags: ["*"]
-
-jobs:
- release:
- # runs on main repo only
- if: github.repository == 'akka/akka-management'
- name: Release
- # the release environment provides access to secrets required in the
release process
- # https://github.com/akka/akka-management/settings/environments
- environment: release
- runs-on: ubuntu-20.04
- steps:
- - name: Checkout
- uses: actions/checkout@v3
- with:
- # we don't know what commit the last tag was it's safer to get
entire repo so previousStableVersion resolves
- fetch-depth: 0
-
- - name: Checkout GitHub merge
- if: github.event.pull_request
- run: |-
- git fetch origin pull/${{ github.event.pull_request.number
}}/merge:scratch
- git checkout scratch
-
- - name: Setup Java 8
- uses: actions/setup-java@v3
- with:
- distribution: temurin
- java-version: 8
-
- - name: Cache Coursier cache
- uses: coursier/[email protected]
-
- - name: Publish artifacts for all Scala versions
- env:
- PGP_SECRET: ${{ secrets.PGP_SECRET }}
- SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
- SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
- run: sbt ci-release
-
- - name: Publish API and reference documentation
- env:
- GUSTAV_KEY: ${{ secrets.GUSTAV_KEY }}
- GUSTAV_PASSPHRASE: ${{ secrets.GUSTAV_PASSPHRASE }}
- run: |+
- eval "$(ssh-agent -s)"
- echo $GUSTAV_KEY | base64 -di > .github/id_rsa
- chmod 600 .github/id_rsa
- ssh-keygen -p -P "$GUSTAV_PASSPHRASE" -N "" -f .github/id_rsa
- ssh-add .github/id_rsa
- sbt "++2.13.8 docs/publishRsync"
diff --git a/docs/src/main/paradox/.htaccess b/docs/src/main/paradox/.htaccess
deleted file mode 100644
index b19de75..0000000
--- a/docs/src/main/paradox/.htaccess
+++ /dev/null
@@ -1,2 +0,0 @@
-# Sample redirect when renaming pages
-# RedirectMatch 301 ^/docs/akka-management/([^/]+)/release-notes/1.0.html
https://doc.akka.io/docs/akka-management/$1/release-notes/1.0.x.html
diff --git a/project/project-info.conf b/project/project-info.conf
index 900f3b1..7b7df78 100644
--- a/project/project-info.conf
+++ b/project/project-info.conf
@@ -4,36 +4,36 @@ project-info {
shared-info {
jdk-versions: ["Adopt OpenJDK 8 with Hotspot", "Adopt OpenJDK 11 with
Hotspot"]
snapshots: {
- url:
"https://oss.sonatype.org/content/repositories/snapshots/com/lightbend/akka/management/"
+ url:
"https://repository.apache.org/content/repositories/snapshots/org/apache/pekko/"
text: "Snapshots are available"
}
issues: {
- url: "https://github.com/akka/akka-management/issues"
+ url: "https://github.com/apache/incubator-pekko-management/issues"
text: "GitHub issues"
}
release-notes: {
- url: "https://github.com/akka/akka-management/releases"
+ url: "https://github.com/apache/incubator-pekko-management/releases"
text: "GitHub releases"
}
forums: [
{
- text: "Lightbend Discuss"
- url: "https://discuss.lightbend.com/c/akka/"
+ text: "Apache Pekko Dev mailing list"
+ url: "https://lists.apache.org/[email protected]"
}
{
- text: "akka/akka Gitter channel"
- url: "https://gitter.im/akka/akka"
+ text: "Github Discussions"
+ url: "https://github.com/apache/incubator-pekko-management/discussions"
}
]
api-docs: [
{
- url:
"https://doc.akka.io/api/akka-management/"${project-info.version}"/akka/index.html"
+ url:
"https://pekko.apache.org/api/pekko-management/current/org/apache/pekko/index.html"
text: "API (Scaladoc)"
}
]
}
management: ${project-info.shared-info} {
- title: "Pekko Management"
+ title: "Apache Pekko Management"
levels: [
{
readiness: Supported
@@ -43,7 +43,7 @@ project-info {
]
}
management-cluster-bootstrap: ${project-info.shared-info} {
- title: "Akka Cluster Bootstrap"
+ title: "Apache Pekko Cluster Bootstrap"
levels: [
{
readiness: Supported
@@ -53,7 +53,7 @@ project-info {
]
}
management-cluster-http: ${project-info.shared-info} {
- title: "Pekko Management Cluster HTTP"
+ title: "Apache Pekko Management Cluster HTTP"
levels: [
{
readiness: Supported
@@ -63,7 +63,7 @@ project-info {
]
}
management-loglevels-logback: ${project-info.shared-info} {
- title: "Dynamic Log Levels"
+ title: "Apache Pekko Dynamic Log Levels"
levels: [
{ // keep in sync with README.md
readiness: Supported
@@ -73,7 +73,7 @@ project-info {
]
}
management-loglevels-log4j2: ${project-info.shared-info} {
- title: "Dynamic Log Levels Log4j 2"
+ title: "Apache Pekko Dynamic Log Levels Log4j 2"
levels: [
{ // keep in sync with README.md
readiness: CommunityDriven
@@ -83,7 +83,7 @@ project-info {
]
}
discovery-kubernetes-api: ${project-info.shared-info} {
- title: "Akka Discovery Kubernetes"
+ title: "Apache Pekko Discovery Kubernetes"
levels: [
{
readiness: Supported
@@ -93,7 +93,7 @@ project-info {
]
}
discovery-consul: ${project-info.shared-info} {
- title: "Akka Discovery Consul"
+ title: "Apache Pekko Discovery Consul"
levels: [
{ // keep in sync with README.md
readiness: CommunityDriven
@@ -103,7 +103,7 @@ project-info {
]
}
discovery-marathon-api: ${project-info.shared-info} {
- title: "Akka Discovery Marathon"
+ title: "Apache Pekko Discovery Marathon"
levels: [
{ // keep in sync with README.md
readiness: CommunityDriven
@@ -113,7 +113,7 @@ project-info {
]
}
discovery-aws-api: ${project-info.shared-info} {
- title: "Akka Discovery AWS"
+ title: "Apache Pekko Discovery AWS"
levels: [
{ // keep in sync with README.md
readiness: CommunityDriven
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]