Skip to content

Releases: rkoval/alfred-aws-console-services-workflow

v5.2.1

08 Feb 03:52
3882404
Compare
Choose a tag to compare

Changes

User-facing

  • Made underlying binary cross-compatible with arm- and Intel-based Macs. If you had issues installing 5.2.0 on an Intel-based Mac, please try this release instead (sorry!)

v5.2.0

29 Jan 00:53
9dafbdf
Compare
Choose a tag to compare

EDIT: THIS RELEASE WAS NOT COMPATIBLE WITH INTEL-BASED MACS. Please install 5.2.1 or later instead if you are on that architecture

Please ignore the .alfredworkflow file attached to this release. The .zip file is the only one you should care about! (I am trying to see if this fixes the auto-updater from this comment)

Changes

User-facing

  • Added CloudShell
  • Added AWS Resource Explorer

Internal

  • Upgraded go version for development

v5.1.0

09 Aug 06:30
0912588
Compare
Choose a tag to compare

Changes

User-facing

  • Added CodePipeline Pipelines searcher

Internal

  • Updated go version to 1.18.2 to utilize proper generics

v5.0.1

18 May 20:58
837b4bb
Compare
Choose a tag to compare

Changes

User-facing

  • Fixed Elasticsearch/OpenSearch URL in AWS

v5.0.0

09 Aug 23:16
1cdf4bf
Compare
Choose a tag to compare

Another major release here! Lots of goodies in this one. The most noteworthy change is that this workflow is now properly signed and notarized for macOS Gatekeeper! As a result, you should no longer need the security exception in macOS Developer Tools settings for this specific workflow. 🔐

For more details on the rest of the changes, see the list below. Thanks again for using this workflow! Please consider donating if you are enjoying using it!

Changes

User-facing

  • BREAKING: Many top-level service URLs no longer go to their marketing landing page, as that feels not actually useful. Instead, where possible, links will default to the first sub-service available for navigation
  • BREAKING: The ALRED_AWS_CONSOLE_SERVICES_WORKFLOW_AWS_CONSOLE_DOMAIN env var has been renamed to ALFRED_AWS_CONSOLE_SERVICES_WORKFLOW_AWS_CONSOLE_DOMAIN to fix a typo/misspelling (ALRED was missing an F. press F to pay respects). The workflow will now error if you attempt to use the previously misspelled version
  • Added proper signing and notarizing of workflow for macOS Gatekeeper (resolves #39)
  • Added region query param to generated links so that AWS does not need to redirect you when the link opens in your browser. This results in page load speedups across the board—some of which are substantial (>2-3 seconds) (resolves #42)
  • Added support for US Gov domains. if your profile is configured to use a us-gov-* region, the workflow will now open URLs with the appropriate domain without requiring an explicit ALFRED_AWS_CONSOLE_SERVICES_WORKFLOW_AWS_CONSOLE_DOMAIN (resolves #43)
  • Added hundreds of sub-services across dozens of services. Check console-services.yml for more details
  • Removed some obsolete services

v4.8.1

02 Aug 02:16
ddb8acd
Compare
Choose a tag to compare

Changes

User-facing

  • Fixed caching when utilizing profile overrides (whoops)

v4.8.0

02 Aug 02:13
406835a
Compare
Choose a tag to compare

Changes

User-facing

  • Added profile override on a single query basis. You can utilize this by typing @ in your query. This delimiter is customizeable; see README diff for more details
  • Added current version display to "Update available" banner for easier version comparisons
  • Added donation link :3

v4.7.0

31 Jul 21:32
917ac89
Compare
Choose a tag to compare

Changes

User-facing

  • Added Cloudwatch log insights searcher

v4.6.0

31 Jul 19:22
6cc774a
Compare
Choose a tag to compare

Changes

User-facing

  • Added region override on a single query basis. You can utilize this by typing $ in your query. This delimiter is customizeable; see README diff for more details (resolves #37)
  • Added much better handling of tab autocomplete throughout the workflow
  • Added arn: matching to remaining searchers. These searchers will query based on arns with this prefix if the query starts with arn:

Internal

  • Reworked parser logic to better enable new tokens in the future (like profile override... stay tuned)

v4.5.0

28 Jul 06:45
39a1f0b
Compare
Choose a tag to compare

Changes

User-facing

  • Added Route53 sub-services
  • Added Route53 hosted zone searcher
  • Added Elastic Beanstalk application searcher
  • Added EC2 load balancer searcher