fix: get only the most recent tag in Makefile#1269
Conversation
|
A single node development cluster (infra-pr-1269) was allocated in production infra for this PR. CI will attempt to deploy 🔌 You can connect to this cluster with: 🛠️ And pull infractl from the deployed dev infra-server with: 🚲 You can then use the dev infra instance e.g.: Further Development☕ If you make changes, you can commit and push and CI will take care of updating the development cluster. 🚀 If you only modify configuration (chart/infra-server/configuration) or templates (chart/infra-server/{static,templates}), you can get a faster update with: LogsLogs for the development infra depending on your @redhat.com authuser: Or: |
Description
When multiple tags are associated with the current commit, the
TAGGEDvariable in the Makefile will contain more than one tag. Any time we use this variable, we assume that there is only one tag.These changes explicitly get the most recent tag and only one tag associated with the current commit.
Slack thread: https://redhat-internal.slack.com/archives/C04KV7S8KHV/p1713466775971019