Below you will find pages that utilize the taxonomy term “octue”
April 25, 2024
Get deployment information
Version updated for octue/get-deployment-info to version 0.3.3.
This action is used across all versions by 8 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Contents (#22) Fixes Make branch deployment revision tag 16 characters to avoid ending in a hyphen on pull request runs (an invalid ending for Cloud Run deployment tags)
April 15, 2024
Create push subscription
Version updated for octue/create-push-subscription to version 0.4.0.
This action is used across all versions by 6 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Contents (#9) IMPORTANT: There is 1 breaking change.
New features 💥 BREAKING CHANGE: Update for single-topic workspaces Operations Update workflows Add “add issues to Octue project” workflow Upgrade instructions Update all services in your services network to use octue version 0.53.0 or later.
December 4, 2023
Get deployment information
Version updated for octue/get-deployment-info to version 0.2.1.
This action is used across all versions by 7 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Contents (#13) Fixes Shorten revision tag to “pull-<pull request number>” for pull request runs Operations Run test workflow on pull request only
November 29, 2023
Get deployment information
Version updated for octue/get-deployment-info to version 0.2.0.
This action is used across all versions by 7 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Summary This pull request does two main things:
It distinguishes between the version specified in the setup.py or pyproject.toml file and the revision tag: The version_slug output is now the slugified form of version instead of the slugified form of the revision tag The old form of version_slug is now revision_tag_slug A non-slugified revision_tag output is now available The revision_tag of a non-main branch is now branch-<branch-name> instead of unreleased.