diff --git a/.changeset/blue-carrots-sip.md b/.changeset/blue-carrots-sip.md deleted file mode 100644 index 617e1b893..000000000 --- a/.changeset/blue-carrots-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@paklo/runner": patch ---- - -Bump the dependabot-core-images (29 updates) to from various versions to `v2.0.20260108161155`. diff --git a/.changeset/brown-readers-swim.md b/.changeset/brown-readers-swim.md deleted file mode 100644 index 3e287be17..000000000 --- a/.changeset/brown-readers-swim.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"extension-azure-devops": minor -"@paklo/runner": minor -"@paklo/core": minor -"@paklo/cli": minor ---- - -Repository renamed to paklo diff --git a/.changeset/funny-boxes-glow.md b/.changeset/funny-boxes-glow.md deleted file mode 100644 index a53b2cdc5..000000000 --- a/.changeset/funny-boxes-glow.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"extension-azure-devops": minor -"@paklo/runner": minor -"@paklo/core": minor -"@paklo/cli": minor ---- - -Updated documentation to catch up with months of changes diff --git a/.changeset/modern-cups-drop.md b/.changeset/modern-cups-drop.md deleted file mode 100644 index 994a4b513..000000000 --- a/.changeset/modern-cups-drop.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@paklo/runner": minor ---- - -Remove `fetch_files` command. -In the `fetch_files` command was made a no-op, and it does not need to be called. -Also cleaned up environment variables that are not used as a result. -Copied from: diff --git a/.changeset/smart-lights-enter.md b/.changeset/smart-lights-enter.md deleted file mode 100644 index f53e1cada..000000000 --- a/.changeset/smart-lights-enter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@paklo/core": patch ---- - -Update default experiments as of 08 January 2026 diff --git a/.changeset/social-radios-ring.md b/.changeset/social-radios-ring.md deleted file mode 100644 index 10c51b0f2..000000000 --- a/.changeset/social-radios-ring.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"extension-azure-devops": minor -"@paklo/runner": minor -"@paklo/core": minor -"@paklo/cli": minor ---- - -Standard spelling for orgs (organization) -Even though we should be using organisation, there are places we cannot change. Hence, we choose consistency. diff --git a/.changeset/yellow-cloths-argue.md b/.changeset/yellow-cloths-argue.md deleted file mode 100644 index 4ed3f1514..000000000 --- a/.changeset/yellow-cloths-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@paklo/runner": patch ---- - -Bumps github/dependabot-update-job-proxy/dependabot-update-job-proxy from v2.0.20251219172147 to v2.0.20260106190418. diff --git a/extensions/azure/CHANGELOG.md b/extensions/azure/CHANGELOG.md index 77fa69334..085119b87 100644 --- a/extensions/azure/CHANGELOG.md +++ b/extensions/azure/CHANGELOG.md @@ -1,5 +1,22 @@ # extension-azure-devops +## 2.64.0 + +### Minor Changes + +- [#2404](https://github.com/mburumaxwell/paklo/pull/2404) [`fb32322`](https://github.com/mburumaxwell/paklo/commit/fb32322f3f2fd61ccf5fee82323d497f28638b13) Thanks [@mburumaxwell](https://github.com/mburumaxwell)! - Repository renamed to paklo + +- [#2406](https://github.com/mburumaxwell/paklo/pull/2406) [`4b8ad36`](https://github.com/mburumaxwell/paklo/commit/4b8ad363bae686633a733eeb41b10ae1eb107e14) Thanks [@mburumaxwell](https://github.com/mburumaxwell)! - Updated documentation to catch up with months of changes + +- [`fd36772`](https://github.com/mburumaxwell/paklo/commit/fd36772d78b977403fef4ef983f22117ca9cd47c) Thanks [@mburumaxwell](https://github.com/mburumaxwell)! - Standard spelling for orgs (organization) + Even though we should be using organisation, there are places we cannot change. Hence, we choose consistency. + +### Patch Changes + +- Updated dependencies [[`7c5ee09`](https://github.com/mburumaxwell/paklo/commit/7c5ee0967dc6c2759d860e5091f67fe9e95d0e17), [`fb32322`](https://github.com/mburumaxwell/paklo/commit/fb32322f3f2fd61ccf5fee82323d497f28638b13), [`4b8ad36`](https://github.com/mburumaxwell/paklo/commit/4b8ad363bae686633a733eeb41b10ae1eb107e14), [`e1302ef`](https://github.com/mburumaxwell/paklo/commit/e1302efc21a07b11aad2d8111bde051f15f9d4a7), [`79d860b`](https://github.com/mburumaxwell/paklo/commit/79d860bcc8a5d1cc3a8e4c0ffb9228be25986281), [`fd36772`](https://github.com/mburumaxwell/paklo/commit/fd36772d78b977403fef4ef983f22117ca9cd47c), [`d96b059`](https://github.com/mburumaxwell/paklo/commit/d96b05982e5d1024d823cc21b12f3e0ce3ed4abf)]: + - @paklo/runner@0.9.0 + - @paklo/core@0.12.0 + ## 2.63.3 ### Patch Changes diff --git a/extensions/azure/package.json b/extensions/azure/package.json index b245d0534..80a5636cd 100644 --- a/extensions/azure/package.json +++ b/extensions/azure/package.json @@ -1,6 +1,6 @@ { "name": "extension-azure-devops", - "version": "2.63.3", + "version": "2.64.0", "description": "Dependabot Azure DevOps (Paklo) task", "license": "AGPL-3.0-later", "author": "mburumaxwell", diff --git a/extensions/azure/tasks/dependabotV2/task.json b/extensions/azure/tasks/dependabotV2/task.json index b1fddbccf..c09fd6802 100644 --- a/extensions/azure/tasks/dependabotV2/task.json +++ b/extensions/azure/tasks/dependabotV2/task.json @@ -21,8 +21,8 @@ "demands": [], "version": { "Major": 2, - "Minor": 63, - "Patch": 3 + "Minor": 64, + "Patch": 0 }, "instanceNameFormat": "Dependabot update", "groups": [ diff --git a/extensions/azure/vss-extension.json b/extensions/azure/vss-extension.json index 0b5f7c22e..518fc259a 100644 --- a/extensions/azure/vss-extension.json +++ b/extensions/azure/vss-extension.json @@ -4,7 +4,7 @@ "id": "dependabot", "name": "Dependabot", "description": "Automatically update dependencies and vulnerabilities in your code", - "version": "2.63.3.0", + "version": "2.64.0.0", "publisher": "tingle-software", "public": true, "targets": [ diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index f29d8f469..3d75dae47 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,22 @@ # paklo +## 0.17.0 + +### Minor Changes + +- [#2404](https://github.com/mburumaxwell/paklo/pull/2404) [`fb32322`](https://github.com/mburumaxwell/paklo/commit/fb32322f3f2fd61ccf5fee82323d497f28638b13) Thanks [@mburumaxwell](https://github.com/mburumaxwell)! - Repository renamed to paklo + +- [#2406](https://github.com/mburumaxwell/paklo/pull/2406) [`4b8ad36`](https://github.com/mburumaxwell/paklo/commit/4b8ad363bae686633a733eeb41b10ae1eb107e14) Thanks [@mburumaxwell](https://github.com/mburumaxwell)! - Updated documentation to catch up with months of changes + +- [`fd36772`](https://github.com/mburumaxwell/paklo/commit/fd36772d78b977403fef4ef983f22117ca9cd47c) Thanks [@mburumaxwell](https://github.com/mburumaxwell)! - Standard spelling for orgs (organization) + Even though we should be using organisation, there are places we cannot change. Hence, we choose consistency. + +### Patch Changes + +- Updated dependencies [[`7c5ee09`](https://github.com/mburumaxwell/paklo/commit/7c5ee0967dc6c2759d860e5091f67fe9e95d0e17), [`fb32322`](https://github.com/mburumaxwell/paklo/commit/fb32322f3f2fd61ccf5fee82323d497f28638b13), [`4b8ad36`](https://github.com/mburumaxwell/paklo/commit/4b8ad363bae686633a733eeb41b10ae1eb107e14), [`e1302ef`](https://github.com/mburumaxwell/paklo/commit/e1302efc21a07b11aad2d8111bde051f15f9d4a7), [`79d860b`](https://github.com/mburumaxwell/paklo/commit/79d860bcc8a5d1cc3a8e4c0ffb9228be25986281), [`fd36772`](https://github.com/mburumaxwell/paklo/commit/fd36772d78b977403fef4ef983f22117ca9cd47c), [`d96b059`](https://github.com/mburumaxwell/paklo/commit/d96b05982e5d1024d823cc21b12f3e0ce3ed4abf)]: + - @paklo/runner@0.9.0 + - @paklo/core@0.12.0 + ## 0.16.3 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 18eba7e73..4fae8c6ca 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@paklo/cli", - "version": "0.16.3", + "version": "0.17.0", "sideEffects": false, "type": "module", "author": "mburumaxwell", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4f526c472..8c713c519 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,20 @@ # @paklo/core +## 0.12.0 + +### Minor Changes + +- [#2404](https://github.com/mburumaxwell/paklo/pull/2404) [`fb32322`](https://github.com/mburumaxwell/paklo/commit/fb32322f3f2fd61ccf5fee82323d497f28638b13) Thanks [@mburumaxwell](https://github.com/mburumaxwell)! - Repository renamed to paklo + +- [#2406](https://github.com/mburumaxwell/paklo/pull/2406) [`4b8ad36`](https://github.com/mburumaxwell/paklo/commit/4b8ad363bae686633a733eeb41b10ae1eb107e14) Thanks [@mburumaxwell](https://github.com/mburumaxwell)! - Updated documentation to catch up with months of changes + +- [`fd36772`](https://github.com/mburumaxwell/paklo/commit/fd36772d78b977403fef4ef983f22117ca9cd47c) Thanks [@mburumaxwell](https://github.com/mburumaxwell)! - Standard spelling for orgs (organization) + Even though we should be using organisation, there are places we cannot change. Hence, we choose consistency. + +### Patch Changes + +- [#2405](https://github.com/mburumaxwell/paklo/pull/2405) [`79d860b`](https://github.com/mburumaxwell/paklo/commit/79d860bcc8a5d1cc3a8e4c0ffb9228be25986281) Thanks [@mburumaxwell](https://github.com/mburumaxwell)! - Update default experiments as of 08 January 2026 + ## 0.11.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index e75639a5a..8adf60ae5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@paklo/core", - "version": "0.11.1", + "version": "0.12.0", "sideEffects": false, "type": "module", "author": "mburumaxwell", diff --git a/packages/runner/CHANGELOG.md b/packages/runner/CHANGELOG.md index fe3749bb9..ac16c9862 100644 --- a/packages/runner/CHANGELOG.md +++ b/packages/runner/CHANGELOG.md @@ -1,5 +1,30 @@ # @paklo/runner +## 0.9.0 + +### Minor Changes + +- [#2404](https://github.com/mburumaxwell/paklo/pull/2404) [`fb32322`](https://github.com/mburumaxwell/paklo/commit/fb32322f3f2fd61ccf5fee82323d497f28638b13) Thanks [@mburumaxwell](https://github.com/mburumaxwell)! - Repository renamed to paklo + +- [#2406](https://github.com/mburumaxwell/paklo/pull/2406) [`4b8ad36`](https://github.com/mburumaxwell/paklo/commit/4b8ad363bae686633a733eeb41b10ae1eb107e14) Thanks [@mburumaxwell](https://github.com/mburumaxwell)! - Updated documentation to catch up with months of changes + +- [#2401](https://github.com/mburumaxwell/paklo/pull/2401) [`e1302ef`](https://github.com/mburumaxwell/paklo/commit/e1302efc21a07b11aad2d8111bde051f15f9d4a7) Thanks [@mburumaxwell](https://github.com/mburumaxwell)! - Remove `fetch_files` command. + In the `fetch_files` command was made a no-op, and it does not need to be called. + Also cleaned up environment variables that are not used as a result. + Copied from: + +- [`fd36772`](https://github.com/mburumaxwell/paklo/commit/fd36772d78b977403fef4ef983f22117ca9cd47c) Thanks [@mburumaxwell](https://github.com/mburumaxwell)! - Standard spelling for orgs (organization) + Even though we should be using organisation, there are places we cannot change. Hence, we choose consistency. + +### Patch Changes + +- [#2397](https://github.com/mburumaxwell/paklo/pull/2397) [`7c5ee09`](https://github.com/mburumaxwell/paklo/commit/7c5ee0967dc6c2759d860e5091f67fe9e95d0e17) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump the dependabot-core-images (29 updates) to from various versions to `v2.0.20260108161155`. + +- [#2398](https://github.com/mburumaxwell/paklo/pull/2398) [`d96b059`](https://github.com/mburumaxwell/paklo/commit/d96b05982e5d1024d823cc21b12f3e0ce3ed4abf) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bumps github/dependabot-update-job-proxy/dependabot-update-job-proxy from v2.0.20251219172147 to v2.0.20260106190418. + +- Updated dependencies [[`fb32322`](https://github.com/mburumaxwell/paklo/commit/fb32322f3f2fd61ccf5fee82323d497f28638b13), [`4b8ad36`](https://github.com/mburumaxwell/paklo/commit/4b8ad363bae686633a733eeb41b10ae1eb107e14), [`79d860b`](https://github.com/mburumaxwell/paklo/commit/79d860bcc8a5d1cc3a8e4c0ffb9228be25986281), [`fd36772`](https://github.com/mburumaxwell/paklo/commit/fd36772d78b977403fef4ef983f22117ca9cd47c)]: + - @paklo/core@0.12.0 + ## 0.8.3 ### Patch Changes diff --git a/packages/runner/package.json b/packages/runner/package.json index f290d68de..eab4902cc 100644 --- a/packages/runner/package.json +++ b/packages/runner/package.json @@ -1,6 +1,6 @@ { "name": "@paklo/runner", - "version": "0.8.3", + "version": "0.9.0", "sideEffects": false, "type": "module", "author": "mburumaxwell",