Skip to content

Commit

Permalink
Using alpha.33
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewinne committed Aug 21, 2023
1 parent d914b42 commit 71c3cdf
Show file tree
Hide file tree
Showing 49 changed files with 106,488 additions and 14,757 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@
### Development
The development workflow will run the workflow on every push to a branch that is not the main branch. It will create a new release that is promoted to a channel with the same name as the branch.
The next job will setup a compatibility matrix of clusters, deploy the app and execute some tests. Once everything is successful the created clusters and customers will be removed again.
Based on your preference you can either use the simplified smoke-test version, or the highly customizable version.
Based on your preference you can either use the simplified prepare-cluster version, or the highly customizable version.

#### Smoke Test
See the [example workflow](example-workflows/development-helm-smoke-test.yaml) for more details and also the [smoke-test](smoke-test) directory for the actual action.
#### Prepare Cluster
See the [example workflow](example-workflows/development-helm-smoke-test.yaml) for more details and also the [prepare-cluster](prepare-cluster) directory for the actual action.

https://github.com/replicatedhq/compatibility-actions/blob/749a205e6ed9031d7781e33a5f5764b1982bbef8/example-workflows/development-helm-smoke-test.yaml#L1-L54
https://github.com/replicatedhq/replicated-actions/blob/749a205e6ed9031d7781e33a5f5764b1982bbef8/example-workflows/development-helm-prepare-cluster.yaml#L1-L35

#### Customizable

##### Installation with Helm
See the [example workflow](example-workflows/development-helm.yaml) for more details.

https://github.com/replicatedhq/compatibility-actions/blob/749a205e6ed9031d7781e33a5f5764b1982bbef8/example-workflows/development-helm.yaml#L1-L140
https://github.com/replicatedhq/replicated-actions/blob/749a205e6ed9031d7781e33a5f5764b1982bbef8/example-workflows/development-helm.yaml#L1-L140

##### Installation with KOTS
See the [example workflow](example-workflows/development-kots.yaml) for more details.

https://github.com/replicatedhq/compatibility-actions/blob/749a205e6ed9031d7781e33a5f5764b1982bbef8/example-workflows/development-kots.yaml#L1-L133
https://github.com/replicatedhq/replicated-actions/blob/749a205e6ed9031d7781e33a5f5764b1982bbef8/example-workflows/development-kots.yaml#L1-L133

### Releasing
The releasing workflow will run the workflow each time a tag is being placed on the repository. It will create a new release that is promoted to a channel with the same name as the tag.
The next job will setup a compatibility matrix of clusters, deploy the app and execute some tests. Once everything is successful the release will be promoted to the stable channel. And the created clusters and customers for the compatibility matrix will be removed again.

See the [example workflow](example-workflows/release.yaml) for more details.

https://github.com/replicatedhq/compatibility-actions/blob/749a205e6ed9031d7781e33a5f5764b1982bbef8/example-workflows/release.yaml#L1-L151
https://github.com/replicatedhq/replicated-actions/blob/749a205e6ed9031d7781e33a5f5764b1982bbef8/example-workflows/release.yaml#L1-L151
50 changes: 50 additions & 0 deletions archive-channel/dist/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,31 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


base64-js
MIT
The MIT License (MIT)

Copyright (c) 2014 Jameson Little

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


date-fns
MIT
MIT License
Expand Down Expand Up @@ -111,6 +136,31 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.


pako
(MIT AND Zlib)
(The MIT License)

Copyright (C) 2014-2017 by Vitaly Puzrin and Andrei Tuputcyn

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


replicated-lib
Apache License
Version 2.0, January 2004
Expand Down
Loading

0 comments on commit 71c3cdf

Please sign in to comment.