Releases: gtema/openstack
Releases · gtema/openstack
v0.9.4
What's Changed
- chore: Drop some unused files by @gtema in #825
- feat: Colorize output rows based on the entity status by @gtema in #824
- feat: Add
status
structable macros for alternative field by @gtema in #827 - feat: Add support for system scope by @gtema in #828
- chore(deps): update rust docker tag to v1.83.0 by @renovate in #829
- chore(deps): update rust crate tokio to v1.42.0 by @renovate in #830
- chore(deps): update rust crate http to v1.2.0 by @renovate in #831
- feat: Enable registered_limit commands by @gtema in #832
- chore(deps): update rust crate tokio-util to v0.7.13 by @renovate in #833
- feat: Enable identity endpoint-filter commands by @gtema in #834
- chore(deps): update rust crate thiserror to v2.0.4 by @renovate in #835
- chore(deps): update actions/attest-build-provenance action to v2 by @renovate in #836
- chore(deps): update embarkstudios/cargo-deny-action action to v2.0.4 by @renovate in #839
- chore(deps): update github/codeql-action action to v3.27.6 by @renovate in #840
- chore(deps): update crate-ci/typos action to v1.28.2 by @renovate in #838
- chore: Update deps by @gtema in #841
- chore: Address another clippy suggestion in sdk by @gtema in #842
- chore: Split metadata into independent services by @gtema in #843
- chore: Get rid of
to_string
where possible by @gtema in #844 - chore(deps): update alpine docker tag to v3.21.0 by @renovate in #848
- chore(deps): update actions/cache action to v4.2.0 by @renovate in #847
- chore: Update links to latest release by @gtema in #849
- chore(deps): update actions/attest-build-provenance action to v2.0.1 by @renovate in #846
- chore: pin committed to tag by @gtema in #851
- feat: Fix LB failover schemas by @gtema in #857
- chore: Modularize cloud_worker by @gtema in #858
- chore: Mass update of locked dependencies by @gtema in #859
- chore(deps): update actions/attest-build-provenance action to v2.1.0 by @renovate in #860
- chore(deps): update taiki-e/install-action action to v2.46.8 by @renovate in #727
- chore(deps): update marcoieni/release-plz-action action to v0.5.86 by @renovate in #853
- chore: release by @gtema-release-plz in #850
- feat: Adapt identity schemas by @gtema in #868
- chore: Update cargo-dist to 0.26.1 by @gtema in #867
- feat: Update identity schemas by @gtema in #870
- feat: Adapt few compute result schema changes by @gtema in #871
- feat: Start building parts of TUI by @gtema in #876
- chore(deps): Bump semver from 1.0.23 to 1.0.24 by @dependabot in #874
- chore(deps): Bump hyper from 1.5.1 to 1.5.2 by @dependabot in #872
- chore(deps): Bump thiserror from 2.0.6 to 2.0.7 by @dependabot in #873
- fix: Fix few tui generated code issues by @gtema in #877
- chore(deps): update actions/upload-artifact action to v4.5.0 by @renovate in #878
- feat: Prepare switch to generated tui code by @gtema in #880
- chore(deps): update rust crate config to ^0.15.0 by @renovate in #882
- chore(deps): Bump thiserror from 2.0.7 to 2.0.9 by @dependabot in #888
- chore: Drop patch version pins by @gtema in #891
- chore(deps): Bump config from 0.15.3 to 0.15.4 by @dependabot in #889
- chore(deps): Bump syn from 2.0.90 to 2.0.91 by @dependabot in #890
- chore(deps): update github/codeql-action action to v3.28.0 by @renovate in #862
- chore(deps): Bump serde_json from 1.0.133 to 1.0.134 by @dependabot in #887
- chore(deps): update crate-ci/typos action to v1.28.4 by @renovate in #861
- chore(deps): update taiki-e/install-action action to v2.47.0 by @renovate in #864
- chore(deps): update crate-ci/committed action to v1.1.5 by @renovate in #884
- chore: Update locked dependencies by @gtema in #893
- chore(deps): update rust crate serde to v1.0.217 by @renovate in #896
- Update dependencies by @gtema in #901
- chore(deps): update dtolnay/rust-toolchain digest to a54c7af by @renovate in #865
- fix(deps): update rust crate syn to v2.0.95 by @renovate in #898
- chore(deps): update crate-ci/typos action to v1.29.4 by @renovate in #903
- chore(deps): update actions/create-github-app-token action to v1.11.1 by @renovate in #883
- fix(deps): update rust crate open to v5.3.2 by @renovate in #904
- feat(tui): Implement views configuration by @gtema in #905
- chore(ci): Switch to v2 of the attest-build-provenance by @gtema in #906
- chore(deps): Update dependencies by @gtema in #908
- chore(deps): update rust docker tag to v1.84.0 by @renovate in #909
- chore(deps): update alpine docker tag to v3.21.2 by @renovate in #910
- chore(deps): update actions/upload-artifact action to v4.6.0 by @renovate in #915
- chore(deps): update docker/build-push-action action to v6.11.0 by @renovate in #916
- chore(deps): Bump proc-macro2 from 1.0.92 to 1.0.93 by @dependabot in #918
- fix: Respect region_name set in the config by @gtema in #919
- chore(deps): update docker/build-push-action action to v6.12.0 by @renovate in #920
- chore(ci): reorder entries in dependabot.yml by @gtema in #921
- chore(deps): Bump config from 0.15.5 to 0.15.6 by @dependabot in #922
- chore(deps): Bump strip-ansi-escapes from 0.2.0 to 0.2.1 by @dependabot in #923
- feat: Synchronize code with OpenAPIs by @gtema in #924
- chore: Update dependencies by @gtema in #925
- chore: release by @gtema-release-plz in #869
Full Changelog: v0.9.2...v0.9.4
openstack_tui-v0.9.4
openstack_sdk-v0.17.0
openstack_cli-v0.9.4
v0.9.3
What's Changed
- chore: Drop some unused files by @gtema in #825
- feat: Colorize output rows based on the entity status by @gtema in #824
- feat: Add
status
structable macros for alternative field by @gtema in #827 - feat: Add support for system scope by @gtema in #828
- chore(deps): update rust docker tag to v1.83.0 by @renovate in #829
- chore(deps): update rust crate tokio to v1.42.0 by @renovate in #830
- chore(deps): update rust crate http to v1.2.0 by @renovate in #831
- feat: Enable registered_limit commands by @gtema in #832
- chore(deps): update rust crate tokio-util to v0.7.13 by @renovate in #833
- feat: Enable identity endpoint-filter commands by @gtema in #834
- chore(deps): update rust crate thiserror to v2.0.4 by @renovate in #835
- chore(deps): update actions/attest-build-provenance action to v2 by @renovate in #836
- chore(deps): update embarkstudios/cargo-deny-action action to v2.0.4 by @renovate in #839
- chore(deps): update github/codeql-action action to v3.27.6 by @renovate in #840
- chore(deps): update crate-ci/typos action to v1.28.2 by @renovate in #838
- chore: Update deps by @gtema in #841
- chore: Address another clippy suggestion in sdk by @gtema in #842
- chore: Split metadata into independent services by @gtema in #843
- chore: Get rid of
to_string
where possible by @gtema in #844 - chore(deps): update alpine docker tag to v3.21.0 by @renovate in #848
- chore(deps): update actions/cache action to v4.2.0 by @renovate in #847
- chore: Update links to latest release by @gtema in #849
- chore(deps): update actions/attest-build-provenance action to v2.0.1 by @renovate in #846
- chore: pin committed to tag by @gtema in #851
- feat: Fix LB failover schemas by @gtema in #857
- chore: Modularize cloud_worker by @gtema in #858
- chore: Mass update of locked dependencies by @gtema in #859
- chore(deps): update actions/attest-build-provenance action to v2.1.0 by @renovate in #860
- chore(deps): update taiki-e/install-action action to v2.46.8 by @renovate in #727
- chore(deps): update marcoieni/release-plz-action action to v0.5.86 by @renovate in #853
- chore: release by @gtema-release-plz in #850
Full Changelog: v0.9.2...v0.9.3
structable_derive-v0.1.5
Added
- Colorize output rows based on the entity status (#824)
openstack_tui-v0.9.3
openstack_sdk-v0.16.0
openstack_cli-v0.9.3
v0.9.2
What's Changed
- chore(deps): update dtolnay/rust-toolchain digest to 315e265 by @renovate in #791
- chore(deps): update step-security/harden-runner action to v2.10.2 by @renovate in #796
- chore: Update locked dependendcy by @gtema in #799
- feat: Add volume and image deletion by @gtema in #798
- chore(deps): update embarkstudios/cargo-deny-action action to v2.0.2 by @renovate in #792
- chore(deps): update github/codeql-action action to v3.27.5 by @renovate in #793
- chore(deps): update docker/metadata-action action to v5.6.1 by @renovate in #797
- chore(deps): update marcoieni/release-plz-action action to v0.5.85 by @renovate in #794
- feat: Add few basic DNS views by @gtema in #803
- chore(deps): Bump mdbook from 0.4.42 to 0.4.43 by @dependabot in #804
- feat: Add LB views by @gtema in #805
- feat: New generated content by @gtema in #806
- chore: Prepare for octavia filters by @gtema in #807
- feat: Add octavia query parameters by @gtema in #808
- feat: Add loadbalancer_id QP to octavia pools by @gtema in #809
- chore: Install sarif tools using binstall by @gtema in #810
- chore: Update
bytes
version by @gtema in #811 - chore: Address clippy complains by @gtema in #812
- chore: Use single quotes for single char by @gtema in #814
- feat: Address clippy suggestions by @gtema in #813
- fix: Auth with project_id and no domain info set by @gtema in #815
- feat: Add pagination QP to octavia resources by @gtema in #816
- chore(deps): update tokio-tracing monorepo by @renovate in #817
- fix(deps): update rust crate syn to v2.0.90 by @renovate in #820
- chore(deps): update docker/build-push-action action to v6.10.0 by @renovate in #821
- chore(deps): update crate-ci/typos action to v1.28.1 by @renovate in #818
- chore(deps): update embarkstudios/cargo-deny-action action to v2.0.3 by @renovate in #819
- chore(deps): update crate-ci/committed digest to 45d18ee by @renovate in #823
- chore: release by @gtema-release-plz in #822
Full Changelog: openstack_cli-v0.9.1...v0.9.2