Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
id: release
uses: googleapis/release-please-action@v4
with:
release-type: go
token: ${{ secrets.LOS_AUTO_BOT_RP_TOKEN }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json

goreleaser:
needs: release-please
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.3"
".": "0.3.0"
}
112 changes: 112 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,117 @@
# Changelog

## [0.3.0](https://github.com/looker-open-source/looker-cli/compare/looker-cli-v0.4.3...looker-cli-v0.3.0) (2026-06-15)


### Features

* Add --trim option for dashboard cat, look cat, and folder export commands ([#178](https://github.com/looker-open-source/looker-cli/issues/178)) ([3173796](https://github.com/looker-open-source/looker-cli/commit/317379600803cfb92d223980930c0831fe8c247d))
* Alert randomization ([ece058c](https://github.com/looker-open-source/looker-cli/commit/ece058c6207081587c68cfef5cf2ef93bd783985))
* Alert randomization ([f367d8e](https://github.com/looker-open-source/looker-cli/commit/f367d8e5e0d164cf5cf1d9b7e79ed93fd2c0ea62))
* Alerts management through gazer ([#180](https://github.com/looker-open-source/looker-cli/issues/180)) ([74d0307](https://github.com/looker-open-source/looker-cli/commit/74d0307d63602df5efad98e7c8e92b91740a4afc))
* Connection handling with Gazer ([#184](https://github.com/looker-open-source/looker-cli/issues/184)) ([346c9b7](https://github.com/looker-open-source/looker-cli/commit/346c9b7ea846acd604dbe929fab71e2ae0a5cf71))
* create role command ([#204](https://github.com/looker-open-source/looker-cli/issues/204)) ([cba4a80](https://github.com/looker-open-source/looker-cli/commit/cba4a803af8298915ca0e2189919d542bfd9f982))
* dashboard import_lookml ([#192](https://github.com/looker-open-source/looker-cli/issues/192)) ([248d5eb](https://github.com/looker-open-source/looker-cli/commit/248d5eb4b9e1c9ae302ab1b598784dd5065e9bf0))
* dashboard sync_lookml to sync UDDs with their associated lookml dashboards ([#194](https://github.com/looker-open-source/looker-cli/issues/194)) ([7b94a79](https://github.com/looker-open-source/looker-cli/commit/7b94a7962d36d865759b105b481f602aac87523e))
* get and create deplpy keys for git. ([7b4a9e2](https://github.com/looker-open-source/looker-cli/commit/7b4a9e225596f54b6ec58d4923ac9e3d73106bd6))
* import and update a project ([#186](https://github.com/looker-open-source/looker-cli/issues/186)) ([825ab29](https://github.com/looker-open-source/looker-cli/commit/825ab297e99b4c09721bda3c72fce969fd16c5e8))
* management of model sets ([#200](https://github.com/looker-open-source/looker-cli/issues/200)) ([1b964ca](https://github.com/looker-open-source/looker-cli/commit/1b964ca25cf7eb55ff211dab6ae48c174ad3f4b6))
* Misc fixes ([#175](https://github.com/looker-open-source/looker-cli/issues/175)) ([20b334b](https://github.com/looker-open-source/looker-cli/commit/20b334b3e4d1a76ecef79d5c686f6cf428cdc47d))
* More project and model commands ([#190](https://github.com/looker-open-source/looker-cli/issues/190)) ([2d05d00](https://github.com/looker-open-source/looker-cli/commit/2d05d00a13721fdde733aecb6c99985ee5a1b081))
* option to sync lookml dashboard on import_lookml if it exists already ([#196](https://github.com/looker-open-source/looker-cli/issues/196)) ([c8ec619](https://github.com/looker-open-source/looker-cli/commit/c8ec619186c6a0ce81633d701f78444f4e488a5b))
* Permission Set management ([#203](https://github.com/looker-open-source/looker-cli/issues/203)) ([ef7355c](https://github.com/looker-open-source/looker-cli/commit/ef7355c41234928996540f2c6ed50ba358e197b7))
* Persistent tokens for login ([#182](https://github.com/looker-open-source/looker-cli/issues/182)) ([482c00f](https://github.com/looker-open-source/looker-cli/commit/482c00f4cb40519a3d3e7aac771e3b52c553e5d1))
* Plan randomization ([1d37247](https://github.com/looker-open-source/looker-cli/commit/1d372474bd2f6adc353d372a9ddfcb7f8a0c283b))
* Plan randomization ([3176fe0](https://github.com/looker-open-source/looker-cli/commit/3176fe0032c237adcb7b95d821e0f54323e19221))
* Project management and session management additions ([#185](https://github.com/looker-open-source/looker-cli/issues/185)) ([0093a60](https://github.com/looker-open-source/looker-cli/commit/0093a6057bd953773939fdf901631bab0e9109c6))
* randomize a specific alert by alert_id ([0e9cf40](https://github.com/looker-open-source/looker-cli/commit/0e9cf401346845d4f740a75379161cecddf1669b))
* randomize a specific plan by plan_id ([99d30f1](https://github.com/looker-open-source/looker-cli/commit/99d30f1747eafa81989bfd3bfc728c5a367fc1e3))
* Rewrite in Go plus full api coverage and OAuth support ([#281](https://github.com/looker-open-source/looker-cli/issues/281)) ([fe2ebda](https://github.com/looker-open-source/looker-cli/commit/fe2ebda30f1ecaa1b89d79520b3cea20be4cf457))
* show available permissions in tree format ([#202](https://github.com/looker-open-source/looker-cli/issues/202)) ([c702a64](https://github.com/looker-open-source/looker-cli/commit/c702a64a5247fb151b155d1c6d1116cb20cccc0f))
* Tech debt removal for better testing ([#223](https://github.com/looker-open-source/looker-cli/issues/223)) ([e3a7e88](https://github.com/looker-open-source/looker-cli/commit/e3a7e889fe020a4a1a5f496b634b11cf96c3028f))


### Bug Fixes

* Add release please workflow to automate releases ([6279bc6](https://github.com/looker-open-source/looker-cli/commit/6279bc68fcfd8f09f7385053767e6a9571570333))
* Added alias for folder command to point to space. ([#133](https://github.com/looker-open-source/looker-cli/issues/133)) ([e54ffe0](https://github.com/looker-open-source/looker-cli/commit/e54ffe0c8c1ba300b5d989c5b16b8a234e9623b1))
* Avoid API 4.0 for deprecation of spaces endpoint ([#124](https://github.com/looker-open-source/looker-cli/issues/124)) ([#125](https://github.com/looker-open-source/looker-cli/issues/125)) ([3823399](https://github.com/looker-open-source/looker-cli/commit/38233991bfc5456ac0cf3d485d12520f50a2ea76))
* Bump version ([652486c](https://github.com/looker-open-source/looker-cli/commit/652486ce6571d4fea2d3ea847c5927395aa4373e))
* called row element with wrong method ([8fc78a2](https://github.com/looker-open-source/looker-cli/commit/8fc78a2999a23816348378e1bd810223c42a5a8b))
* called row element with wrong method ([e1b7bf7](https://github.com/looker-open-source/looker-cli/commit/e1b7bf7e0f0873dd4655ae8cd01d25d2ca978db2))
* clean up eval code ([b478a45](https://github.com/looker-open-source/looker-cli/commit/b478a45327ddf1e48441e780c54ad280822d736c))
* continue after 403 error on dashboard cat getting alerts if user is not admin ([5074ec3](https://github.com/looker-open-source/looker-cli/commit/5074ec3ddc0d1278693fdec5b42d88602bb3ee46))
* continue after 403 error on dashboard cat getting alerts if user… ([438b384](https://github.com/looker-open-source/looker-cli/commit/438b384ab627b1913bb6866e210ba0f330212857))
* correct archive format fields in GoReleaser config ([6b0cbca](https://github.com/looker-open-source/looker-cli/commit/6b0cbca97b692d185f5d5bc1729a4bea8d81a955))
* Dashboard import works properly ([#285](https://github.com/looker-open-source/looker-cli/issues/285)) ([f47cbd8](https://github.com/looker-open-source/looker-cli/commit/f47cbd839d7b402fb779dbc95fe10036452aff42))
* detect if dashboard import gets a look file and vice versa, warn on importing a deleted dashboard or look ([#116](https://github.com/looker-open-source/looker-cli/issues/116)) ([a12dc25](https://github.com/looker-open-source/looker-cli/commit/a12dc2525bed55816b368306f2d05a24dc07aaf4))
* Faraday 2.x ([95a62e3](https://github.com/looker-open-source/looker-cli/commit/95a62e3699800555de57e8bd457215fed37df1b5))
* Faraday 2.x ([bdc5e52](https://github.com/looker-open-source/looker-cli/commit/bdc5e5205c1be21d76b93624f193fadb8a1b32b3))
* fix for release 0.2.55 ([46b390f](https://github.com/looker-open-source/looker-cli/commit/46b390fec001b23aab5dc56afd85d2eadbca40b9))
* fix for release 0.2.55 ([3e2e4bd](https://github.com/looker-open-source/looker-cli/commit/3e2e4bdfdc35018449b3c6be6a6610f44ae865f7))
* fix release please settings ([#280](https://github.com/looker-open-source/looker-cli/issues/280)) ([ff53d8c](https://github.com/looker-open-source/looker-cli/commit/ff53d8c1f503a975ac8b1f88ef85469c8cfc77ae))
* fix version ([#121](https://github.com/looker-open-source/looker-cli/issues/121)) ([f9b0b22](https://github.com/looker-open-source/looker-cli/commit/f9b0b2237eb3c520aabc2f1ff5a63ddf6c934ce4))
* for dashboard cat with --plans ([5643269](https://github.com/looker-open-source/looker-cli/commit/5643269f775305f3a13e9e315c34aef09fd5aa5d))
* Gemfile.lock was out of date ([a4e49c3](https://github.com/looker-open-source/looker-cli/commit/a4e49c3972772e0629a8f1589172ddd136ee7e21))
* handle-missing-versions-endpoint-in-api-call ([#270](https://github.com/looker-open-source/looker-cli/issues/270)) ([6b146b3](https://github.com/looker-open-source/looker-cli/commit/6b146b30c7acb4e3ccbe74537cfc8f9fa19a0f0e))
* migrate to API 4.0 ([#154](https://github.com/looker-open-source/looker-cli/issues/154)) ([eecdfd4](https://github.com/looker-open-source/looker-cli/commit/eecdfd41a886f2edbac528a34f83dc7a6ea83f74))
* model import handles case where model already exists ([572b493](https://github.com/looker-open-source/looker-cli/commit/572b493eb444944c959a02943275b7e9440bb293))
* model import handles case where model already exists ([302b4db](https://github.com/looker-open-source/looker-cli/commit/302b4db60ecf0a3b5fc92c34f1fd36f9afaf8f40))
* More fixes for dashboard import ([#287](https://github.com/looker-open-source/looker-cli/issues/287)) ([9f731f1](https://github.com/looker-open-source/looker-cli/commit/9f731f1b0eea0f4735ed5e75d8437aea9c476d54))
* quick typo fixes for API 4.0 changes ([#168](https://github.com/looker-open-source/looker-cli/issues/168)) ([82a634e](https://github.com/looker-open-source/looker-cli/commit/82a634e77de0aaee5bd62c84092e827a2f7f6c73))
* Refactored dashboard import to properly work with tabbed dashboards ([#274](https://github.com/looker-open-source/looker-cli/issues/274)) ([3a8edb3](https://github.com/looker-open-source/looker-cli/commit/3a8edb321a7cf8dd46859d55669236e76351f18d))
* refactored look and dashboard cat commands and space export to use the same code to generate each look and dashboard file. ([#114](https://github.com/looker-open-source/looker-cli/issues/114)) ([8dadd50](https://github.com/looker-open-source/looker-cli/commit/8dadd500376e2b971c38dbcd69f507268a3e6b9e))
* release ([b8e6438](https://github.com/looker-open-source/looker-cli/commit/b8e64387afdd3469e06b3abefcd23b0efb59c4b0))
* release version ([c94373c](https://github.com/looker-open-source/looker-cli/commit/c94373ce0677b4bd86e525f6a7e15b0204cb69fe))
* release zip archives for windows ([#282](https://github.com/looker-open-source/looker-cli/issues/282)) ([0981942](https://github.com/looker-open-source/looker-cli/commit/09819429597f74a7d734bf1a2e630985548ade40))
* remove eval from lib/gzr/commands/alert/ls.rb ([5a3e53a](https://github.com/looker-open-source/looker-cli/commit/5a3e53a528b9f05ff86716980f435c0225ecb6b5))
* remove eval from lib/gzr/commands/alert/notifications.rb ([1a06c3c](https://github.com/looker-open-source/looker-cli/commit/1a06c3ca9541e049f93ae9bb5eccb31d639437fa))
* remove eval from lib/gzr/commands/attribute/ls.rb ([5bc8051](https://github.com/looker-open-source/looker-cli/commit/5bc80514d88bfb344d90f1a736521354774c63f2))
* remove eval from lib/gzr/commands/connection/dialects.rb ([1a45294](https://github.com/looker-open-source/looker-cli/commit/1a45294a4e97f714c7d523d8bf6e8a01c5341380))
* remove eval from lib/gzr/commands/connection/ls.rb ([87e36f8](https://github.com/looker-open-source/looker-cli/commit/87e36f8223f9585938b9c33d06b18055f2f78de2))
* remove eval from lib/gzr/commands/connection/test.rb ([70f1e27](https://github.com/looker-open-source/looker-cli/commit/70f1e274cad6fa2506d07afb24f54ca6474e89de))
* remove eval from lib/gzr/commands/folder/top.rb ([42740d2](https://github.com/looker-open-source/looker-cli/commit/42740d23a4771ffb98e732322882104960dc5949))
* remove eval from lib/gzr/commands/group/ls.rb ([21e0169](https://github.com/looker-open-source/looker-cli/commit/21e016960f6c3e30885c830817a84c351c0e77c4))
* remove eval from lib/gzr/commands/group/member_groups.rb ([e4b20b3](https://github.com/looker-open-source/looker-cli/commit/e4b20b37a8935efd21a654ed88653f96ba87c446))
* remove eval from lib/gzr/commands/group/member_users.rb ([956ac4e](https://github.com/looker-open-source/looker-cli/commit/956ac4eb967266f9829a80f4f21d6b0cc9442577))
* remove eval from lib/gzr/commands/model/ls.rb ([8d23a68](https://github.com/looker-open-source/looker-cli/commit/8d23a687cc23fe4827ab6597054f6420a954513d))
* remove eval from lib/gzr/commands/model/set/ls.rb ([596f60a](https://github.com/looker-open-source/looker-cli/commit/596f60aaac0570874771aee5e12cdcb746a0fd8b))
* remove eval from lib/gzr/commands/permission/ls.rb ([b79897b](https://github.com/looker-open-source/looker-cli/commit/b79897b1915a9fb7dd265b27ba7c507af07dc620))
* remove eval from lib/gzr/commands/permission/set/ls.rb ([f47916d](https://github.com/looker-open-source/looker-cli/commit/f47916d396d8c01484d7d24f183b342736282f7f))
* remove eval from lib/gzr/commands/plan/failures.rb ([b912249](https://github.com/looker-open-source/looker-cli/commit/b9122494ff2f4dd2d9d5294df6f0900d5fd60983))
* remove eval from lib/gzr/commands/plan/ls.rb ([84e74f4](https://github.com/looker-open-source/looker-cli/commit/84e74f439f327fb8e4faa74dcc6d166a016573b2))
* remove eval from lib/gzr/commands/project/branch.rb ([2b36a27](https://github.com/looker-open-source/looker-cli/commit/2b36a2757e9edd0e7305ecc8dea2ff6ba01fc5c8))
* remove eval from lib/gzr/commands/project/ls.rb ([70e80d6](https://github.com/looker-open-source/looker-cli/commit/70e80d6253ced09fd9ec96918f8eed90f5f1d4c6))
* remove eval from lib/gzr/commands/role/group_ls.rb ([43dd2ec](https://github.com/looker-open-source/looker-cli/commit/43dd2eca15211bcf0032b006de71a9b85a225ba9))
* remove eval from lib/gzr/commands/role/ls.rb ([fae96e7](https://github.com/looker-open-source/looker-cli/commit/fae96e7c99fdd27d3bd141ae334eaa8cf6ba572b))
* remove eval from lib/gzr/commands/role/user_ls.rb ([6a53980](https://github.com/looker-open-source/looker-cli/commit/6a53980eb7a407bce9d163b6fb6264c03c64b623))
* remove eval from lib/gzr/commands/user/me.rb ([af070e3](https://github.com/looker-open-source/looker-cli/commit/af070e3b8f7aa4acbc11e3665b94a203c3a1962e))
* remove Thor deprecation warning ([#115](https://github.com/looker-open-source/looker-cli/issues/115)) ([1100c5a](https://github.com/looker-open-source/looker-cli/commit/1100c5a24b0626c01c6248d87172c7ab624bf42f))
* remove usage of eval to satisfy vulnerability scanners ([a6caa72](https://github.com/looker-open-source/looker-cli/commit/a6caa728b9fa2d62284fe11b47ddbd2fc4921cc5))
* resolved warnings in gemspec. Improved handling of live tests ([6291147](https://github.com/looker-open-source/looker-cli/commit/6291147a09f55ed095d718a7a998d5af09b716e3))
* revert release to v2 ([ec6f280](https://github.com/looker-open-source/looker-cli/commit/ec6f2806929c4e8b3c13f65878a94898e6a7e85d))
* revert release to v2 ([4e0276b](https://github.com/looker-open-source/looker-cli/commit/4e0276bbb9427ed97b942ae57ac26b8a8252021d))
* send wanring and error text to instead of ([0ba321c](https://github.com/looker-open-source/looker-cli/commit/0ba321cfce3e9e2021b7ffaf458d87961667caaa))
* send warning and error text to stderr instead of stdout ([3eb4fce](https://github.com/looker-open-source/looker-cli/commit/3eb4fce57f2d8324da6a56ac1a54c4bb0e44128c))
* switch to block annotation markers for release-please ([24b7dc0](https://github.com/looker-open-source/looker-cli/commit/24b7dc048fb306654e3447f7e2fae262afde3593))
* temporary fix for faraday 2.x in looker-sdk ([acdb7e8](https://github.com/looker-open-source/looker-cli/commit/acdb7e8a174cd3dde5d8c95c95e572ec331b948f))
* temporary fix for faraday 2.x in looker-sdk ([#159](https://github.com/looker-open-source/looker-cli/issues/159)) ([d89f813](https://github.com/looker-open-source/looker-cli/commit/d89f8138587c2986352be25b59bda79d07ea2bb4))
* typo NotFoud error ([f923bdf](https://github.com/looker-open-source/looker-cli/commit/f923bdf78bebec515f5e6209e9cb3cec9b95654a))
* typo NotFoud error ([f391d43](https://github.com/looker-open-source/looker-cli/commit/f391d43dc75f4a06f89cb13b7c4200d870d77b49))
* Update connection calling wrong API method ([#197](https://github.com/looker-open-source/looker-cli/issues/197)) ([e122b47](https://github.com/looker-open-source/looker-cli/commit/e122b47fca9f2ff218cff0904c147cf94d54fe69))
* update extra-files configuration to specify generic updater type ([f684ae6](https://github.com/looker-open-source/looker-cli/commit/f684ae65c942bd3ae922c389a0e3c93d8df9a6c8))
* update release-please config to use extra-files for Go ([#284](https://github.com/looker-open-source/looker-cli/issues/284)) ([79e6a75](https://github.com/looker-open-source/looker-cli/commit/79e6a75680934e3480cd583e07e750c29f025dee))
* use query_slug in merge query api ([6bef22f](https://github.com/looker-open-source/looker-cli/commit/6bef22f7fd25f265ce1458705486a15f02412761))
* use query_slug in merge query api ([beb1524](https://github.com/looker-open-source/looker-cli/commit/beb152409d43032d45299cf4687031254d27872c))
* version number ([#119](https://github.com/looker-open-source/looker-cli/issues/119)) ([b55a892](https://github.com/looker-open-source/looker-cli/commit/b55a892d8d040ce4547924d613a590877e129322))
* wrong method called in project update ([165630d](https://github.com/looker-open-source/looker-cli/commit/165630d3dabbe2947a22a439e54f6692d21e013a))


### Miscellaneous Chores

* release 0.2.49 ([14001fc](https://github.com/looker-open-source/looker-cli/commit/14001fcb8d10096ee2de15f85ac6e2b828be0e90))
* release 0.3.0 ([5ed2182](https://github.com/looker-open-source/looker-cli/commit/5ed2182b94c20126f59b0678671d7c9b81c1c794))

## [0.4.3](https://github.com/looker-open-source/looker-cli/compare/v0.4.2...v0.4.3) (2026-06-15)


Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

// x-release-please-start-version
const Version = "0.4.3"
const Version = "0.3.0"
// x-release-please-end

var VersionCmd = &cobra.Command{
Expand Down
Loading