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 22c1fd7 commit 795afd7
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 24 deletions.
5 changes: 5 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ includes:
vars:
LANDSCAPE: suicune
CLUSTER: opal-ruby
suicune:mica-talc:
taskfile: tasks/Taskfile.cluster.yaml
vars:
LANDSCAPE: suicune
CLUSTER: mica-talc

tasks:
# Utility
Expand Down
35 changes: 20 additions & 15 deletions atomi_release.yaml
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
2 changes: 1 addition & 1 deletion chart/values.suicune.mica-talc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
serviceTree:
landscape: &landscape suicune
cluster: &cluster opal-ruby
cluster: &cluster mica-talc

tags: &tags
atomi.cloud/landscape: *landscape
Expand Down
2 changes: 1 addition & 1 deletion chart/values.suicune.opal-ruby.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
serviceTree:
landscape: &landscape suicune
cluster: &cluster mica-talc
cluster: &cluster opal-ruby

tags: &tags
atomi.cloud/landscape: *landscape
Expand Down
8 changes: 4 additions & 4 deletions flake.lock

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
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 =
Expand Down
4 changes: 2 additions & 2 deletions infra/k3d.lapras.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ ports:
registries:
create:
name: lapras.registry.lvh.me
host: "0.0.0.0"
hostPort: "20012"
host: '0.0.0.0'
hostPort: '20012'

0 comments on commit 795afd7

Please sign in to comment.