diff --git a/Taskfile.yml b/Taskfile.yml index f83150f..105a746 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -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 diff --git a/atomi_release.yaml b/atomi_release.yaml index 122b4f0..6c6d1c9 100644 --- a/atomi_release.yaml +++ b/atomi_release.yaml @@ -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: , - 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 @@ -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) @@ -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 @@ -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 diff --git a/chart/values.suicune.mica-talc.yaml b/chart/values.suicune.mica-talc.yaml index f5ffbe9..84c2965 100644 --- a/chart/values.suicune.mica-talc.yaml +++ b/chart/values.suicune.mica-talc.yaml @@ -1,6 +1,6 @@ serviceTree: landscape: &landscape suicune - cluster: &cluster opal-ruby + cluster: &cluster mica-talc tags: &tags atomi.cloud/landscape: *landscape diff --git a/chart/values.suicune.opal-ruby.yaml b/chart/values.suicune.opal-ruby.yaml index 84c2965..f5ffbe9 100644 --- a/chart/values.suicune.opal-ruby.yaml +++ b/chart/values.suicune.opal-ruby.yaml @@ -1,6 +1,6 @@ serviceTree: landscape: &landscape suicune - cluster: &cluster mica-talc + cluster: &cluster opal-ruby tags: &tags atomi.cloud/landscape: *landscape diff --git a/flake.lock b/flake.lock index 3e90208..78a42cf 100644 --- a/flake.lock +++ b/flake.lock @@ -15,16 +15,16 @@ "npkgs-unstable": "npkgs-unstable_3" }, "locked": { - "lastModified": 1720858656, - "narHash": "sha256-k/EE+GrQYP0BDYhdS/YWULMNrewZm4Y7+wWncal4Udk=", + "lastModified": 1727535459, + "narHash": "sha256-4NhQ5cX5MNaQTLShhwroD+vAbNO6/8KLh7Is7IXhHfY=", "owner": "kirinnee", "repo": "test-nix-repo", - "rev": "164d6fd91e41410bfd0d8737ec77388346045665", + "rev": "6e28f6405ca3f2ecd75d494a2911e7e5f368c8b5", "type": "github" }, "original": { "owner": "kirinnee", - "ref": "v27.0.0", + "ref": "v28.0.0", "repo": "test-nix-repo", "type": "github" } diff --git a/flake.nix b/flake.nix index 70874e1..5b1a6c9 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = diff --git a/infra/k3d.lapras.yaml b/infra/k3d.lapras.yaml index 84f1ca5..34f314b 100644 --- a/infra/k3d.lapras.yaml +++ b/infra/k3d.lapras.yaml @@ -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'