Skip to content

Commit

Permalink
upstream(atominix): ugrading to 28.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 2, 2024
1 parent 5ad76b0 commit e33318a
Show file tree
Hide file tree
Showing 35 changed files with 25 additions and 20 deletions.
Empty file modified .envrc
100644 → 100755
Empty file.
Empty file modified .github/dependabot.yml
100644 → 100755
Empty file.
Empty file modified .github/workflows/deployment.yaml
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified .gitlint
100644 → 100755
Empty file.
Empty file modified Changelog.md
100644 → 100755
Empty file.
Empty file modified README.MD
100644 → 100755
Empty file.
Empty file modified Taskfile.yml
100644 → 100755
Empty file.
35 changes: 20 additions & 15 deletions atomi_release.yaml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -22,42 +22,47 @@ specialScopes:
release: false

plugins:
- module: "@semantic-release/changelog"
- module: '@semantic-release/changelog'
version: 6.0.3
config:
changelogFile: Changelog.md
- module: "@semantic-release/exec"
- module: '@semantic-release/exec'
version: 6.0.3
config:
prepareCmd: ./scripts/ci/publish.sh ${nextRelease.version}
- module: "@semantic-release/git"
- module: '@semantic-release/git'
version: 10.0.1
config:
message: "release: ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
assets:
- chart/**/*.*
- Changelog.md
- docs/developer/CommitConventions.md
- module: "semantic-release-major-tag"
- module: 'semantic-release-major-tag'
version: 0.3.2
config:
customTags:
- "v${major}"
- "v${major}.${minor}"
- module: "@semantic-release/github"
- 'v${major}'
- 'v${major}.${minor}'
- module: '@semantic-release/github'
version: 10.3.5

# Helm
types:
- type: upstream
desc: "Changes from dependencies upstream"
desc: 'Changes from dependencies upstream'
section: 📦 Upstreams Changes
scopes:
default:
desc: Generic update from upstream dependencies
release: "minor"
release: 'minor'
vae:
verb: update upstream
application: <scope>, <title>
example: "upstream(mysql): from v5.7 to v8.0"
example: 'upstream(mysql): from v5.7 to v8.0'

- type: config
desc: "Changes to configuration files and scripts"
desc: 'Changes to configuration files and scripts'
scopes:
default:
desc: Updates the configuration of the repository, not related to the other scopes
Expand Down Expand Up @@ -86,7 +91,7 @@ types:
vae:
verb: configure
application: <scope> to <title>
example: "config(ci): setup nix before executing"
example: 'config(ci): setup nix before executing'

- type: release
desc: Initiate a release (machine initiated)
Expand All @@ -105,14 +110,14 @@ types:
vae:
verb: add
application: <scope> documention <title>
example: "docs(developer): on how to install dependency packages"
example: 'docs(developer): on how to install dependency packages'
- type: feat
section: 🚀 New Features
desc: A new feature
vae:
verb: add
application: <scope> <title>
example: "feat(rapid): new withdraw api"
example: 'feat(rapid): new withdraw api'
scopes:
default:
desc: Release a new features
Expand All @@ -129,7 +134,7 @@ types:
vae:
verb: fix
application: <title>
example: "fix(rapid): deposit api for rapid"
example: 'fix(rapid): deposit api for rapid'
scopes:
default:
desc: Generic fixes
Expand Down
Empty file modified chart/.helmignore
100644 → 100755
Empty file.
Empty file modified chart/Chart.lock
100644 → 100755
Empty file.
Empty file modified chart/Chart.yaml
100644 → 100755
Empty file.
Empty file modified chart/README.md
100644 → 100755
Empty file.
Empty file modified chart/charts/aws-ebs-csi-driver-2.33.0.tgz
100644 → 100755
Empty file.
Empty file modified chart/charts/aws-efs-csi-driver-3.0.8.tgz
100644 → 100755
Empty file.
Empty file modified chart/charts/aws-load-balancer-controller-1.8.2.tgz
100644 → 100755
Empty file.
Empty file modified chart/templates/NOTES.txt
100644 → 100755
Empty file.
Empty file modified chart/templates/_helpers.tpl
100644 → 100755
Empty file.
Empty file modified chart/templates/deployment.yaml
100644 → 100755
Empty file.
Empty file modified chart/values.entei.amber.yaml
100644 → 100755
Empty file.
Empty file modified chart/values.entei.topaz.yaml
100644 → 100755
Empty file.
Empty file modified chart/values.example.yaml
100644 → 100755
Empty file.
Empty file modified chart/values.yaml
100644 → 100755
Empty file.
Empty file modified config/dev.yaml
100644 → 100755
Empty file.
Empty file modified docs/developer/CommitConventions.md
100644 → 100755
Empty file.
8 changes: 4 additions & 4 deletions flake.lock
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# registry
nixpkgs.url = "nixpkgs/5e0ca22929f3342b19569b21b2f3462f053e497b";
nixpkgs-240810.url = "nixpkgs/5e0ca22929f3342b19569b21b2f3462f053e497b";
atomipkgs.url = "github:kirinnee/test-nix-repo/v27.0.0";
atomipkgs.url = "github:kirinnee/test-nix-repo/v28.0.0";
};
outputs =
{ self
Expand Down
Empty file modified infra/k3d.lapras.yaml
100644 → 100755
Empty file.
Empty file modified nix/env.nix
100644 → 100755
Empty file.
Empty file modified nix/fmt.nix
100644 → 100755
Empty file.
Empty file modified nix/packages.nix
100644 → 100755
Empty file.
Empty file modified nix/pre-commit.nix
100644 → 100755
Empty file.
Empty file modified nix/shells.nix
100644 → 100755
Empty file.
Empty file modified tasks/Taskfile.cluster.yaml
100644 → 100755
Empty file.
Empty file modified tasks/Taskfile.util.yaml
100644 → 100755
Empty file.

0 comments on commit e33318a

Please sign in to comment.