Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: release 3.4 #1229

Merged
merged 51 commits into from
May 23, 2023
Merged
Show file tree
Hide file tree
Changes from 48 commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
51d8095
feat: release 3.4
karl-cardenas-coding Apr 4, 2023
7a4cee4
Merge branch 'master' into release-3-4
karl-cardenas-coding Apr 17, 2023
718f90a
Pde self hosted (#1246)
karl-cardenas-coding Apr 18, 2023
07e85d1
Add kube-api audit logging how-to (#906)
rosskirkpat Apr 18, 2023
4fca5d6
docs: updated master
karl-cardenas-coding Apr 24, 2023
5d174f7
updating aws trust policies (#1254)
luthermonson Apr 24, 2023
cfb2388
docs: doc-755 added public IP addresses (#1256)
karl-cardenas-coding Apr 25, 2023
0182fb6
docs: PEM-1632 added new macro variable (#1262)
karl-cardenas-coding Apr 27, 2023
04bbdd1
DOC-725 Nested API Tree (#1210)
mirceabozi Apr 28, 2023
fa52c8c
Merge branch 'master' into release-3-4
karl-cardenas-coding Apr 28, 2023
6669d0d
docs: added MaaS image (#1265)
karl-cardenas-coding Apr 28, 2023
fec540b
Merge branch 'master' into release-3-4
karl-cardenas-coding Apr 28, 2023
acdddc2
Merge branch 'master' into release-3-4
karl-cardenas-coding May 4, 2023
12d3ae4
Cloudanix Update (#1276)
karl-cardenas-coding May 5, 2023
18037c3
chore: rebased to master
karl-cardenas-coding May 8, 2023
d03393a
Merge branch 'master' into release-3-4
karl-cardenas-coding May 10, 2023
8185530
ci: add preview logic to release branch
karl-cardenas-coding May 10, 2023
ec7827e
ci: add preview logic to release branch
karl-cardenas-coding May 10, 2023
d8c2216
docs: PEM-1772 updated Helm Chart requirements (#1287)
karl-cardenas-coding May 11, 2023
e63a942
docs: Deploy a Cluster with Palette [Tutorial] (#1267)
karl-cardenas-coding May 11, 2023
d0abd25
Merge branch 'master' into release-3-4
karl-cardenas-coding May 11, 2023
dc2d4aa
Release Notes 3.4 (#1285)
sudkul87 May 12, 2023
01ebbf2
BYOOS (non-Edge) (#1257)
karl-cardenas-coding May 12, 2023
fb1318e
docs: updated BYOOS steps for non-Edge scenario
karl-cardenas-coding May 12, 2023
2b12886
GCP Refactor & GKE Documentation (#1284)
karl-cardenas-coding May 13, 2023
6ca3251
Update content/docs/00-release-notes.md
karl-cardenas-coding May 15, 2023
1a1077f
chore: fixed merge conflict
karl-cardenas-coding May 15, 2023
580eb2d
Merge branch 'master' into release-3-4
karl-cardenas-coding May 15, 2023
9ddc49e
docs: api JSON schema update
prathabk May 16, 2023
30cbc37
Update content/docs/00-release-notes.md
karl-cardenas-coding May 17, 2023
a61e7c8
docs: PDE Updates (#1293)
karl-cardenas-coding May 17, 2023
d3d20e9
* docs: PCP-1072 added content for the image swap feature.
karl-cardenas-coding May 18, 2023
f7f3036
docs: Disable workloads Settting (#1296)
karl-cardenas-coding May 18, 2023
af5e960
Merge branch 'master' into release-3-4
karl-cardenas-coding May 18, 2023
12d2ab4
docs: added Harbor registry release note
karl-cardenas-coding May 18, 2023
9956e5e
docs: added Harbor registry release note
karl-cardenas-coding May 18, 2023
cfc913f
docs: updated validate to match style guide. (#1300)
karl-cardenas-coding May 18, 2023
f820abd
docs: added Harbor registry release note
karl-cardenas-coding May 18, 2023
df7d913
Merge branch 'release-3-4' of github.com:spectrocloud/librarium into …
karl-cardenas-coding May 18, 2023
65ca737
docs: auto registration req
rahulhazra97 May 18, 2023
765b37c
docs: updated imageSwap image
karl-cardenas-coding May 19, 2023
c35d611
Edge BYOOS (#1277)
rahulhazra97 May 19, 2023
adb0da8
docs: updated download URLs (#1304)
karl-cardenas-coding May 19, 2023
a192667
Merge branch 'master' into release-3-4
karl-cardenas-coding May 19, 2023
20682a8
docs: updated imageSwap image
karl-cardenas-coding May 19, 2023
05cd44f
Merge branch 'master' into release-3-4
karl-cardenas-coding May 20, 2023
98da45f
docs: updated release notes date
karl-cardenas-coding May 21, 2023
d8e09bb
docs: added upgrade notes DOC-773 (#1307)
karl-cardenas-coding May 22, 2023
af8d054
docs: update Edge CLI downloads URL
karl-cardenas-coding May 22, 2023
6021eb8
Optimised images with calibre/image-actions
github-actions[bot] May 22, 2023
71d5966
Merge branch 'master' into release-3-4
sudkul87 May 23, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Pre-merge Checks
on: [pull_request]

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]

concurrency:
group: ci-${{ github.ref }}
Expand Down
49 changes: 49 additions & 0 deletions .github/workflows/release-preview.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: Release Branch Preview

on:
push:
branches:
- 'release-*'

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_S3_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_S3_SECRET_KEY }}
AWS_DEFAULT_REGION: us-east-1
GATSBY_APPZI_TOKEN: ${{ secrets.GATSBY_APPZI_TOKEN }}
GATSBY_ALGOLIA_SEARCH_KEY: ${{ secrets.DEV_GATSBY_ALGOLIA_SEARCH_KEY }}
GATSBY_ALGOLIA_APP_ID: ${{ secrets.DEV_GATSBY_ALGOLIA_APP_ID }}
ALGOLIA_ADMIN_KEY: ${{ secrets.DEV_ALGOLIA_ADMIN_KEY }}

concurrency:
group: preview-${{ github.ref }}
cancel-in-progress: true


jobs:
build:
name: Build
runs-on: ubuntu-latest

steps:
- name: Check out repository
uses: actions/checkout@v3


- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'

- run: npm ci

- name: Build
run: |
make build

- name: Deploy Preview
run: |
aws s3 sync --cache-control 'max-age=604800' --exclude '*.html' --exclude '*page-data/*' --exclude '*.txt' --exclude '*.xml' --exclude '*/sw.js' public/ s3://docs-latest.spectrocloud.com --delete
aws s3 sync --cache-control 'max-age=0, s-maxage=604800' public/ s3://docs-latest.spectrocloud.com --delete
aws cloudfront create-invalidation --distribution-id EV0DH5A7CFZBY --paths "/*"
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ clean: ## Clean build artifacts
##@ npm Targets

initialize: ## Initialize npm dependencies
@echo "initializing npm dependencies"
npm ci

start: ## Start a local development server
npm run start

build: ## Run npm build
@echo "building site"
npm run clean
rm -rf public
npm run build

Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,21 @@ After that, you can use it like this
- the values can be one of the tab panel keys
- additionally you may refer to different sections from the inner tab using the anchor points(using the #section-1)

#### YouTube Video

To use a Youtube video us the YouTube component.

First import the component.

```js
import YouTube from 'shared/components/Video';
```

Next, in your markdown file, use the component and ensure you specify a URL.

```js
<YouTube url="https://www.youtube.com/embed/wM3hcrHbAC0" title="Three Common Kubernetes Growing Pains - and how to solve them" />
```
### Points of interest component

To use this components you will have to import if from the _shared_ folder
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/docs/images/devx_devx_cli-display.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
159,186 changes: 64,946 additions & 94,240 deletions content/api/palette-apis.json

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions content/api/v1/16-system.md

This file was deleted.

9 changes: 0 additions & 9 deletions content/api/v1/21-files.md

This file was deleted.

Loading
Loading