Skip to content

Commit

Permalink
Merge pull request #4 from panubo/update_4_0_1
Browse files Browse the repository at this point in the history
Update 4.0.1 tools
  • Loading branch information
macropin authored Jul 13, 2022
2 parents 997811d + 168d45b commit 123c95b
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 8 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.git
.dockerignore
Makefile
README.md
test/
8 changes: 5 additions & 3 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Source: https://github.com/panubo/reference-github-actions/blob/master/github-release.yml
# Description: Create a GitHub release
# LICENSE: MIT License, Copyright (c) 2021-2022 Volt Grid Pty Ltd t/a Panubo

name: GitHub Release

on:
push:
tags:
- '*'

name: GitHub Release

jobs:
build:
name: Create GitHub Release
Expand All @@ -21,7 +23,7 @@ jobs:
- name: Get Release Notes
id: get_release_notes
run: |
NOTES=$(git log --pretty=format:%s $(git tag --sort=-refname | head -1)...$(git tag --sort=-refname | head -2 | tail -1) | awk '{ print "-", $0 }')
NOTES=$(git log --pretty=format:%s $(git tag --sort=-v:refname | head -1)...$(git tag --sort=-v:refname | head -2 | tail -1) | awk '{ print "-", $0 }')
NOTES="${NOTES//'%'/'%25'}"
NOTES="${NOTES//$'\n'/'%0A'}"
NOTES="${NOTES//$'\r'/'%0D'}"
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ push:

clean:
docker rmi ${IMAGE_NAME}:${TAG}

tree: build
docker run --rm -it --name rundeck --entrypoint /bin/bash ${IMAGE_NAME}:${TAG} -c "apt-get update && apt-get -y install tree && tree /opt"
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ However when upgrading to 4.x versions from 3.x or earlier, the following must b

### 4.x upgrade

The following must be run to ensure that all the rundeck files are owned by the correct uid/gid.
The following must be run to ensure that all the Rundeck files are owned by the correct uid/gid.

```
find . -uid 102 -exec chown --no-dereference 103 {} \;
Expand Down Expand Up @@ -107,6 +107,9 @@ The directory structure looks like:

```
/opt/
├── argo-3.1
│   └── bin
│   └── argo
├── bin
│   ├── lego
│   └── sops
Expand All @@ -125,6 +128,15 @@ The directory structure looks like:
├── helm-3.6
│   └── bin
│   └── helm
├── helm-3.7
│   └── bin
│   └── helm
├── helm-3.8
│   └── bin
│   └── helm
├── helm-3.9
│   └── bin
│   └── helm
├── kubectl-1.18
│   └── bin
│   └── kubectl
Expand All @@ -144,8 +156,8 @@ The directory structure looks like:
│   └── bin
│   └── kubectl
└── rundeck-plugins
├── ansible-plugin-3.1.1.jar
├── rundeck-ec2-nodes-plugin-1.5.14.jar
├── ansible-plugin-3.2.0.jar
├── rundeck-ec2-nodes-plugin-1.6.0.jar
└── rundeck-slack-incoming-webhook-plugin-0.11.jar
```

Expand Down
10 changes: 8 additions & 2 deletions install-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,19 +128,22 @@ KUBECTL_1_20_9_CHECKSUM=9d76c4431e10e268dd7c6b53b27aaa62a6f26455013e1d7f6d85da86
KUBECTL_1_19_13_CHECKSUM=275a97f2c825e8148b46b5b7eb62c1c76bdbadcca67f5e81f19a5985078cc185
KUBECTL_1_18_20_CHECKSUM=66a9bb8e9843050340844ca6e72e67632b75b9ebb651559c49db22f35450ed2f

HELM_3_9_0_CHECKSUM=1484ffb0c7a608d8069470f48b88d729e88c41a1b6602f145231e8ea7b43b50a
HELM_3_8_2_CHECKSUM=6cb9a48f72ab9ddfecab88d264c2f6508ab3cd42d9c09666be16a7bf006bed7b
HELM_3_7_2_CHECKSUM=4ae30e48966aba5f807a4e140dad6736ee1a392940101e4d79ffb4ee86200a9e
HELM_3_6_3_CHECKSUM=07c100849925623dc1913209cd1a30f0a9b80a5b4d6ff2153c609d11b043e262
HELM_3_5_4_CHECKSUM=a8ddb4e30435b5fd45308ecce5eaad676d64a5de9c89660b56face3fe990b318
HELM_3_4_2_CHECKSUM=cacde7768420dd41111a4630e047c231afa01f67e49cc0c6429563e024da4b98
HELM_3_3_4_CHECKSUM=b664632683c36446deeb85c406871590d879491e3de18978b426769e43a1e82c
HELM_3_2_4_CHECKSUM=8eb56cbb7d0da6b73cd8884c6607982d0be8087027b8ded01d6b2759a72e34b1

SOPS_3_7_1_CHECKSUM=185348fd77fc160d5bdf3cd20ecbc796163504fd3df196d7cb29000773657b74
SOPS_3_7_3_CHECKSUM=53aec65e45f62a769ff24b7e5384f0c82d62668dd96ed56685f649da114b4dbb

LEGO_4_4_0_CHECKSUM=302a780a56dd52601aa5d1dc31e607599cb85b113830abe464001622ca8b80a2

ARGO_3_1_5_CHECKSUM=68ebb30e79aa5ab649dbd0feb6e227b0dcff2b2983c00e176cc523a9f883567b

install_sops 3.7.1
install_sops 3.7.3

install_lego 4.4.0

Expand All @@ -149,6 +152,9 @@ install_helm 3.3.4
install_helm 3.4.2
install_helm 3.5.4
install_helm 3.6.3
install_helm 3.7.2
install_helm 3.8.2
install_helm 3.9.0

install_kubectl 1.18.20
install_kubectl 1.19.13
Expand Down

0 comments on commit 123c95b

Please sign in to comment.