2025-01-01から1年間の記事一覧

Here Stringsには改行が必ず含まれる

コマンドの標準入力に文字列を渡す方法として Here Stringsがある。 $ cat <<< "test" test この記法の注意点として必ず改行が含まれる。 The result is supplied as a single string, with a newline appended, to the command on its standard input 改行…

Terraformのmoduleではnested block構文が使えない

Terraformのresourceやdata sourceではnested block構文を利用できるが、 module定義ではnested block構文を利用できないし、resourceなどにおいても現在は非推奨であることを知ったのでメモ。 resourceでのnested block構文 resourceのような top-level blo…

aqua本体の更新エラーをSLSA無効化で回避する

aquaの更新エラー aqua upaでaqua本体をアップデートしようとした際、SLSA検証で以下のエラーが発生した: Verifying artifact /tmp/996689781: FAILED: matching bundle entry with content: unexpected tlog entry type: expected intoto:0.0.2, got dsse:…

go fmtとgofmtの違いと使い分け

Go

goのフォーマッタとしてgofmt と go fmtがあることを知った。 go fmt go fmtはgoのサブコマンドとして実装されているフォーマッタ。 その実態は gofmt -l -w を指定パスに対して適用してくれる。 $ go help fmt usage: go fmt [-n] [-x] [packages] Fmt runs…

Google Cloud release notes キャッチアップ 2025-02-08 - 2025-02-14

cloud.google.com Kubernetes Engine [CHANGE] (2025-R06) Version updates GKEパッチリリース。 Rapid/Regular/Stable/Extended/No Channel のすべてで新しいバージョンがリリースされている。 特に、Regular Channelでは 1.31.5-gke.1023000 がデフォルト…

Google Cloud release notes キャッチアップ 2025-02-01 - 2025-02-07

Cloud Billing [CHANGE] Google Cloud Marketplace now uses the agency model for marketplace services for UK, FR, and DE customers. Google Cloud Marketplaceは代理店が販売する形態(agency model)とGoogleが直接販売する形態の2つのトランザクション…

Google Cloud release notes キャッチアップ 2025-01-25 - 2025-01-31

Cloud Billing [FEATURE] Tags data for BigTable instances is available in both the Standard usage cost export and the Detailed usage cost export. Cloud Billingには使用料の詳細をBigQueryにエクスポートする機能がある。 このエクスポートされるデ…

Google Cloud release notes キャッチアップ 2025-01-18 - 2025-01-24

Compute Engine [FEATURE] Generally available: Managed instance groups (MIGs) let you create pools of suspended and stopped virtual machine (VM) instances. Compute Engineのインスタンスを管理してオートスケールや更新などを自動管理する仕組みと…

Google Cloud release notes キャッチアップ 2025-01-11 - 2025-01-17

cloud.google.com Compute Engine [ISSUE] The metadata server might display old physicalHost metadata if a VM experiences a host error. インスタンスが稼動するホストにて障害が発生して別のホストにマイグレートされたとき、メタデータにアクセスす…

Androidのアプリアイコンをカスタマイズする

いつかAndroidアプリをリリースする用にGoogle Play Consoleにアカウントだけ作成していたら、 アプリをリリースしないならアカウント削除するぞと通知が来た。 当面はちゃんとしたアプリをリリースするリソースが無いのでアカウント削除してもいいけど、新…

Google Cloud release notes キャッチアップ 2024-12-28 - 2025-01-10

年末はリリースが少なかったので2週間分。 cloud.google.com Kubernetes Engine [CHANGE] (2025-R01) Version updates GKEパッチリリース。 Rapid/Regular/Stable/Extended/No Channel のすべてで新しいバージョンがリリースされている。 特に、Regular Chan…